jkim2492 / rididecrypt

Remove DRM from epub from ridibooks.com
GNU General Public License v3.0
30 stars 6 forks source link

An error occurs when executing #5

Closed ghost closed 3 weeks ago

ghost commented 1 month ago

File "C:\ricrypt\main.py", line318, in main() File "C:\ricrypt\main.py", line308, in main dest_dir=unpack_comic(comic_dir) File "C:\ricrypt\main.py", line229, in decrypt_comic dest_dir=unpack_comic(comic_dir) File "C:\riecrypt\main.py", line215, in unpack_comic zip_path=glob.glob(os.path.join(comic_dir,"*.zip)) [0] indexError: list index out of range

I don’t know any code. I followed the execution method, but this error keeps occurring. What could be wrong?

jkim2492 commented 1 month ago

It looks like the script is not detecting any files in the directory you provided. Could you post the command you used to run the script and the contents of the directory?

jkim2492 commented 3 weeks ago

Closing the issue for now for inactivity. Feel free to open it later