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
[gallery-dl][debug] Version 1.18.2
[gallery-dl][debug] Python 3.9.4 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.26.0 - urllib3 1.26.4
[gallery-dl][debug] Starting DownloadJob for 'https://vk.com/id8934629'
[vk][debug] Using VkPhotosExtractor for 'https://vk.com/id8934629'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): vk.com:443
[urllib3.connectionpool][debug] https://vk.com:443 "GET /id8934629 HTTP/1.1" 200 20987
[vk][debug] Sleeping for 2.999 seconds
[urllib3.connectionpool][debug] https://vk.com:443 "POST /photos8934629 HTTP/1.1" 200 6179
[vk][error] An unexpected error occurred: UnboundLocalError - local variable 'cnt' referenced before assignment. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[vk][debug]
Traceback (most recent call last):
File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\job.py", line 76, in run
for msg in self.extractor:
File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\extractor\vk.py", line 103, in items
if cnt <= 40 or offset == params["offset"]:
UnboundLocalError: local variable 'cnt' referenced before assignment
The text was updated successfully, but these errors were encountered:
Commit fe970fc fixes the exception, but you still need to be logged in to get any photos from this private/hidden profile. Try using cookies if you have an account that can access it.
[gallery-dl][debug] Version 1.18.2
[gallery-dl][debug] Python 3.9.4 - Windows-10-10.0.19041-SP0
[gallery-dl][debug] requests 2.26.0 - urllib3 1.26.4
[gallery-dl][debug] Starting DownloadJob for 'https://vk.com/id8934629'
[vk][debug] Using VkPhotosExtractor for 'https://vk.com/id8934629'
[urllib3.connectionpool][debug] Starting new HTTPS connection (1): vk.com:443
[urllib3.connectionpool][debug] https://vk.com:443 "GET /id8934629 HTTP/1.1" 200 20987
[vk][debug] Sleeping for 2.999 seconds
[urllib3.connectionpool][debug] https://vk.com:443 "POST /photos8934629 HTTP/1.1" 200 6179
[vk][error] An unexpected error occurred: UnboundLocalError - local variable 'cnt' referenced before assignment. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .
[vk][debug]
Traceback (most recent call last):
File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\job.py", line 76, in run
for msg in self.extractor:
File "C:\Users\username\AppData\Local\Programs\Python\Python39\lib\site-packages\gallery_dl\extractor\vk.py", line 103, in items
if cnt <= 40 or offset == params["offset"]:
UnboundLocalError: local variable 'cnt' referenced before assignment
The text was updated successfully, but these errors were encountered: