Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Influencers Plug-ins-[UNPLUGGED] Support & Download-Sab, CP, Sickbeard, + more!!

Featured Replies

I'm having an issue with trying to get transmission to auto load torrents.  I've followed the instructions through out the thread to add

watch-dir": "/mnt/cache/apps/Dropbox/Bin", 
    "watch-dir-enabled": true
}

to the end of the settings.json file.

 

It seems though that once I edit the settings.json file and restart unraid, Transmission is no longer able to start.  I get an error message that says something along the lines of "transmission.pid not created for some reason.... OK".

 

As soon as I delete those lines above though, the error disappears and Transmission is able to start without any issues.

 

I've attached both my system log along with a copy of my settings.json file.  Hopefully someone can help figure out why Transmission won't start when I edit the file.

 

As a last note, I've edited the file using the built-in editor in unraid, mcedit, Notepad++, TextEdit (Mac), and TextMate (Mac) and all produce the same error.

 

Thanks

syslog.zip

settings.zip

  • Replies 2.6k
  • Views 561.7k
  • Created
  • Last Reply

I've attached both my system log along with a copy of my settings.json file.  Hopefully someone can help figure out why Transmission won't start when I edit the file.

 

Just took a look at the settings.json file, looks like you're just missing a comma after the line: "utp-enabled": true

 

From your file:

    "utp-enabled": true
    "watch-dir": "/mnt/cache/apps/btsync/", 
    "watch-dir-enabled": true
}

 

It should be:

 

    "utp-enabled": true,
    "watch-dir": "/mnt/cache/apps/btsync/", 
    "watch-dir-enabled": true
}

I've attached both my system log along with a copy of my settings.json file.  Hopefully someone can help figure out why Transmission won't start when I edit the file.

 

Just took a look at the settings.json file, looks like you're just missing a comma after the line: "utp-enabled": true

 

From your file:

    "utp-enabled": true
    "watch-dir": "/mnt/cache/apps/btsync/", 
    "watch-dir-enabled": true
}

 

It should be:

 

    "utp-enabled": true,
    "watch-dir": "/mnt/cache/apps/btsync/", 
    "watch-dir-enabled": true
}

 

D'OH!!

 

I added that missing comma and all is good with the world! Thanks Tyler for taking the time to look at my file.  I've been fighting with this for the last 2 days not knowing what was going on.

 

 

Very strange goings on with couchpotato on unraid at the moment. Using the same setup as on my windows pc but it is not able to access the nzb searchers or transmit to sabnzbd. It worked fine for 6 months then the last few weeks it has errors in the log files. Windows version still works with the same settings and sickbeard on the unraid accesses the nzb sites and sends to sabnzbd without a problem. Anyone else come across this?

Hi,

 

I was looking to run a second instance of couchpotato and I saw your post here (http://lime-technology.com/forum/index.php?topic=21260.msg204517#msg204517)

 

I'm trying to compare that to the regular sickbeard, and it seems just renaming a few select areas will work fine -- would this be similar in couchpotato? e.g. if I renamed couchpotato_v2 (in some areas) to something else, would I be able to run a second instance?

 

Thanks,

Hey there! Just installed CouchPotato and HTPC Manager. CP runs just fine but I cannot get HTPC Manager to work. When I click on Start, I get this error:

 

Starting HTPC Manager: sudo -u root python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid

 

1234567891011sickbeard.pid not created for some reason... OK <-- config file typo I'm assuming. :)

 

There are no errors in the logs; (aside from my typos logging in!)

 

Jun  8 09:38:37 Planet_Express in.telnetd[3825]: connect from 10.0.0.48 (10.0.0.48)
Jun  8 09:38:38 Planet_Express login[3826]: ROOT LOGIN  on '/dev/pts/0' from '10.0.0.48'
Jun  8 09:43:03 Planet_Express sudo:     root : TTY=console ; PWD=/ ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/apps/couchpotato/CouchPotato.py --daemon --config_file /boot/config/plugins/couchpotato_v2/settings.conf --pid_file /var/run/couchpotato_v2/couchpotato_v2.pid
Jun  8 09:43:23 Planet_Express emhttp: returnFile: sendfile /usr/local/emhttp/plugins/simpleFeatures/images/loading.gif: Broken pipe
Jun  8 09:43:36 Planet_Express emhttp: returnFile: sendfile /usr/local/emhttp/plugins/simpleFeatures/images/loading.gif: Broken pipe
Jun  8 10:50:48 Planet_Express kernel: mdcmd (39): spindown 4
Jun  8 16:44:04 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager --port 8089 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 16:44:53 Planet_Express sudo:     root : TTY=unknown ; PWD=/mnt/cache/apps/HTPC_Manager ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/apps/HTPC_Manager//Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/Data --port 8089 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 16:46:57 Planet_Express sudo:     root : TTY=unknown ; PWD=/mnt/cache/apps/HTPC_Manager ; USER=nobody ; COMMAND=/usr/bin/python /mnt/cache/apps/HTPC_Manager//Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/Data --port 8089 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 16:57:03 Planet_Express in.telnetd[9759]: connect from 10.0.0.48 (10.0.0.48)
Jun  8 16:57:04 Planet_Express login[9760]: ROOT LOGIN  on '/dev/pts/0' from '10.0.0.48'
Jun  8 17:02:46 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:03:45 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:14:26 Planet_Express sudo:     root : TTY=pts/0 ; PWD=/root ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --datadir /mnt/cache/.custom/apps/htpcmanager --port 9092 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:21:22 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:22:43 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:23:31 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=nobody ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:25:08 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=root ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:26:07 Planet_Express sudo:     root : TTY=unknown ; PWD=/usr/local/htpcmanager ; USER=root ; COMMAND=/usr/bin/python /usr/local/htpcmanager/Htpc.py --debug --datadir /mnt/cache/apps/HTPC_Manager/ --port 8005 --pid /var/run/htpcmanager/htpcmanager.pid
Jun  8 17:28:07 Planet_Express in.telnetd[18426]: connect from 10.0.0.48 (10.0.0.48)
Jun  8 17:28:10 Planet_Express login[18427]: invalid password for 'UNKNOWN'  on '/dev/pts/0' from '10.0.0.48'
Jun  8 17:28:12 Planet_Express login[18427]: ROOT LOGIN  on '/dev/pts/0' from '10.0.0.48'

 

As you can see, I tried installing to a few locations, running as root, checked file permissions, different ports, re-installed the plugin via installplg, upgrading/downgrading the plugin via the web interace, deleted every folder it created during install.... but nothing works.

 

htpcmanager.png

 

I've installed several other plugins with no issues, so I don't think it's user-error. Although that should never be ruled out! lol

 

Thanks in advance for any and all help!  :)

Hi there,

 

I have the following two problems:

 

-SABNZBD plugin doesn't shut down when I stop the array. I always have to shutdown it manually, which is suboptimal if you are testing a lot.

 

-Mylar plugin doesn't startup properly if the array goes up. It will hang and stop other plugins and the emhttp to start.

 

Any help appreciated.

Thanks for caring

JC

Are the speed limit settings on the transmission plugin broken?

 

With the checkboxes unticked (no limits) my torrents download at around 10MB/s but if I set the download limit to something like 9MB/s the and tick the box the torrent slows down to a crawl (~200 kB/s)... As soon as I untick the box again the torrents speeds up?

pip install transmissionrpc
- is plugin of flexget for communication with transmission

for sure you use like others python 2.6 ;)

 

And more easy cannot be :/

 

You have to install in system "setuptools-0.6c11-py2.6.egg"

if already have

 

this 3 line

curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

pip install flexget

pip install transmissionrpc

 

install for you flexget with transmission support - that all.

 

Just you need put config file for flexget

 

setuptools-0.6c11-py2.6.egg - where/how can I install that from ?

Are the speed limit settings on the transmission plugin broken?

 

no - working fine here.

Can anyone advise how to add a commandline parameter to Sickbeard when it starts up using this plugin ("--forceupdate")?

 

I need to force sickbeard to do a mass update at startup as it normally does this at 3am when my server is not switched on.  Annoyingly there is no way of scheduling this check other than to force it at startup (from what I've read).

 

 

Can anyone advise how to add a commandline parameter to Sickbeard when it starts up using this plugin ("--forceupdate")?

 

There's an option in the plugin config for this "Force Update on Start"

So you should just need to toggle to yes, and apply the changes.

Can anyone advise how to add a commandline parameter to Sickbeard when it starts up using this plugin ("--forceupdate")?

 

There's an option in the plugin config for this "Force Update on Start"

So you should just need to toggle to yes, and apply the changes.

 

Ahh, that's what that setting does!  Thank you :)

 

Thanks.  I found one and installed it but no luck on the rest of the commdands.

 

root@tdm:/boot/packages# installpkg setuptools-0.6c11-i686-5sl.txz
Verifying package setuptools-0.6c11-i686-5sl.txz.
Installing package setuptools-0.6c11-i686-5sl.txz:
PACKAGE DESCRIPTION:
# Setuptools (Python Distutils Modules)
#
# setuptools is a collection of enhancements to the Python distutils
# that allow you to more easily build and distribute Python packages
# especially ones that have dependencies on other packages.
#
Package setuptools-0.6c11-i686-5sl.txz installed.

root@tdm:/boot/packages# curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
curl: /usr/lib/libidn.so.11: no version information available (required by /usr/lib/libcurl.so.4)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 85929  100 85929    0     0  41711      0  0:00:02  0:00:02 --:--:-- 46802

An error occured while trying to run <stdin>. Make sure you have setuptools or distribute installed

My CP  stopped working sometime ago and I did copy my settings.  Can anyone help me with the install?  I have attached what my SAB and Sickbeard install looks like.  Thanks for the help.

SAB.jpg.b7144aa444785832a2dec49c84ce9a53.jpg

Sickbeard.jpg.dced8bf657ac553ad30e2cc749a3a7de.jpg

OK, I got it installed but it won't start.  I had this problem before and posted below what we did to fix it.  Where do I find these db_backups, I can't remember?

 

To recap for any others who may experience the error squirrelydw did, couchpotato had backed up the hidden .AppleDouble directory into the db_backups. Removing these or renaming the db_backups allowed couchpotato to start.

 

Plugin version is 2.3.6

My SB recently stopped working.  I believe the server cannot access thetvdb or any of the search providers.

 

When I try to add any new show, I get an error message that says:

 

Unable to add show

Unable to look up the show in DIRECTORY NAME on TVDB, not using the NFO. Delete .nfo and add manually in the correct language.

 

and it adds this to the Logs & Errors:

2013-06-19 21:23:45.964396 SHOWQUEUE-ADD :: Error contacting TVDB: Could not connect to server:

 

 

When it goes to look for episodes of shows already added, it adds this to the Logs & Errors:

 

2013-06-19 21:23:45.964396 SHOWQUEUE-ADD :: Error contacting TVDB: Could not connect to server: 
2013-06-19 21:27:24.146858 SEARCHQUEUE-MANUAL-SEARCH :: Error loading Nmatrix URL: https://www.nmatrix.co.za/api?apikey=ccbf1ac0557c224a9c8b8586b2806656&t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:24.406867 SEARCHQUEUE-MANUAL-SEARCH :: Error loading Nmatrix URL: https://www.nmatrix.co.za/api?ep=12&apikey=ccbf1ac0557c224a9c8b8586b2806656&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:24.666902 SEARCHQUEUE-MANUAL-SEARCH :: Error loading Sick Beard Index URL: http://lolo.sickbeard.com/api?t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:24.926853 SEARCHQUEUE-MANUAL-SEARCH :: Error loading Sick Beard Index URL: http://lolo.sickbeard.com/api?ep=12&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:25.186925 SEARCHQUEUE-MANUAL-SEARCH :: Error loading NZBMegaSearch URL: http://mega.nzbx.co/api?t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:25.446874 SEARCHQUEUE-MANUAL-SEARCH :: Error loading NZBMegaSearch URL: http://mega.nzbx.co/api?ep=12&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:25.706920 SEARCHQUEUE-MANUAL-SEARCH :: Error loading nzb-matrix URL: http://www.nzb-matrix.eu/api?apikey=0abd828cc15e56d03454bc8648a86ccf&t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:25.966865 SEARCHQUEUE-MANUAL-SEARCH :: Error loading nzb-matrix URL: http://www.nzb-matrix.eu/api?ep=12&apikey=0abd828cc15e56d03454bc8648a86ccf&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:25.972428 SEARCHQUEUE-MANUAL-SEARCH :: Error loading spotweb URL: http://localhost/spotweb/api?apikey=cf28ea67dd2083d1877a1814e4706761&t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:25.975457 SEARCHQUEUE-MANUAL-SEARCH :: Error loading spotweb URL: http://localhost/spotweb/api?ep=12&apikey=cf28ea67dd2083d1877a1814e4706761&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:26.236876 SEARCHQUEUE-MANUAL-SEARCH :: Error loading NZBgeek URL: https://index.nzbgeek.info/api?apikey=dec603c1053390f1865f552546669cf3&t=tvsearch&cat=5040%2C5030
2013-06-19 21:27:26.496875 SEARCHQUEUE-MANUAL-SEARCH :: Error loading NZBgeek URL: https://index.nzbgeek.info/api?ep=12&apikey=dec603c1053390f1865f552546669cf3&limit=100&t=tvsearch&season=6&rid=16356&maxage=1500&cat=5030%2C5040
2013-06-19 21:27:26.756904 SEARCHQUEUE-MANUAL-SEARCH :: Error loading nzbX URL: https://nzbx.co/api/sickbeard?completion=100&q=&age=1500&limit=250&cat=tv-hd%7Ctv-sd
2013-06-19 21:27:26.757083 SEARCHQUEUE-MANUAL-SEARCH :: Error while searching nzbX, skipping: expected string or buffer 

 

First, I updated SB to the most recent release in Influencer's sig.. then I checked my router and Enable DHCP Server is checked.  I also tried adding it to the DHCP Reservations List but that did not help.

 

I ran "ipconfig eth0" in telnet to check the IP address and it is indeed the same address that shows up on my router configurations as well as the network settings in the unraid menu.

 

 

 

Does anyone have any ideas?

 

Thanks.  I found one and installed it but no luck on the rest of the commdands.

 

root@tdm:/boot/packages# installpkg setuptools-0.6c11-i686-5sl.txz
Verifying package setuptools-0.6c11-i686-5sl.txz.
Installing package setuptools-0.6c11-i686-5sl.txz:
PACKAGE DESCRIPTION:
# Setuptools (Python Distutils Modules)
#
# setuptools is a collection of enhancements to the Python distutils
# that allow you to more easily build and distribute Python packages
# especially ones that have dependencies on other packages.
#
Package setuptools-0.6c11-i686-5sl.txz installed.

root@tdm:/boot/packages# curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
curl: /usr/lib/libidn.so.11: no version information available (required by /usr/lib/libcurl.so.4)
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 85929  100 85929    0     0  41711      0  0:00:02  0:00:02 --:--:-- 46802

An error occured while trying to run <stdin>. Make sure you have setuptools or distribute installed

 

dalben, I'm not sure what it is you're trying to make work so sorry if this is a wrong set of assumptions, but looking back on the message thread I see mention from piotrasd with three commands;

curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python

pip install flexget

pip install transmissionrpc

 

I am assuming the first line is trying to download a python script to install pip and piping it through already installed python to execute it.  It also looks like this is where you're currently stuck.  I've have some experience with pip as I use it in my beet plugin.  I have a tar file of pip, which I untar and run the setup.  Try this:

 

from telnet:

cd /tmp
wget -q --no-check-certificate https://dl.dropboxusercontent.com/u/572553/UnRAID/packages.custom/pip-1.3.tar.gz
tar zxvf pip-1.3.tar.gz
cd pip-1.3
/usr/bin/python setup.py install
pip install flexget
pip install transmissionrpc

 

 

 

Thanks.  I got that to install.  A lot more direcvtories and files than before so I'm a bit cautious about going further.  I might see if prostuff can fix his package or if someone with the skills, time and inclination can make it a plugin.

 

thanks again

OK, I got it installed but it won't start.  I had this problem before and posted below what we did to fix it.  Where do I find these db_backups, I can't remember?

 

To recap for any others who may experience the error squirrelydw did, couchpotato had backed up the hidden .AppleDouble directory into the db_backups. Removing these or renaming the db_backups allowed couchpotato to start.

 

Plugin version is 2.3.6

 

Any idea why couch potato won't start?  Where do I find the db-Backups?

OK, I got it installed but it won't start.  I had this problem before and posted below what we did to fix it.  Where do I find these db_backups, I can't remember?

 

To recap for any others who may experience the error squirrelydw did, couchpotato had backed up the hidden .AppleDouble directory into the db_backups. Removing these or renaming the db_backups allowed couchpotato to start.

 

Plugin version is 2.3.6

 

Any idea why couch potato won't start?  Where do I find the db-Backups?

 

from telnet:

find / -iname "*db_backups*" -print

 

Any other ideas, that didn't work since my server can't print.

Any other ideas, that didn't work since my server can't print.

What???  Did you issue the command or just assume the print part meant output to a print device?  That command prints output to the screen.  ie.  use Putty to telnet into your server and issue that command.  It will display on screen anything that matches the search criteria.

 

 

Any other ideas, that didn't work since my server can't print.

What???  Did you issue the command or just assume the print part meant output to a print device?  That command prints output to the screen.  ie.  use Putty to telnet into your server and issue that command.  It will display on screen anything that matches the search criteria.

 

I did and I didn't see any output on the screen.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.