lsellens / script.service.audo

Audo (Automatic Downloader) is a fork of SABnzbd-Suite. SABnzbd-Suite Metapackage which combines SABnzbd, SickBeard, Couchpotato and Headphones in one Addon.
http://lsellens.openelec.tv/addons/repo/repository.lsellens/repository.lsellens.zip
GNU General Public License v3.0
10 stars 3 forks source link

sabnzd stopped working after reboot #20

Closed ramonskie closed 7 years ago

ramonskie commented 8 years ago

when i try to load i manully with

python /storage/.kodi/addons/script.module.audo-programs/resources/SABnzbd/SABnzbd.py --pid_file=/var/run/sabnzbd.pid --data_dir /storage/.kodi/userdata/addon_data/script.service.audo --config=/storage/.kodi/userdata/addon_data/script.service.audo/sabnzbd.ini --daemon

i get The Python module Cheetah is required

Shinzah commented 8 years ago

Same for me :(

fboyer commented 8 years ago

Same here, for some reason sabnzbd stopped running a few days ago and I cannot get it to start again.

ramonskie commented 8 years ago

if anyone has found a workaround please post it here :)

lsellens commented 8 years ago

Manually launching any part of the suite will give you dependency issues due to them not being in path. Its only available in the kodi python namespace hence the cheetah error. Not certain what’s wrong with sab at the current moment. I Don't use sab, and honestly do not test it during updates. I'm leaving for Las Vegas tomorrow I'll push an update with a earlier version that's known to work for tonight and will figure out why the new version isn't launching correctly when I get back in town.

usenetuser commented 8 years ago

Thanks for the prompt response @lsellens SYSTEM) @ramonskie - This thread has a workaround mentioned (same lines as what @lsellens plans to do)

http://openelec.tv/forum/80-sabnzbd-suite/82371-issue-starting-sabnzbd-on-audo-since-yesterday?limitstart=0

Between the previous and newer version of audo, the Sab version did get updated from 1.0.3 to 1.1.0RC2 and the repo change. Haven't checked the source of Sab either on what changes were made.

Commit: lsellens/script.module.audo-programs@0bd41ca

Here is the link to log: KODI Log - http://pastebin.com/4WsQgQSb

Looks like a sabnzbd issue than audo.

This log does not indicate sabnzbd daemon being started, while other audo services are: SYSTEM Log - http://pastebin.com/e0MGbLDx

ramonskie commented 8 years ago

removed an reinstalled. but all services are not starting "sick & couch are starting manuall"

switched to nzbget. nothing and also no logs in /.kodi/userdata/addon_data/script.service.audo/logs

i get this with debug logging though

15:03:33 T:1667638336   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named configobj
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.service.audo/service.py", line 3, in <module>
                                                import resources.audo as audo
                                              File "/storage/.kodi/addons/script.service.audo/resources/audo.py", line 2, in <module>
                                                from configobj import ConfigObj
                                            ImportError: No module named configobj
                                            -->End of Python script error report<--

EDIT: it seems that audo dependencies is not installed i tried to manuall install it but it says it can't install because its nto right structure but if i extract the zip its precisely as it should be i can't find it in the repository either via kodi but if i browse http://lsellens.openelec.tv/addons/repo/ its there. so strange. i think my kodi is corrupt or something

EDIT2:

http://lsellens.openelec.tv/addons/repo/script.module.audo-dependencies/script.module.audo-dependencies-0.1.1.zip CORRUPTED

http://lsellens.openelec.tv/addons/repo/script.module.audo-dependencies/script.module.audo-dependencies-0.1.0.zip WORKS

lsellens commented 8 years ago

md5sum b285ef644bed6c1330be386505b1abd4 script.module.audo-dependencies-0.1.1.zip if this doesn't match then redownload

lsellens commented 7 years ago

this should be resolved with newer versions. If not then please reopen.