nianeyna / ao3downloader

Utility for downloading fanfiction in bulk from the Archive of Our Own
GNU General Public License v3.0
201 stars 18 forks source link

Traceback Error - even when uninstalling and reinstalling #168

Open Curiorodent opened 1 month ago

Curiorodent commented 1 month ago

Tried running it after using gallery-dl to download a bunch of twitter stuff (gallery-dl still works). When I opened the program, I got this wall of test;

Traceback (most recent call last): File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\pdfquery\pdfquery.py", line 20, in from pdfminer.pdfparser import PDFDocument, PDFPage ImportError: cannot import name 'PDFDocument' from 'pdfminer.pdfparser' (B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\pdfminer\pdfparser.py)

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "B:\ao3-script\ao3downloader-main\ao3downloader.py", line 7, in from ao3downloader.actions import updatefics File "B:\ao3-script\ao3downloader-main\ao3downloader\actions\updatefics.py", line 4, in from ao3downloader import parse_text, strings, update File "B:\ao3-script\ao3downloader-main\ao3downloader\update.py", line 7, in import pdfquery File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\pdfquery__init.py", line 1, in from .pdfquery import PDFQuery File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\pdfquery\pdfquery.py", line 23, in from pdfminer.pdfdocument import PDFDocument File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\pdfminer\pdfdocument.py", line 23, in from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\cryptography\hazmat\primitives\ciphers\init__.py", line 11, in from cryptography.hazmat.primitives.ciphers.base import ( File "B:\ao3-script\ao3downloader-main\venv\Lib\site-packages\cryptography\hazmat\primitives\ciphers\base.py", line 10, in from cryptography.hazmat.bindings._rust import openssl as rust_openssl ImportError: DLL load failed while importing _rust: The specified module could not be found. Press any key to continue . . .

I deleted everything, reinstalled it, and the same error happened. It uninstalled pip and then reinstalled a newer (?) version.

nianeyna commented 1 month ago

❗ Checkpoint! ❗

Have you done ALL of the troubleshooting steps in the README? (The README is the explanatory text on the landing page for ao3downloader. You can find the Troubleshooting section using the Table of Contents at the beginning of the README.)

If you have done all the troubleshooting steps, please tell me what the results were. If you haven't, please do them to the best of your ability, and tell me what the results were. ✨

❗ Thank you! ❗