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 downloading profiles that has /movies Sometimes, you get AttributeError - 'list' object has no attribute 'items'..
Can be reproduced with gallery-dl --ignore-config --verbose https://nonamoth.newgrounds.com/movies. The example here doesn't seem to have any movies, so not quite sure what makes it so special.
The problematic example shows Nothing matches your filters / search terms. while others show "" does not have any movie submissions..
katt@main ~ » gallery-dl --ignore-config --verbose https://nonamoth.newgrounds.com/movies
[gallery-dl][debug] Version 1.22.4-dev
[gallery-dl][debug] Python 3.10.5 - Linux-5.18.8-zen1-1-zen-x86_64-with-glibc2.35
[gallery-dl][debug] requests 2.27.1 - urllib3 1.26.9
[gallery-dl][debug] Starting DownloadJob for 'https://nonamoth.newgrounds.com/movies'
[newgrounds][debug] Using NewgroundsMoviesExtractor for 'https://nonamoth.newgrounds.com/movies'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): nonamoth.newgrounds.com:443
[urllib3.connectionpool][debug] https://nonamoth.newgrounds.com:443 "GET /movies?page=1&isAjaxRequest=1 HTTP/1.1" 200 667
[newgrounds][error] An unexpected error occurred: AttributeError - 'list' object has no attribute 'items'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[newgrounds][debug]
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/gallery_dl/job.py", line 77, in run
for msg in extractor:
File "/usr/lib/python3.10/site-packages/gallery_dl/extractor/newgrounds.py", line 43, in items
for post_url in self.posts():
File "/usr/lib/python3.10/site-packages/gallery_dl/extractor/newgrounds.py", line 268, in _pagination
for year, items in data["items"].items():
AttributeError: 'list' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
kattjevfel
changed the title
[newgrounds] "AttributeError - 'list' object has no attribute 'items'." for /movies
[newgrounds] "AttributeError - 'list' object has no attribute 'items'." for some /movies pages
Jul 2, 2022
When downloading profiles that has /moviesSometimes, you getAttributeError - 'list' object has no attribute 'items'.
.Can be reproduced with
gallery-dl --ignore-config --verbose https://nonamoth.newgrounds.com/movies
. The example here doesn't seem to have any movies, so not quite sure what makes it so special.The problematic example shows Nothing matches your filters / search terms. while others show "" does not have any movie submissions..
The text was updated successfully, but these errors were encountered: