You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded the latest release v1.13.5, and I found this error for patreon.
[patreon][error] An unexpected error occurred: IndexError - list index out of range. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[patreon][debug]
Traceback (most recent call last):
File "gallery_dl\job.py", line 49, in run
File "gallery_dl\extractor\patreon.py", line 50, in items
IndexError: list index out of range
This error seems to pop up only for certain creators and not everyone.
The text was updated successfully, but these errors were encountered:
Instead of accessing a specific part of a download URL, potentially
causing an exception if it doesn't exist, we're now searching through
all parts for a potential MD5 hash without ever raising an exception.
The fix for #693 made some assumptions about Patreon's download URL structure, which didn't hold true. The new method to get MD5 hashes from download URLs (46b9a4d) should never raise an exception.
Hi,
I just downloaded the latest release v1.13.5, and I found this error for patreon.
This error seems to pop up only for certain creators and not everyone.
The text was updated successfully, but these errors were encountered: