When trying to download "Workers & Resources: Soviet Republic", the script throws this error:
17:55:06 | 1418.6MB 0.0MB/s 1x workers_resources_soviet_republic/setup_workers__resources_soviet_republic_1.1.0.11_(82787)-1.bin
17:55:06 | 1.39GB remaining
17:56:05 | The unhandled exception was:
17:56:05 |
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 737, in _error_catcher
yield
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 883, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(9453568 bytes read, 1032192 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 1043, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 935, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 861, in _raw_read
with self._error_catcher():
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 761, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(9453568 bytes read, 1032192 more expected)', IncompleteRead(9453568 bytes read, 1032192 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\GOGBackup\gogrepoc.py", line 3194, in worker
dlsz = ioloop(tid, path, response, out)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\GOGBackup\gogrepoc.py", line 2982, in ioloop
for chunk in response.iter_content(chunk_size=4*1024):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(9453568 bytes read, 1032192 more expected)', IncompleteRead(9453568 bytes read, 1032192 more expected))
17:56:05 | End exception report.
17:56:05 | The handled exception was:
17:56:05 |
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 737, in _error_catcher
yield
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 883, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(9453568 bytes read, 1032192 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 1043, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 935, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 861, in _raw_read
with self._error_catcher():
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\response.py", line 761, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(9453568 bytes read, 1032192 more expected)', IncompleteRead(9453568 bytes read, 1032192 more expected))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\GOGBackup\gogrepoc.py", line 3194, in worker
dlsz = ioloop(tid, path, response, out)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\GOGBackup\gogrepoc.py", line 2982, in ioloop
for chunk in response.iter_content(chunk_size=4*1024):
File "C:\Users\Admin\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(9453568 bytes read, 1032192 more expected)', IncompleteRead(9453568 bytes read, 1032192 more expected))
17:56:05 | End exception report.
17:56:06 | --
17:56:06 | total time: 0:07:00.591677
17:56:06 | exiting...
The command is the same I always used:
gogrepoc.py download -skipfiles *.sh *_flac.zip *_wav.zip *_AAC.zip *_wma.zip patch_*.* setup_the_witcher_3_wild_hunt_goty_*(1)*.* *32bit*.* *.pkg
(Witcher 3 for some reason downloaded twice, that's why I added it to -skipfiles)