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

OK... Now, the permissions on the ../Downloads/* directories seem to be staying in place, and SAB isn't giving me a permissions error anymore, but it's still not working right.

 

When I move an .nzb into the ../data/nzb directory, the main 'downloads' form never changes or indicates any refresh activity, however, if I go to the status page, I have no errors on the errors tab, but the Queue Repair tab shows the name of the .nzb I just added as an orphaned job. Clicking 'Add' gives me this error:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/mnt/cache/custom/sabnzbd/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/mnt/cache/custom/sabnzbd/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/interface.py", line 2439, in add
    orphan_add(kwargs)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/interface.py", line 1117, in orphan_add
    sabnzbd.nzbqueue.repair_job(path, None)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/decorators.py", line 43, in call_func
    return func(*params, **kparams)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/decorators.py", line 31, in newFunction
    return f(*args, **kw)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbqueue.py", line 950, in repair_job
    NzbQueue.do.repair_job(folder, new_nzb)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbqueue.py", line 171, in repair_job
    nzo = NzbObject(name, 0, pp=None, script=None, nzb='', cat=None, priority=None, nzbname=name, reuse=True)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbstuff.py", line 687, in __init__
    os.mkdir(adir)
OSError: [Errno 13] Permission denied: '/mnt/cache/custom/sabnzbd/data/Downloads/incomplete/Book.of.Esther.2013.720p.BRRiP.XVID/__ADMIN__'

 

Obviously, something is still not right with permissions when it's trying to create folders. I believe that this permission denied is very evident in the attached screen shot.

 

What do I need to tweak to get unRAID to create new directories with the appropriate 666 permissions for nobody:users? (i.e., I don't think this a SAB plugin specific question anymore, I think it's generic to my entire unRAID, but since I'm here, I hope someone will point me in the right direction.)

Hey, how do you choose the permissions of the created files for the torrents you download? All my downloaded files are root:root and rwxr--r--. :( I have to go every time and change the permissions manually.. I download to a share and not to a cache disk.

 

savaspar - in SAB, go to config, then the folders tab. The 4th item down is 'Permissions for completed downloads'. I believe that is where you want to set it.

 

Just so I don't look like a complete idiot asking about permissions, then giving advice on setting them... I do have my permissions set to change them to 644 on completed downloads, which is the advice I gave to savaspar. My issue seems to be with directories not getting permissions set properly.

 

Thanks for the reply and have a happy new year! But I don't know what this SAB is. I just use transmission via it's web interface.

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

SAB is sabnzbd+, the nzb downloader.

 

Sent from my SM-N9005 using Tapatalk

 

 

Hello, I've installed sab and CPv2 on my unraid server, cache drive. pretty straightforward and easy to get them installed. I setup sab through the web interface, which was quick as well. My problem is with CPv2. It shows as running but when I click on running to go to set it up chrome tells me it cannot find the page. I've tried forwarding ports on my router and I've even switched it to  the port that sab was working on(of course changing the sab port before) and get the same error. I've tried uninstalling and re-installing, stopping and starting CP, and rebooting unraid. Nothing has worked. I'm running version 5.0.3. I've tried connecting from different devices as well and CP is the only one not working. Are there any other suggestions anyone has that may help me with this? Thanks in advance for your help

 

hI ENOLOC78,

 

I have just had a similar problem CP said it was running but i could nt access the webGUI. After not having it for a week or so i shutdown all pluggins, deleted CP from where it was installed  and the plugin it self in the config/pluggins folder. rebooted the server and checked everything had been remove and i didnt have CP loaded or running, then i downloaded if again from Influencers page and did a manual install from a telnet session. Rebooted the server again and shutdown all of the service except CP, guess what it worked. I let it pick its own port 5222, i thyen statrted all the other services and sat down to config CP. All back up and working, i know drastic but its working and doing what it says on the tin,  :) :) ;D.

 

If you want the experts to look at it for you post a screen shot of your CP in UnRaid and your unraid log, im sure someone will take a look :)

 

BTW i am not an expert so don't listen to me  :) this is what i did to get it working for me.

 

Thanks! This actually worked perfect. Very quick and easy.

OK... Now, the permissions on the ../Downloads/* directories seem to be staying in place, and SAB isn't giving me a permissions error anymore, but it's still not working right.

 

When I move an .nzb into the ../data/nzb directory, the main 'downloads' form never changes or indicates any refresh activity, however, if I go to the status page, I have no errors on the errors tab, but the Queue Repair tab shows the name of the .nzb I just added as an orphaned job. Clicking 'Add' gives me this error:

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/mnt/cache/custom/sabnzbd/cherrypy/_cprequest.py", line 618, in respond
    cherrypy.response.body = self.handler()
  File "/mnt/cache/custom/sabnzbd/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/interface.py", line 2439, in add
    orphan_add(kwargs)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/interface.py", line 1117, in orphan_add
    sabnzbd.nzbqueue.repair_job(path, None)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/decorators.py", line 43, in call_func
    return func(*params, **kparams)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/decorators.py", line 31, in newFunction
    return f(*args, **kw)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbqueue.py", line 950, in repair_job
    NzbQueue.do.repair_job(folder, new_nzb)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbqueue.py", line 171, in repair_job
    nzo = NzbObject(name, 0, pp=None, script=None, nzb='', cat=None, priority=None, nzbname=name, reuse=True)
  File "/mnt/cache/custom/sabnzbd/sabnzbd/nzbstuff.py", line 687, in __init__
    os.mkdir(adir)
OSError: [Errno 13] Permission denied: '/mnt/cache/custom/sabnzbd/data/Downloads/incomplete/Book.of.Esther.2013.720p.BRRiP.XVID/__ADMIN__'

 

Obviously, something is still not right with permissions when it's trying to create folders. I believe that this permission denied is very evident in the attached screen shot.

 

What do I need to tweak to get unRAID to create new directories with the appropriate 666 permissions for nobody:users? (i.e., I don't think this a SAB plugin specific question anymore, I think it's generic to my entire unRAID, but since I'm here, I hope someone will point me in the right direction.)

 

I'm still having this issue. I've completely removed SAB from my plugins directory, and from every other location I could find on the flash drive. I've removed the /mnt/disk/cache/apps share where it was installed, then rebooted & recreated the share. I've installed it again, and the exact same thing is happening - I can get SAB to create the temporary download directory under ../Downloads/incomplete but it just doesn't seem to be getting the correct permissions set to create the sub-directories that SAB needs to actually do the download.

 

Anyone have any ideas?

Hi Guys,

 

I am using the following plugins, Sab, Sickbeard, Couchpoato AND Maraschino. They are all under the "Unplugged PLG" section of unRAID > Settings.

 

Whenever I restart my unRAID, and I point to Maraschino URL, the page comes up blank. To fix this, I go into unRAID settings, I stop Maraschino ... then I "Update PLG", I notice that it uninstalls Python 2.7?? (sorry I cannot recall exactly version numbers), and it installs Python 2.6??... My Firefox browser crashes... I restart Firefox, and then I restart Maraschino and it works. Sometimes after this CP, Sab, and SB will not work until I restart them. After all this they all work nicely.

 

Is there anything I can do to make them work right off the bat?

 

Thanks,

 

Hernando

Influencer, I've got a plugin here for nzbdrone (based heavily off your nzbmegasearch plugin since it's what I had handy). Perfectly willing to let you take it over. Maintainence should be minimal, since it's pulling latest deb from the official repo based on Package file in the repo index.

 

http://lime-technology.com/forum/index.php?topic=30463.msg282500#msg282500

I'm using SB to dl TV shows.  What does this new plugin do that SB can't? 

 

I'm trying to keep the number of plugins to as few as possible - at least until the entire unraid plugin stuff is sorted out by Tom.

I'm using SB to dl TV shows.  What does this new plugin do that SB can't? 

 

I'm trying to keep the number of plugins to as few as possible - at least until the entire unraid plugin stuff is sorted out by Tom.

 

Biggest difference is that it handles thexem integration out of the box IMHO. That means it can actually download specials, American Dad, etc. on a regular basis. I'm still testing it out, but getting really tired of the performance on SB backlog handling, and on not being able to pull numerous shows. Inability to blacklist failed downloads in SB is frustrating as well, something nzbdrone fixes also.

 

It's certainly in the same space as SB, right now I'm using both while testing out the plugin and trying to determine what failings nzbdrone has that SB does better. So far haven't found much except that nzbdrone is new(ish) to linux, written in .NET, and handles finished downloads by watching a directory rather than through a completion script in SAB+ (takes about a minute from finish time to being moved into the final directory). All in all, pretty minor so far, except there's bits and pieces I don't yet understand how they work. Much better UI too.

I'm using SB to dl TV shows.  What does this new plugin do that SB can't? 

 

I'm trying to keep the number of plugins to as few as possible - at least until the entire unraid plugin stuff is sorted out by Tom.

 

The NzbDrone developers are also planning on adding movies into Drone at some point down the line. I only recently gave it a try and would definitely recommend, a HUGE improvement on sickbeard.

I tried it on windows but found out it would not save to a network drive when it ran as a service. So this unraid version have any limitations?

I've been trying to install several different torrent packages, plugins and programs for days, without success. I found this thread after unearthing a link to it in the wiki plugins page; all plugins have been edited out in August (!) without explanation by Lime Tech, but you can still find the old list by checking the page revision history.

 

Anyway. I tried installing the Transmissin unplugged package, but get pages and pages of the following errors when I run installplg on it. Any tips?

 

dt-12138964469015.png

I've been trying to install several different torrent packages, plugins and programs for days, without success. I found this thread after unearthing a link to it in the wiki plugins page; all plugins have been edited out in August (!) without explanation by Lime Tech, but you can still find the old list by checking the page revision history.

 

Anyway. I tried installing the Transmissin unplugged package, but get pages and pages of the following errors when I run installplg on it. Any tips?

 

dt-12138964469015.png

 

Are you making sure to use the links in the first post of this thread? Because I had this problem when I went to influencers github and tried to grab the links that are listed at the top of the page instead of the ones he put in his readme (the same links from the OP in this thread)

I have been having some issues with emhttp causing segmentation faults and then core dumps upon rebooting.  Everything has been working fine, I have quite a few plugins installed along with dynamix and the new 5.0.4 unraid Pro.

 

I went stock and then slowly added everything back in to try and find the problem and it seems to be with either Sabnzbd, Sickbeard, or Couch Potato.  I clear out the plugins and the config files from the flash drive and then start slowly installing each again step by step.  Attached is my syslog after downloading all three plg's but only reinstalling sabnzbd which installed and ran but here is syslog AFTER a reboot which is when the issue occurs.

 

I may try to do the same thing with each of the other two plugins individually install then attempt a reboot and see what happens.

syslog-2014-01-13.zip

I have been having some issues with emhttp causing segmentation faults and then core dumps upon rebooting.  Everything has been working fine, I have quite a few plugins installed along with dynamix and the new 5.0.4 unraid Pro.

 

I went stock and then slowly added everything back in to try and find the problem and it seems to be with either Sabnzbd, Sickbeard, or Couch Potato.  I clear out the plugins and the config files from the flash drive and then start slowly installing each again step by step.  Attached is my syslog after downloading all three plg's but only reinstalling sabnzbd which installed and ran but here is syslog AFTER a reboot which is when the issue occurs.

 

I may try to do the same thing with each of the other two plugins individually install then attempt a reboot and see what happens.

 

I recently had an issue where my server was crashing on reboots and not installing any of the plugins or starting emhttp. I'm fairly sure that I narrowed it down to couchpotato causing the issues.

I have been having some issues with emhttp causing segmentation faults and then core dumps upon rebooting.  Everything has been working fine, I have quite a few plugins installed along with dynamix and the new 5.0.4 unraid Pro.

 

I went stock and then slowly added everything back in to try and find the problem and it seems to be with either Sabnzbd, Sickbeard, or Couch Potato.  I clear out the plugins and the config files from the flash drive and then start slowly installing each again step by step.  Attached is my syslog after downloading all three plg's but only reinstalling sabnzbd which installed and ran but here is syslog AFTER a reboot which is when the issue occurs.

 

I may try to do the same thing with each of the other two plugins individually install then attempt a reboot and see what happens.

 

I recently had an issue where my server was crashing on reboots and not installing any of the plugins or starting emhttp. I'm fairly sure that I narrowed it down to couchpotato causing the issues.

 

That may have been the cause because my server eventually came up and I reloaded everything again but cleared all my couch potato even the datadir and it seems to be working now.  Assuming something got corrupted somehow and was causing the issue.

Are you making sure to use the links in the first post of this thread? Because I had this problem when I went to influencers github and tried to grab the links that are listed at the top of the page instead of the ones he put in his readme (the same links from the OP in this thread)

 

I don't recall where I got the first Transmission package. I just downloaded it again from the link provided in the OP, copied it to /boot/config/plugins, and tried installing it with installplg [filename.plg]. Same long error list came up :(

hi influencer,

 

i need help with couchpotato_v2. with unraid 5.04 and prior its preventing unraid to boot up clean. i cant access emhttp at all. only when i disable the couchpotato plg my unraid server is running well. i dont know where CP is stuck, but when its stuck the whole server cant work properly.

 

can i provide you with a debug log or something, if so, where to find?

 

thank you in advance for your help.

hi influencer,

 

i need help with couchpotato_v2. with unraid 5.04 and prior its preventing unraid to boot up clean. i cant access emhttp at all. only when i disable the couchpotato plg my unraid server is running well. i dont know where CP is stuck, but when its stuck the whole server cant work properly.

 

can i provide you with a debug log or something, if so, where to find?

 

thank you in advance for your help.

After using unraid for a few months and dealing with the plugin menace, the easiest way to fix these sort of issues is to make sure ALL your plugins are actually installing the same version of dependencies.

 

If there are any conflicting ones, try to stick to one version of the dependency across all plgs, and see whether you still have issues then.

 

For your issue however, i suspect its the openssl version. Try to search more on this.

 

Sent from my SM-N9005 using Tapatalk

 

 

Influencer, is there anyway to update the Headphones plugin on my own? Thanks for these great plugins!

I've been trying to install several different torrent packages, plugins and programs for days, without success. I found this thread after unearthing a link to it in the wiki plugins page; all plugins have been edited out in August (!) without explanation by Lime Tech, but you can still find the old list by checking the page revision history.

 

Anyway. I tried installing the Transmissin unplugged package, but get pages and pages of the following errors when I run installplg on it. Any tips?

 

dt-12138964469015.png

 

I think your problem is that you didnt download the plg Files as Raw from Github. You can easily verify that when you open the plg file in an Editor. If it looks like HTML you downloaded it wrong.

 

Does anybody know if Influence is still around here?

Last board activity was 5.Dec.2013, since 3 months no updates on Github, and i sended him a pull request to make sabnzbd Rar 5 compatible some days ago and nothing has happened till now.

I've got Transmission going from the plg package, thanks for this great tool, my question is I noticed when making changes to the settings.json file in /boot/config/transmission the changes would not take effect till I rebooted unraid. I understand the file gets copied to /usr/local transmission, I made the changes with transmission stopped but they were not copied to /usr/local/transmission until a reboot. Would I have to re-locate the settings.json to the cache via the web-gui to make changes without a reboot?

I know it's been requested a few times, but is there any possibility of a XDM plugin?

 

http://xdm.lad1337.de/

I've got darkstat installed and running, 1st time, no issues.

 

It takes a while, > 1 minute, maybe 2 min to refresh the page, though. Is that normal, or is it due to a very slow, old CPU?

NZBmegasearch :

 

Seems change the port does not work, it keeps reverting back to 5000 ?

 

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.