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
when I run gallery-dl on my kemono party favorites (https://kemono.su/favorites), it seems to error out when it reaches a user with no uploads. I was able to get around the issue by unfavoriting the user before running gallery-dl, but ideally I think gallery-dl should handle this case so that we can favorite artists while waiting for uploads to appear in the future. Here is the verbose error log:
>gallery-dl.exe https://kemono.su/favorites --verbose
[gallery-dl][debug] Version 1.27.0- Executable (stable/windows)
[gallery-dl][debug] Python 3.8.10- Windows-10-10.0.19045
[gallery-dl][debug] requests 2.31.0- urllib3 2.1.0
[gallery-dl][debug] Configuration Files ['%USERPROFILE%\\gallery-dl\\config.json','C:\\Users\\COMPUTER\\scoop\\apps\\gallery-dl\\current\\gallery-dl.conf']
[gallery-dl][debug] Starting DownloadJob for'https://kemono.su/favorites'
[kemonoparty][debug] Using KemonopartyFavoriteExtractor for'https://kemono.su/favorites'
[kemonoparty][debug] Sleeping 10.00 seconds (extractor)
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.su:443
[urllib3.connectionpool][debug] https://kemono.su:443"GET /api/v1/account/favorites?type=artist HTTP/1.1"200 None
[kemonoparty][error] An unexpected error occurred: TypeError -'<' not supported between instances of 'NoneType' and 'str'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[kemonoparty][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 150,in run
File "gallery_dl\extractor\kemonoparty.pyc", line 521,in items
TypeError: '<' not supported between instances of 'NoneType' and 'str'
when I run gallery-dl on my kemono party favorites (https://kemono.su/favorites), it seems to error out when it reaches a user with no uploads. I was able to get around the issue by unfavoriting the user before running gallery-dl, but ideally I think gallery-dl should handle this case so that we can favorite artists while waiting for uploads to appear in the future. Here is the verbose error log:
running gallery-dl directly on the empty account (https://kemono.su/gumroad/user/shengtian) seems to handle it just fine so I may be wrong with my assumption
The text was updated successfully, but these errors were encountered: