So
https://pastebin.com/z6xmZeUu
a repetition of:
Code: Select all
2020-12-12 12:23:34,343::WARNING::[_cplogging:213] [12/Dec/2020:12:23:34] ENGINE socket.error 10058
Traceback (most recent call last):
File "cheroot\server.py", line 1267, in communicate
File "cheroot\server.py", line 702, in parse_request
File "cheroot\server.py", line 743, in read_request_line
File "cheroot\server.py", line 300, in readline
File "_pyio.py", line 557, in readline
File "cheroot\makefile.py", line 420, in read
File "_pyio.py", line 1067, in read
File "_pyio.py", line 1107, in _read_unlocked
File "socket.py", line 669, in readinto
BrokenPipeError: [WinError 10058] A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call
Might be (Windows' internal) firewall. Windows ... so start with a few Windows reboots. If that does not solve it, temporarily disable your Windows firewa// & virusscanner.
Code: Select all
Console
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "sabnzbd\downloader.py", line 637, in run
File "sabnzbd\nzbstuff.py", line 924, in update_download_stats
TypeError: can't concat int to bytes
That is indeed a SABnzbd problem.
https://github.com/sabnzbd/sabnzbd/blob ... #L916-L923
Weird that that pops up now. But first solve the Windows socket problem.