Search found 8 matches

by KageKeeper
June 14th, 2022, 11:11 am
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

So https://pastebin.com/XwnvpAps Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 638, in respond self._do_respond(path_info) File "/usr/lib/python3.9/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond response....
by KageKeeper
June 14th, 2022, 11:10 am
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

safihre wrote: June 14th, 2022, 1:51 am Interesting. Maybe this is is a bug.
Do you have a very active queue with lots of URLs being fetched and/or downloads active? Did you manually Retry a job maybe?
Yes to both questions. :)
by KageKeeper
June 13th, 2022, 3:33 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

There are some new errors now as well.

pastebin. com / XwnvpAps
by KageKeeper
June 13th, 2022, 3:24 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

So I removed the Docker container and emptied the queues. About an hour later I am getting the exact same errors again.

@sander If you want to try that script now, I am game.
by KageKeeper
June 13th, 2022, 2:23 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

@KageKeeper Before removing the queue, can I do an experiment with you? I made a script that checks the files: sander@brixit:~/.sabnzbd/admin$ for i in *.sab; do ./pickle_pretty_print.py $i; done postproc2.sab: Yes, correct pickle file. Size: 2 queue10.sab: Yes, correct pickle file. Size: 3 Rating....
by KageKeeper
June 13th, 2022, 1:11 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing...

That is indeed the logs I see repeated over and over. :)
by KageKeeper
June 13th, 2022, 1:02 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Re: Sab keeps crashing...

Gotcha. Thank you.

pastebin . com / 93yyfiGw
by KageKeeper
June 13th, 2022, 12:13 pm
Forum: Bug Reports
Topic: Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'
Replies: 15
Views: 3256

Sab keeps crashing: AttributeError: 'NoneType' object has no attribute 'bytes'

I am running Sab in Docker using linuxserver[dot]io image version 3.6.0-ls66. Docker is hosted on Ubuntu 20.04. Sab has been working as expected. However, within the last couple of days Sab has been very unstable, and keeps crashing, restarting, and crashing again. I would post the logs or a pastebi...