Closed mario6714 closed 2 years ago
Thanks for reaching out. Can you provide the URL you used? I'm having an issue pulling the URL up on my Chrome browser 'https://kemono.party/fanbox/user/19627910'. I think the issue is a bad URL was provided or something.
Sorry, my mistake in the first url, after that i cant enter using firefox or chrome
Interesting, are you using a txt file with the -f switch? Could you send me the invocation you used and any supporting text files?
i use in this way in cmd: KMPDownloader.py -v -d C:\Users\m\Downloads\KMPDownloader\ Input a url, or type 'quit' to exit> https://kemono.party/patreon/user/19627910
supporting text files?
That's if you used a certain switch. If you used that invocation, there isn't any txt files. It seems to work on my end though. Could you try it again with the exact same invocation you sent me? You should not be getting
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='kemono.party', port=443): Max retries exceeded with url: /fanbox/user/19627910(Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000019EB7F44DC0>, 'Connection to kemono.party timed out. (connect timeout=None)'))
using that invocation since the program works by splitting URLs, it doesn't append anything to any URLs except if it is trying to download a file.
Ty again this way?
i use in this way in cmd: KMPDownloader.py -v -d C:\Users\m\Downloads\KMPDownloader Input a url, or type 'quit' to exit> https://kemono.party/patreon/user/19627910
Yes
Is fine if i use another url?
Yeah but make sure it is a valid URL, I believe you entered an incorrect one before. Let me know if it works.
Yes that is valid, give a try and let me know if it goes through.
Nop, for a moment the program download a few files but after that i get the same error:
Traceback (most recent call last): File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 174, in _new_conn conn = connection.create_connection( File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\connection.py", line 95, in create_connection raise err File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\connection.py", line 85, in create_connection sock.connect(sa) TimeoutError: [WinError 10060] Se produjo un error durante el intento de conexión ya que la parte conectada no respondió adecuadamente tras un periodo de tiempo, o bien se produjo un error en la conexión establecida ya que el host conectado no ha podido responder
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 703, in urlopen httplib_response = self._make_request( File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 386, in _make_request self._validate_conn(conn) File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 1040, in _validate_conn conn.connect() File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 358, in connect self.sock = conn = self._new_conn() File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connection.py", line 179, in _new_conn raise ConnectTimeoutError( urllib3.exceptions.ConnectTimeoutError: (<urllib3.connection.HTTPSConnection object at 0x000002398A39A890>, 'Connection to kemono.party timed out. (connect timeout=None)')
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 440, in send resp = conn.urlopen( File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\connectionpool.py", line 785, in urlopen retries = retries.increment( File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\urllib3\util\retry.py", line 592, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='kemono.party', port=443): Max retries exceeded with url: /fanbox/user/51803217/post/3760218 (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000002398A39A890>, 'Connection to kemono.party timed out. (connect timeout=None)'))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 640, in
I've managed to reproduced the error. The reason is because your computer disconnected from the Internet. I will implement a patch where connection attempts will be made continuously until a connection is made.
After that error i can't enter kemono.party for a while but enter other url without error
I have a error like this if i use the previous version:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "threading.py", line 1009, in _bootstrap_inner
File "KMPDownloader.py", line 95, in run
File "KMPDownloader.py", line 154, in download_file
File "cfscrape__init__.py", line 121, in request
File "requests\sessions.py", line 529, in request
File "requests\sessions.py", line 667, in send
File "requests\sessions.py", line 667, in
Ð\x9fожалÑ\x83йÑ\x81Ñ\x82а ожидайÑ\x82е...",document.getElementById("link").innerHTML="Ð\x97аÑ\x89иÑ\x82а оÑ\x82 DDoS-аÑ\x82ак DDoS-GUARD"):(document.getElementById("title").innerHTML="Checking your browser accessing "+host,document.getElementById("description").innerHTML="This process is automatic. Your browser will redirect to your requested content shortly.
Please allow up to 5 seconds...",document.getElementById("link").innerHTML="DDoS protection by DDoS-GUARD");
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 640, in
main()
File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 632, in main
downloader.routine(urls)
File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 563, in routine
self.call_and_interpret_url(url)
File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 504, in __call_and_interpret_url
self.process_window(url, True)
File "C:\Users\m\Downloads\KMPDownloader-main\KMPDownloader.py", line 440, in __process_window
reqs = requests.get(url)
File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 75, in get
return request('get', url, params=params, kwargs)
File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, kwargs)
File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 529, in request
resp = self.send(prep, send_kwargs)
File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\sessions.py", line 645, in send
r = adapter.send(request, kwargs)
File "C:\Users\m\AppData\Local\Programs\Python\Python310\lib\site-packages\requests\adapters.py", line 507, in send
raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='kemono.party', port=443): Max retries exceeded with url: /fanbox/user/19627910(Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000019EB7F44DC0>, 'Connection to kemono.party timed out. (connect timeout=None)'))