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
Running the latest dev version built from git.
When "kemonoparty: {"dms": true} is set in the config gallery-dl throws an error when downloading a creator that has DMs.
Setting "dms": false allows the creator to download successfully.
I believe this was caused by kemonoparty's recent UI changes.
$ gallery-dl --verbose https://kemono.party/patreon/user/17913091
[gallery-dl][debug] Version 1.24.0-dev
[gallery-dl][debug] Python 3.9.2 - Linux-5.15.64-1-pve-x86_64-with-glibc2.31
[gallery-dl][debug] requests 2.25.1 - urllib3 1.26.5
[gallery-dl][debug] Starting DownloadJob for 'https://kemono.party/patreon/user/17913091'
[kemonoparty][debug] Using KemonopartyUserExtractor for 'https://kemono.party/patreon/user/17913091'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): kemono.party:443
[urllib3.connectionpool][debug] https://kemono.party:443 "GET /patreon/user/17913091 HTTP/1.1" 200 8335
[urllib3.connectionpool][debug] https://kemono.party:443 "GET /api/patreon/user/17913091?o=0 HTTP/1.1" 200 13925
[urllib3.connectionpool][debug] https://kemono.party:443 "GET /patreon/user/17913091/dms HTTP/1.1" 200 3565
[kemonoparty][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'strip'. 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 "/home/nicholas/.local/lib/python3.9/site-packages/gallery_dl/job.py", line 82, in run
for msg in extractor:
File "/home/nicholas/.local/lib/python3.9/site-packages/gallery_dl/extractor/kemonoparty.py", line 79, in items
dms = self._extract_dms(post)
File "/home/nicholas/.local/lib/python3.9/site-packages/gallery_dl/extractor/kemonoparty.py", line 192, in _extract_dms
"body": text.unescape(text.extract(
AttributeError: 'NoneType' object has no attribute 'strip'
The text was updated successfully, but these errors were encountered:
Running the latest dev version built from git.
When
"kemonoparty: {"dms": true}
is set in the config gallery-dl throws an error when downloading a creator that has DMs.Setting
"dms": false
allows the creator to download successfully.I believe this was caused by kemonoparty's recent UI changes.
The text was updated successfully, but these errors were encountered: