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
[tumblr][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'startswith'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[tumblr][debug]
Traceback (most recent call last):
File "c:\python36\lib\site-packages\gallery_dl\job.py", line 56, in run
self.dispatch(msg)
File "c:\python36\lib\site-packages\gallery_dl\job.py", line 98, in dispatch
if self.pred_url(url, kwds):
File "c:\python36\lib\site-packages\gallery_dl\util.py", line 253, in __call__
if url.startswith("text:"):
AttributeError: 'NoneType' object has no attribute 'startswith'
The text was updated successfully, but these errors were encountered:
Can you provide the specific blog or post where this happens?
The error occurred because the download URL returned by the Tumblr extractor was None instead of a valid URL. Fixing it by ignoring such "URLs" is no big deal, but I would like to see what exactly went wrong here.
Oh sorry for the late reply, here is the post where this happens, I use Gallery-DL for dozens of blogs this is the first one I encounter an issue with
pinetre-3.tumblr.com/
It also happens very early when the scrip runs like after 30 images or so
how cna I configure the json file to ignore such urls?
how can I configure the json file to ignore such urls?
No such option exists at the moment. I might add something like that in the future, but it is usually better to fix the extractor in question instead of ignoring a problem that should be fixed.
I've got this error on Gallery-DL
The text was updated successfully, but these errors were encountered: