Tools Cyberdrop-DL: Mass Downloader for most forum sites and SimpCity threads

Kotetuksas

Lurker
Nov 28, 2022
1
1
78
0fya082315al84db03fa9bf467e3.png
Downloaded a whole thread earlier but now it's showing this whenever i try to download a new one
Please, Log in or Register to see links and images

Tried looking into the download configs but saw nothing out of ordinary, what can it possibly be?
 
  • Like
Reactions: azzblaster

azzblaster

Bathwater Drinker
Mar 11, 2022
310
5,570
1,302
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
I've been getting that too for the past few days.

Also when I run the program I get drop down options of "Download" "Download All Configurations" "Retry failed" etc. Previously I would just run it and it would automatically download.

Previously if files failed, I could just run the program again and each time it would grab some of the files that were previously failed. But now when I try running it again to get the failed files I get doesn't download any of them.
 

Jules--Winnfield

Cyberdrop-DL Creator
Mar 11, 2022
2,198
5,247
1,127
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
A lot to unpack here. I'd need to see your red message specifically to help you.

If you want to skip the UI, and have it function exactly like it was previously, just edit your start file and add `--download`. it'll skip the UI if you do so, retrying anything in your urls.txt file.

I'd also need more information on the "it doesn't download any of them" do they just fail again, or?
 

DrFapGood

Tier 3 Sub
Mar 23, 2023
33
260
382
0fya082315al84db03fa9bf467e3.png
anyone else having trouble with it sorting the downloads the same way as in v4?
 

DrFapGood

Tier 3 Sub
Mar 23, 2023
33
260
382
0fya082315al84db03fa9bf467e3.png
Please, Log in or Register to view quotes
Actually, i'm realizing that i'm getting a bunch of errors at the end of the download, so the process isn't ending naturally.

Download Failures:
Unhandled exception; stopping loop: 'Task exception was never retrieved'
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1276, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1322, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1271, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1031, in _send_output
self.send(msg)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 969, in send
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1448, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _create
self.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/aiorun.py", line 219, in new_coro
await coro
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/cyberdrop_dl/main.py", line 90, in director
await check_latest_pypi()
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/cyberdrop_dl/utils/utilities.py", line 215, in check_latest_pypi
contents = urllib.request.urlopen('
Please, Log in or Register to see links and images
()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1276, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1322, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1271, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1031, in _send_output
self.send(msg)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 969, in send
self.connect()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 1448, in connect
self.sock = self._context.wrap_socket(self.sock,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 512, in wrap_socket
return self.sslsocket_class._create(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1070, in _create
self.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1341, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/bin/cyberdrop-dl", line 8, in <module>
sys.exit(main())
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/cyberdrop_dl/main.py", line 108, in main
aiorun.run(director(manager), stop_on_unhandled_errors=True)
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/aiorun.py", line 371, in run
raise pending_exception_to_raise
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/aiorun.py", line 219, in new_coro
await coro
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/cyberdrop_dl/main.py", line 90, in director
await check_latest_pypi()
File "/Volumes/Expander/Cyberdrop_DL.V5.1/venv/lib/python3.10/site-packages/cyberdrop_dl/utils/utilities.py", line 215, in check_latest_pypi
contents = urllib.request.urlopen('
Please, Log in or Register to see links and images
()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)>
 

DrArchive04

Superfan
Sep 3, 2022
16
711
827
0fya082315al84db03fa9bf467e3.png
429 Error

I know that this type of message cannot be avoided, since bunkr limits the number of simultaneous downloads to one or two.
But if instead of directly throwing the link as a failed download, it adds it to the queue again until the previous download finishes, or until the link throws another error code.

PS: I can't find where the links for failed downloads are saved.
PS2: Your program is incredible and with each update it gets faster.

Screenshot-2023-12-05-22222096decd7517761fb0.png
Untitled0b2bc927bec85b48.png
 

gotmilk

Tier 3 Sub
Mar 17, 2022
34
440
609
0fya082315al84db03fa9bf467e3.png
The flickering didnt happen until version 5. Im just going to revert to version 4.