issue logging into ao3 while using linux mint #269

Open
opened 2025-11-02 19:00:39 -05:00 by wellfinethen · 1 comment
wellfinethen commented 2025-11-02 19:00:39 -05:00 (Migrated from github.com)

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

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](https://github.com/user-attachments/files/23293742/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
MossyProgrammer commented 2025-11-03 15:10:58 -05:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nianeyna/ao3downloader#269
No description provided.