-
Notifications
You must be signed in to change notification settings - Fork 113
Description
I have been using sharppy fine for a long time, but suddenly i started getting this error:
Failed to execute script 'SHARPpy' due to unhandled exception: IncompleteRead(7229 bytes read)
Traceback (most recent call last):
File "http\client.py", line 559, in _get_chunk_left
File "http\client.py", line 526, in _read_next_chunk_size
ValueError: invalid literal for int() with base 16: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "http\client.py", line 576, in _readall_chunked
File "http\client.py", line 561, in _get_chunk_left
http.client.IncompleteRead: IncompleteRead(0 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "SHARPpy.py", line 8, in
File "full_gui.py", line 1228, in main
File "full_gui.py", line 871, in init
File "full_gui.py", line 877, in __initUI
File "full_gui.py", line 235, in init
File "datasources\data_source.py", line 396, in getAvailableTimes
File "datasources\data_source.py", line 350, in _get
File "datasources\data_source.py", line 286, in getAvailableTimes
File "datasources\available.py", line 442, in
File "datasources\available.py", line 171, in _available_spc
File "datasources\available.py", line 153, in _download_spc
File "http\client.py", line 469, in read
File "http\client.py", line 583, in _readall_chunked
http.client.IncompleteRead: IncompleteRead(7229 bytes read)