issue logging into ao3 while using linux mint #269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
uninstalled and re-downloaded twice, I can download works just fine if I choose not to sign in to ao3, but when I do choose to sign in I type in my password, it says logging in, and then:
Screenshot from 2025-11-02 13-07-26.pdf
'NoneType' object has no attribute 'find'
i tried with my bookmarks and history page (both of which I've previously downloaded with no issue), a random series, and one singular work, to no avail
this has only just shown up today and yesterday after months of downloading works just fine
I am getting a similar issue after having zero issues so far, however, when I try to download via link or via file like I usually do, I get no downloads when I don't log in and then
'NoneType' object has no attribute 'find'when I try to log in. I'm running Kubuntu 24.04, and tried re-installing it as well, but nothing so far has seemed to work. I generated the log visualization to try and get an idea of what was going on and this was the error it was giving me:Traceback (most recent call last): File "/home/xion/.local/share/uv/tools/ao3downloader/lib/python3.12/site-packages/ao3downloader/ao3.py", line 167, in download_work downloaded = self.try_download(link, log, chapters) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xion/.local/share/uv/tools/ao3downloader/lib/python3.12/site-packages/ao3downloader/ao3.py", line 189, in try_download title = parse_soup.get_title(thesoup, work_url, pattern) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xion/.local/share/uv/tools/ao3downloader/lib/python3.12/site-packages/ao3downloader/parse_soup.py", line 191, in get_title metadata = get_work_metadata_from_work(soup, link) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xion/.local/share/uv/tools/ao3downloader/lib/python3.12/site-packages/ao3downloader/parse_soup.py", line 214, in get_work_metadata_from_work metadata['chapters'] = get_current_chapters(soup) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/xion/.local/share/uv/tools/ao3downloader/lib/python3.12/site-packages/ao3downloader/parse_soup.py", line 272, in get_current_chapters .find('dd', class_='chapters') ^^^^ AttributeError: 'NoneType' object has no attribute 'find'From here, I'm not entirely sure what to do without further breaking something.