Search found 4 matches

by tslayer
December 31st, 2011, 3:57 pm
Forum: Bug Reports
Topic: Crashing while downloading
Replies: 7
Views: 7314

Re: Crashing while downloading

OpenElec is a stripped down linux version running XBMC. Description from their website: "Open Embedded Linux Entertainment Center, or OpenELEC for short, is a small Linux distribution built from scratch as a platform to turn your computer into a complete XBMC media center. OpenELEC is designed ...
by tslayer
December 31st, 2011, 10:30 am
Forum: Bug Reports
Topic: Crashing while downloading
Replies: 7
Views: 7314

Re: Crashing while downloading

Yeah..

And for what it's worth, this crashing did not occur on somewhat older versions. I am tempted to think this bug was introduced with your following commit here: https://github.com/sabnzbd/sabnzbd/comm ... 0195007a3e

Thanks.
by tslayer
December 31st, 2011, 10:02 am
Forum: Bug Reports
Topic: Crashing while downloading
Replies: 7
Views: 7314

Crashing while downloading

When using SAB packaged in openelec (0.6.14), it would always crash while downloading. I finally decided to run this inside of gdb to get the backtrace. Thread 4 (LWP 7099): #0 0xb7789174 in PyType_IsSubtype () from /usr/lib/libpython2.7.so.1.0 #1 0xb72e2fd2 in ?? () from /usr/lib/python2.7/lib-dynl...
by tslayer
April 19th, 2009, 11:27 am
Forum: Third-party Addons
Topic: XBMC SABnzbd+ Python Script
Replies: 162
Views: 414120

Re: XBMC SABnzbd+ Python Script

sw1tch, Just registered to let you know of a bug with the apikey stuff. The following changes should go in sabnzbd_actions.py: apikey = xbmcplugin.getSetting( "sab_key" ) and self.sabnzbd_url += key Diff looks like: diff /home/eric/plugins/SABnzbd/nzb/sabnzbd_actions.py sabnzbd_actions.py ...