mrwolf wrote:I'm having trouble getting SB up and running again on my DS210j. It was working well, but after I've updated to DSM 3.0, it stopped working...
I've updated SABNZB+ (0.5.4), and that's working now. However, SB won't work. I've read this thread, but can't figure out what exactly is causing this...
SB is installed on my USB-stick, and thus in the dir /volumeUSB1/usbshare/sickbeard/.
When I run '/opt/bin/python2.5 /volumeUSB1/usbshare/sickbeard/SickBeard.py' to see if I can get it running, I get the following result:
- Code: Select all
DiskStation> /opt/bin/python2.5 /volumeUSB1/usbshare/sickbeard/SickBeard.py
Traceback (most recent call last):
File "/volumeUSB1/usbshare/sickbeard/SickBeard.py", line 32, in <module>
import sqlite3
File "/opt/lib/python2.5/sqlite3/__init__.py", line 24, in <module>
from dbapi2 import *
File "/opt/lib/python2.5/sqlite3/dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory
I've read something about updating python to 2.6, but how do I do this and does that solve my problem? I've tried ipkg update/upgrade, but python is not being upgraded.
I am using the following line after the DSM 3.0 final upgrade:
- Code: Select all
/var/packages/sab2/target/utils/bin/python /volume1/@appstore/sickbeard/SickBeard.py --quiet &
Where my SB install is on /volume1/@appstore/sickbeard/. Just using the original python install, not the 2.5 or 2.6. Can you try that as well?




