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

[hotleak][error] An unexpected error occurred: AttributeError - 'HotleakCreatorExtractor' object has no attribute 'type'. #5950

Closed
Newbie1706 opened this issue Aug 6, 2024 · 0 comments

Comments

@Newbie1706
Copy link

Hi,

In the latest update I have encountered the following error with HotLeak.

Previously, in 1.27.1, it did download videos but didn't download pics properly. Now it just fails instantly with any one of the hotleaks.

Log output below:

[gallery-dl][debug] Version 1.27.2
[gallery-dl][debug] Python 3.10.6 - Windows-10-10.0.17763-SP0
[gallery-dl][debug] requests 2.32.3 - urllib3 2.2.2
[gallery-dl][debug] Configuration Files ['F:\\Applications\\Gallery DL\\gallery-dl-config-folders.json']
[gallery-dl][debug] Starting DownloadJob for 'https://hotleak.vip/qimmahrussovip'
[hotleak][debug] Using HotleakCreatorExtractor for 'https://hotleak.vip/qimmahrussovip'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): hotleak.vip:443
[urllib3.connectionpool][debug] https://hotleak.vip:443 "GET /qimmahrussovip?page=1 HTTP/11" 200 None
[hotleak][error] An unexpected error occurred: AttributeError - 'HotleakCreatorExtractor' object has no attribute 'type'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[hotleak][debug] 
Traceback (most recent call last):
  File "C:\Program Files\Python310\lib\site-packages\gallery_dl\job.py", line 151, in run
    for msg in extractor:
  File "C:\Program Files\Python310\lib\site-packages\gallery_dl\extractor\hotleak.py", line 26, in items
    if self.type == "photo":
AttributeError: 'HotleakCreatorExtractor' object has no attribute 'type'
mikf added a commit that referenced this issue Aug 7, 2024
fixes regression introduced in 0432e05
@mikf mikf closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants