Python error 2.3.8
Posted: April 4th, 2019, 3:27 pm
I import NZB's via the watch folder and since 2.3.8 I am getting this error:
Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 670, in respond
File "cherrypy\lib\encoding.pyo", line 220, in __call__
File "cherrypy\_cpdispatch.pyo", line 60, in __call__
File "sabnzbd\interface.pyo", line 468, in tapi
File "sabnzbd\api.pyo", line 109, in api_handler
File "sabnzbd\api.pyo", line 442, in _api_change_cat
File "sabnzbd\nzbqueue.pyo", line 314, in change_cat
File "sabnzbd\nzbstuff.pyo", line 1439, in abort_direct_unpacker
File "sabnzbd\decorators.pyo", line 36, in call_func
File "sabnzbd\directunpacker.pyo", line 407, in abort
AttributeError: 'NoneType' object has no attribute 'poll'
This does not seem to affect the downloads which appear to proceed normally.
Also, since the update category tags no longer appear immediately to the left of the progress bar for each download. Is there a layout setting I'm missing?
Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 670, in respond
File "cherrypy\lib\encoding.pyo", line 220, in __call__
File "cherrypy\_cpdispatch.pyo", line 60, in __call__
File "sabnzbd\interface.pyo", line 468, in tapi
File "sabnzbd\api.pyo", line 109, in api_handler
File "sabnzbd\api.pyo", line 442, in _api_change_cat
File "sabnzbd\nzbqueue.pyo", line 314, in change_cat
File "sabnzbd\nzbstuff.pyo", line 1439, in abort_direct_unpacker
File "sabnzbd\decorators.pyo", line 36, in call_func
File "sabnzbd\directunpacker.pyo", line 407, in abort
AttributeError: 'NoneType' object has no attribute 'poll'
This does not seem to affect the downloads which appear to proceed normally.
Also, since the update category tags no longer appear immediately to the left of the progress bar for each download. Is there a layout setting I'm missing?