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
Could be that the text.extract is not functioning properly?
[gallery-dl][debug] Version 1.23.3 - Executable
[gallery-dl][debug] Python 3.7.9 - Windows-10-10.0.19041
[gallery-dl][debug] requests 2.28.1 - urllib3 1.26.12
[gallery-dl][debug] Starting DownloadJob for 'https://redgifs.com/watch/foolishforkedabyssiniancat'
[redgifs][debug] Using RedgifsImageExtractor for 'https://redgifs.com/watch/foolishforkedabyssiniancat'
[redgifs][debug] Retrieving Bearer token
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): www.redgifs.com:443
[urllib3.connectionpool][debug] https://www.redgifs.com:443 "GET / HTTP/1.1" 200 None
[urllib3.connectionpool][debug] https://www.redgifs.com:443 "GET /assets/js/index.5da1b193.js HTTP/1.1" 200 None
[redgifs][error] An unexpected error occurred: TypeError - can only concatenate str (not "NoneType") to 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 .
[redgifs][debug]
Traceback (most recent call last):
File "gallery_dl\job.pyc", line 82, in run
File "gallery_dl\extractor\redgifs.pyc", line 36, in items
File "gallery_dl\extractor\redgifs.pyc", line 127, in gifs
File "gallery_dl\extractor\redgifs.pyc", line 137, in __init__
File "gallery_dl\cache.pyc", line 115, in __call__
File "gallery_dl\extractor\redgifs.pyc", line 182, in _fetch_bearer_token
TypeError: can only concatenate str (not "NoneType") to str
The text was updated successfully, but these errors were encountered:
A follow-up from #3037
Tested with current release and latest CI.
Could be that the text.extract is not functioning properly?
The text was updated successfully, but these errors were encountered: