Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xhamster erroring out... #917

Closed
p4ined-one opened this issue Jul 29, 2020 · 0 comments
Closed

Xhamster erroring out... #917

p4ined-one opened this issue Jul 29, 2020 · 0 comments
Labels

Comments

@p4ined-one
Copy link

p4ined-one commented Jul 29, 2020

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants