Kemono-and-Coomer-Downloader
                                
                                
                                
                                    Kemono-and-Coomer-Downloader copied to clipboard
                            
                            
                            
                        It worked for a moment, but it ended thrwing an error
Hi, I was downloading a profile from Coomer, it downloaded some posts but after a while it gave me this error:
Traceback (most recent call last):
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 748, in _error_catcher
    yield
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 894, in _raw_read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(92274688 bytes read, 485035764 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 820, in generate
    yield from self.raw.stream(chunk_size, decode_content=True)
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 1060, in stream
    data = self.read(amt=amt, decode_content=decode_content)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 977, in read
    data = self._raw_read(amt)
           ^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 872, in _raw_read
    with self._error_catcher():
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 158, in __exit__
    self.gen.throw(value)
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 772, in _error_catcher
    raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(92274688 bytes read, 485035764 more expected)', IncompleteRead(92274688 bytes read, 485035764 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "D:\Software\Kemono-and-Coomer-Downloader\codeen\code\profile.py", line 216, in <module>
    baixar_conteudo(post['link'], config)
  File "D:\Software\Kemono-and-Coomer-Downloader\codeen\code\profile.py", line 139, in baixar_conteudo
    attachment_response = requests.get(attachment_url)
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\api.py", line 73, in get
    return request("get", url, params=params, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\api.py", line 59, in request
    return session.request(method=method, url=url, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\sessions.py", line 746, in send
    r.content
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 902, in content
    self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Sergio\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 822, in generate
    raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(92274688 bytes read, 485035764 more expected)', IncompleteRead(92274688 bytes read, 485035764 more expected))
Do I need an specific version of Python to make this to work without problems?