my name is Chris, I am new to this forum. I am using SAB on my little arm device (dockstar, debian wheezy, kernel 3.2.23) for a longer time with no problems so far. However I am testing the beta relase of SABnzbd for some weeks now. Unfortunately SABnzbd keeps crashing when I am trying to repair the queue (status->Queue repair->Repair). It was never reproducable, but now I can reproduce the crash constantly.
SABnzbd just dies.
This is what I found in ~/.sabnzbd/logs/sabnzbd.log :
Code: Select all
2014-02-28 09:14:56,310::INFO::[sabnzbdplus:1250] --------------------------------
2014-02-28 09:14:56,313::INFO::[sabnzbdplus:1251] sabnzbdplus-0.7.17Beta3 (rev=35381555a95837b499a9d3a565cff3ca6e2e3d12)
2014-02-28 09:14:56,315::INFO::[sabnzbdplus:1263] Platform = posix
2014-02-28 09:14:56,317::INFO::[sabnzbdplus:1264] Python-version = 2.7.3 (default, Jan 2 2013, 22:35:13)
[GCC 4.6.3]
2014-02-28 09:14:56,320::INFO::[sabnzbdplus:1265] Arguments = /usr/bin/sabnzbdplus --pidfile /var/run/sabnzbdplus/pid
2014-02-28 09:14:56,322::INFO::[sabnzbdplus:1278] Read INI file /root/.sabnzbd/sabnzbd.ini
2014-02-28 09:14:56,436::INFO::[__init__:941] Loading data for bookmarks.sab from /root/.sabnzbd/admin/bookmarks.sab
2014-02-28 09:14:56,439::INFO::[__init__:941] Loading data for rss_data.sab from /root/.sabnzbd/admin/rss_data.sab
2014-02-28 09:14:56,442::INFO::[__init__:941] Loading data for totals9.sab from /root/.sabnzbd/admin/totals9.sab
2014-02-28 09:14:56,445::DEBUG::[bpsmeter:171] Read quota q=0.0 l=0.0 reset=0
2014-02-28 09:14:56,449::INFO::[postproc:91] Loading postproc queue
2014-02-28 09:14:56,451::INFO::[__init__:941] Loading data for postproc1.sab from /root/.sabnzbd/admin/postproc1.sab
/usr/bin/python -OO /usr/bin/sabnzbdplus --pidfile /var/run/sabnzbdplus/pid
Code: Select all
2014-02-28 09:14:56,436::INFO::[__init__:941] Loading data for bookmarks.sab from /root/.sabnzbd/admin/bookmarks.sab
2014-02-28 09:14:56,439::INFO::[__init__:941] Loading data for rss_data.sab from /root/.sabnzbd/admin/rss_data.sab
2014-02-28 09:14:56,442::INFO::[__init__:941] Loading data for totals9.sab from /root/.sabnzbd/admin/totals9.sab
2014-02-28 09:14:56,445::DEBUG::[bpsmeter:171] Read quota q=0.0 l=0.0 reset=0
2014-02-28 09:14:56,449::INFO::[postproc:91] Loading postproc queue
2014-02-28 09:14:56,451::INFO::[__init__:941] Loading data for postproc1.sab from /root/.sabnzbd/admin/postproc1.sab
Traceback (most recent call last):
File "/usr/bin/sabnzbdplus", line 1834, in <module>
main()
File "/usr/bin/sabnzbdplus", line 1289, in main
init_ok = sabnzbd.initialize(pause, clean_up, evalSched=True, repair=repair)
File "/usr/share/sabnzbdplus/sabnzbd/decorators.py", line 31, in newFunction
return f(*args, **kw)
File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 316, in initialize
NzbQueue.do.read_queue(repair)
File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 107, in read_queue
self.scan_jobs(not folders)
File "/usr/share/sabnzbdplus/sabnzbd/nzbqueue.py", line 131, in scan_jobs
items = sabnzbd.proxy_build_history()[0]
File "/usr/share/sabnzbdplus/sabnzbd/__init__.py", line 1121, in proxy_build_history
return sabnzbd.api.build_history()
File "/usr/share/sabnzbdplus/sabnzbd/api.py", line 1791, in build_history
rating = Rating.do.get_rating_by_nzo(item['nzo_id'])
AttributeError: 'NoneType' object has no attribute 'get_rating_by_nzo'
Regards,
Chris