Search found 5 matches
- December 2nd, 2014, 11:59 am
- Forum: Debian/Ubuntu Package
- Topic: Won't save script folder or watched folder location
- Replies: 14
- Views: 14987
Re: Won't save script folder or watched folder location
I am having the same issue as those above. I save the directory in the config of the web interface and then after restarting sabnzbd it is gone. I have even set the ini file to 777 as well as changed my mount to: /dev/sda1 /media/USBHDD1 vfat defaults,uid=65534,gid=65534,dmask=000,fmask=111 0 0 Thou...
- December 1st, 2014, 6:26 pm
- Forum: General Help
- Topic: SyntaxError: invalid syntax
- Replies: 7
- Views: 4028
Re: SyntaxError: invalid syntax
Yeah I may need to replace the card at some point though all my downloads will be going to 3TB external HD.
- December 1st, 2014, 3:12 pm
- Forum: General Help
- Topic: SyntaxError: invalid syntax
- Replies: 7
- Views: 4028
Re: SyntaxError: invalid syntax
On my raspberry pi using the raspbian os which is based on Debian. Im still going through getting it all up and running with headphones, sickbeard, couchpotato, and deluge. This is at least one hurdle completed.
Have you set up your sabnzbd to autostart?
Have you set up your sabnzbd to autostart?
- December 1st, 2014, 2:37 am
- Forum: General Help
- Topic: SyntaxError: invalid syntax
- Replies: 7
- Views: 4028
Re: SyntaxError: invalid syntax
Thanks for that I removed my python sudo apt-get remove python2.7 Clean up sudo apt-get autoremove Re-installed sudo apt-get install python2.7 Then I had to re-install sabnzbdplus as it was removed with the python removal sudo apt-get install sabnzbdplus And the server ran with sabnzbdplus --server ...
- December 1st, 2014, 2:05 am
- Forum: General Help
- Topic: SyntaxError: invalid syntax
- Replies: 7
- Views: 4028
SyntaxError: invalid syntax
Hello all, I am getting a SyntaxError when I attempt to start up my server. My python version is 2.7.3: $ sudo sabnzbdplus --server 0.0.0.0 Traceback (most recent call last): File "/usr/bin/sabnzbdplus", line 44, in <module> import cherrypy File "/usr/share/sabnzbdplus/cherrypy/__init...