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
Started getting this error yesterday, so tried installing fresh on a diff pc with vpn, still got the error.
[gallery-dl][debug] Version 1.14.3
[gallery-dl][debug] Python 3.8.2 - Linux-5.4.0-42-generic-x86_64-with-glibc2.29
[gallery-dl][debug] requests 2.22.0 - urllib3 1.25.8
[gallery-dl][debug] Starting DownloadJob for 'https://xhamster.com/photos/gallery/jux-box-14715428'
[xhamster][debug] Using XhamsterGalleryExtractor for 'https://xhamster.com/photos/gallery/jux-box-14715428'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): xhamster.com:443
[urllib3.connectionpool][debug] https://xhamster.com:443 "GET /photos/gallery/jux-box-14715428 HTTP/1.1" 200 None
[xhamster][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'rstrip'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[xhamster][debug]
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/gallery_dl/job.py", line 61, in run
for msg in self.extractor:
File "/usr/local/lib/python3.8/dist-packages/gallery_dl/extractor/xhamster.py", line 90, in items
data = self.metadata()
File "/usr/local/lib/python3.8/dist-packages/gallery_dl/extractor/xhamster.py", line 100, in metadata
self.data = self._data(self.root + self.path)
File "/usr/local/lib/python3.8/dist-packages/gallery_dl/extractor/xhamster.py", line 146, in _data
return json.loads(text.extract(
AttributeError: 'NoneType' object has no attribute 'rstrip'
The text was updated successfully, but these errors were encountered:
Started getting this error yesterday, so tried installing fresh on a diff pc with vpn, still got the error.
The text was updated successfully, but these errors were encountered: