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
xxx@DESKTOP-5ETERDG:~/gits> gallery-dl https://artist.fanbox.cc/ --verbose
gallery-dl: Version 1.27.2
gallery-dl: Python 3.11.9 - Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.39
gallery-dl: requests 2.32.3 - urllib3 2.2.2
gallery-dl: Configuration Files ['${HOME}/.gallery-dl.conf']
gallery-dl: Starting DownloadJob for 'https://artist.fanbox.cc/'
fanbox: Using FanboxCreatorExtractor for 'https://artist.fanbox.cc/'
cookies: Extracting cookies from /run/media/xxx/c/Users/bigge/AppData/Roaming/Mozilla/Firefox/Profiles/seuqhdmj.default-release/cookies.sqlite
cookies: Extracted 12 cookies from Firefox
urllib3.connectionpool: Starting new HTTPS connection (1): api.fanbox.cc:443
urllib3.connectionpool: https://api.fanbox.cc:443 "GET /post.listCreator?creatorId=artist&limit=10 HTTP/11" 200 3586
fanbox: An unexpected error occurred: TypeError - list indices must be integers or slices, not 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 .
fanbox:
Traceback (most recent call last):
File "/home/xxx/py-scripts/venv/lib64/python3.11/site-packages/gallery_dl/job.py", line 151, in run
for msg in extractor:
File "/home/xxx/py-scripts/venv/lib64/python3.11/site-packages/gallery_dl/extractor/fanbox.py", line 52, in items
for content_body, post in self.posts():
File "/home/xxx/py-scripts/venv/lib64/python3.11/site-packages/gallery_dl/extractor/fanbox.py", line 63, in _pagination
for item in body["items"]:
~~~~^^^^^^^^^
TypeError: list indices must be integers or slices, not str
The text was updated successfully, but these errors were encountered:
Verbose output:
The text was updated successfully, but these errors were encountered: