[ARCHIVE] binhex docker repository


Recommended Posts

 

1) that is fine, moviegrabber will match on any of the following:-

case insensitive match for imdb title with year and custom separator

case insensitive imdb title with year and spaces

case insensitve imdb title with spaces

2) the download checking is recursive, so just specify the common root folder and it will check all files/folders, if you need to specify multiple root folders then you can do this also.

3) it should work with any downloader that supports blackhole (watched folder), which should be all of the ones you listed above.

 

Thanks for the answer to my questions.  I tried to set /mnt/user/ as the /media folder but wasn't having any luck with the initial scan since it seemed to hang.  So I just set one of my movie user shares as /media for a test run.  Seemed to get a bit further, but it didn't seem to scan anything.  The log reports a few errors:

 

2015-07-21 23:24:05,050 DEBG 'moviegrabber' stderr output:
/opt/moviegrabber/lib/site-packages/Cheetah/Compiler.py:1509: UserWarning: 
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
"\nYou don't have the C version of NameMapper installed! "

2015-07-21 23:24:05,126 DEBG 'moviegrabber' stdout output:
192.168.11.107 - - [21/Jul/2015:23:24:05] "GET /run_now HTTP/1.1" 200 928 "http://192.168.11.110:9191/" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36"

2015-07-21 23:24:05,200 DEBG 'moviegrabber' stdout output:
192.168.11.107 - - [21/Jul/2015:23:24:05] "GET /cache.manifest HTTP/1.1" 404 626 "" "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.134 Safari/537.36"

2015-07-21 23:24:06,151 DEBG 'moviegrabber' stderr output:
Exception in thread search_index_thread_nzb.su-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/moviegrabber/MovieGrabber.py", line 3289, in newznab_index
self.feed_details(site_name)
File "/opt/moviegrabber/MovieGrabber.py", line 4493, in feed_details
post_date_tuple = time.strptime(post_date, "%a, %d %b %Y %H:%M:%S")
File "/usr/lib/python2.7/_strptime.py", line 467, in _strptime_time
return _strptime(data_string, format)[0]
File "/usr/lib/python2.7/_strptime.py", line 328, in _strptime
data_string[found.end():])
ValueError: unconverted data remains: -0400

 

Any suggestions?  Thank you.

 

i will take a look at this, looks like a specific issue with nzb.su, there time and date format looks a little whacky, will let you know when a fix is in place, in the meantime if you have another index site you can use then please give it a try.

Link to comment

I installed the SAB and Sickbeard docker in my new V6 build.  I can't find the AutoprocessTV folder?  Any clues?

 

My old install had 7 directories (autoprocessTV, cache, cherrypy, data, lib, sickbeard, test) and docker on only has 2 (config and data which are set in my cache drive under .apps)  I'm confused!

 

hi Lacehim, the autoProcessTV directory gets created in the installation folder for sickbeard, unfortunately this does not get moved/created when specifying the configuration base folder, so i have had to symlink this to the /config folder. so if you now update the sickbeard docker and then check the hosts path for your /config volume mapping then you should now see a autoProcessTV folder appear, you can then drop your scripts in there.

Link to comment

Any plans to have an official Sonarr with VPN and/or NZBGet with VPN (I know someone has forked your code and added it but just wondering if these were on your radar). Thx!

 

What would be the benefit of having VPN integration with Sonarr?

 

Anyway, how about TLS/SSL support with Sonarr?! :-)

See here:

https://github.com/Sonarr/Sonarr/wiki/SSL

 

I am on a VPN kick :) Not a huge need but it would be nice. For the SSL, I run a reverse proxy docker in front of my Sonarr and have my own certificate.

 

Some ISP's block known indexing sites and having VPN is a work-around. You could always turn on delugeVPN privoxy and point your Sonarr to that, couldnt you?

 

precisely right mr-hexen, i see no need to have a vpn tunnel running for sonarr, as this is not performing the downloads, it simply is spidering the index site, if the index site is blocked by your isp then as mr hexen suggests, simply use the built in proxy (privoxy).

 

nzbget, yes this could do with vpn tunnel, but its not high on my list of to-do's as most people will agree that vpn tunnel for usenet content is pretty much not required.

Link to comment

kurterik, I have been attempting to do the same thing. Where did you seen the LAN_RANGE option?

 

It's in the Advanced View -> Environment Variables.

 

Let me know if you get it working.

 

Funny, I just updated to the latest version and I don't seem to have that option under my Environment Variables. I suppose I could just add it. Were there any examples listed under Variable Values?

 

ive added in the option guys but its still not working yet, unraid unfortunately does NOT add in any missing env variables so you need to add the option in manually (feature request submitted for this).

Link to comment

Sickrage has stopped working for me after updating the docker to the latest. The webUI won't load and I'm having trouble figuring out what's wrong.

 

SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:12,458 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:12,458 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:12,458 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:12,458 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:13,461 INFO spawned: 'sickrage' with pid 9446
2015-07-23 09:45:14,462 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:15,073 DEBG 'sickrage' stderr output:
09:45:15 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:15,456 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:15,457 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:15,542 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:15,542 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:15,542 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:15,542 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:16,545 INFO spawned: 'sickrage' with pid 9451
2015-07-23 09:45:17,546 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:18,577 DEBG 'sickrage' stderr output:
09:45:18 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:18,935 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:

2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:


2015-07-23 09:45:19,031 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:19,032 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:19,032 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:19,032 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:20,035 INFO spawned: 'sickrage' with pid 9456
2015-07-23 09:45:21,036 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:21,766 DEBG 'sickrage' stderr output:
09:45:21 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:22,142 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:22,143 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:22,228 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:22,228 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:22,228 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:22,228 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:23,231 INFO spawned: 'sickrage' with pid 9461
2015-07-23 09:45:24,232 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:25,343 DEBG 'sickrage' stderr output:
09:45:25 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:25,712 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:25,713 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:25,797 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:25,797 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:25,798 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:25,798 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:26,800 INFO spawned: 'sickrage' with pid 9466
2015-07-23 09:45:27,802 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:28,479 DEBG 'sickrage' stderr output:
09:45:28 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:28,832 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:28,832 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:

2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:


2015-07-23 09:45:28,930 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:28,930 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:28,931 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:28,931 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:29,934 INFO spawned: 'sickrage' with pid 9471
2015-07-23 09:45:30,936 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:32,054 DEBG 'sickrage' stderr output:
09:45:32 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:32,422 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:32,422 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:32,507 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:32,507 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:32,507 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:32,507 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:33,509 INFO spawned: 'sickrage' with pid 9476
2015-07-23 09:45:34,511 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:35,593 DEBG 'sickrage' stderr output:
09:45:35 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:35,988 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:35,988 DEBG 'sickrage' stderr output:


2015-07-23 09:45:36,080 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:36,080 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:36,081 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:36,081 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:37,083 INFO spawned: 'sickrage' with pid 9481
2015-07-23 09:45:38,085 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:38,932 DEBG 'sickrage' stderr output:
09:45:38 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:39,338 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:39,338 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:39,423 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:39,423 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:39,423 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:39,423 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:40,426 INFO spawned: 'sickrage' with pid 9486
2015-07-23 09:45:41,428 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:42,599 DEBG 'sickrage' stderr output:
09:45:42 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:42,978 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:42,979 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:43,069 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:43,069 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:43,069 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:43,069 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:44,071 INFO spawned: 'sickrage' with pid 9491
2015-07-23 09:45:45,073 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:45,746 DEBG 'sickrage' stderr output:
09:45:45 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:46,164 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:46,165 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:46,250 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:46,250 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:46,250 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:46,250 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:47,253 INFO spawned: 'sickrage' with pid 9496
2015-07-23 09:45:48,254 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:49,041 DEBG 'sickrage' stderr output:
09:45:49 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:49,408 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:49,408 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:49,493 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:49,493 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:49,493 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:49,493 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:50,495 INFO spawned: 'sickrage' with pid 9501
2015-07-23 09:45:51,497 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:52,190 DEBG 'sickrage' stderr output:
09:45:52 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:52,569 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:52,569 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:52,663 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:52,663 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:52,663 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:52,664 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:53,666 INFO spawned: 'sickrage' with pid 9506
2015-07-23 09:45:54,668 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:55,357 DEBG 'sickrage' stderr output:
09:45:55 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:55,729 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:55,729 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:55,828 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:55,829 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:55,829 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:55,829 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:56,832 INFO spawned: 'sickrage' with pid 9511
2015-07-23 09:45:57,833 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:58,605 DEBG 'sickrage' stderr output:
09:45:58 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:58,957 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:58,957 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:59,054 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:59,054 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:59,054 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:59,054 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:59,874 INFO spawned: 'sickrage' with pid 9516
2015-07-23 09:45:59,875 WARN received SIGTERM indicating exit request
2015-07-23 09:45:59,875 DEBG killing sickrage (pid 9516) with signal SIGTERM
2015-07-23 09:45:59,875 INFO waiting for sickrage to die
2015-07-23 09:46:01,538 DEBG 'sickrage' stderr output:
09:46:01 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:46:01,907 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:46:01,907 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:46:02,004 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:46:02,004 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:46:02,004 INFO stopped: sickrage (exit status 1)
2015-07-23 09:46:02,004 DEBG received SIGCLD indicating a child quit

 

Any help would be appreciated.

Link to comment

Could you not just restart the container to trigger a git update/pull?

 

That didn't work for me. I just started using your docker yesterday (was already using other Dockers of yours - big fan!) and it installs the previous version not the one from July 20. I was able to update inside the docker with that script I posted.

Link to comment

Please read the FAQs in this thread, in short there are no in place upgrades.

 

Yes, that's kinda what I was asking.  Can I upgrade within the GUI (is it ok or will it mess things up) or should I wait for you to update the docker?

 

I just started using dockers so this is my first update that I saw.

Link to comment

Thanks binhex!  I also tried dognzb but it also had some errors.  I'll await a fix...

 

i will take a look at this, looks like a specific issue with nzb.su, there time and date format looks a little whacky, will let you know when a fix is in place, in the meantime if you have another index site you can use then please give it a try.

Link to comment

Thanks binhex!  I also tried dognzb but it also had some errors.  I'll await a fix...

 

i will take a look at this, looks like a specific issue with nzb.su, there time and date format looks a little whacky, will let you know when a fix is in place, in the meantime if you have another index site you can use then please give it a try.

Same here I use them. I will remove them as a indexer and try again.

 

Link to comment

I am having this exact same issue.  I even went so far as to delete my docker and start over since I thought it could be related to my upgrade to 6.0 release.  Anxious for a fix

 

Sickrage has stopped working for me after updating the docker to the latest. The webUI won't load and I'm having trouble figuring out what's wrong.

 

SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:12,458 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:12,458 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:12,458 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:12,458 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:13,461 INFO spawned: 'sickrage' with pid 9446
2015-07-23 09:45:14,462 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:15,073 DEBG 'sickrage' stderr output:
09:45:15 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:15,456 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:15,457 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:15,542 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:15,542 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:15,542 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:15,542 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:16,545 INFO spawned: 'sickrage' with pid 9451
2015-07-23 09:45:17,546 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:18,577 DEBG 'sickrage' stderr output:
09:45:18 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:18,935 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:18,936 DEBG 'sickrage' stderr output:

2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:18,937 DEBG 'sickrage' stderr output:


2015-07-23 09:45:19,031 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:19,032 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:19,032 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:19,032 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:20,035 INFO spawned: 'sickrage' with pid 9456
2015-07-23 09:45:21,036 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:21,766 DEBG 'sickrage' stderr output:
09:45:21 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:22,142 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:22,143 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:22,228 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:22,228 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:22,228 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:22,228 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:23,231 INFO spawned: 'sickrage' with pid 9461
2015-07-23 09:45:24,232 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:25,343 DEBG 'sickrage' stderr output:
09:45:25 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:25,712 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:25,713 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:25,797 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:25,797 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:25,798 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:25,798 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:26,800 INFO spawned: 'sickrage' with pid 9466
2015-07-23 09:45:27,802 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:28,479 DEBG 'sickrage' stderr output:
09:45:28 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:28,832 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:28,832 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:28,833 DEBG 'sickrage' stderr output:

2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:28,834 DEBG 'sickrage' stderr output:


2015-07-23 09:45:28,930 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:28,930 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:28,931 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:28,931 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:29,934 INFO spawned: 'sickrage' with pid 9471
2015-07-23 09:45:30,936 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:32,054 DEBG 'sickrage' stderr output:
09:45:32 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:32,422 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:32,422 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:32,507 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:32,507 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:32,507 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:32,507 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:33,509 INFO spawned: 'sickrage' with pid 9476
2015-07-23 09:45:34,511 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:35,593 DEBG 'sickrage' stderr output:
09:45:35 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:
Traceback (most recent call last):

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:35,986 DEBG 'sickrage' stderr output:

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
SickRage().start()

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
File "/opt/sickrage/SickBeard.py", line 346, in start

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
self.fix_clients_nonsense()

2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
TypeError
2015-07-23 09:45:35,987 DEBG 'sickrage' stderr output:
:
2015-07-23 09:45:35,988 DEBG 'sickrage' stderr output:
fix_clients_nonsense() takes no arguments (1 given)
2015-07-23 09:45:35,988 DEBG 'sickrage' stderr output:


2015-07-23 09:45:36,080 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:36,080 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:36,081 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:36,081 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:37,083 INFO spawned: 'sickrage' with pid 9481
2015-07-23 09:45:38,085 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:38,932 DEBG 'sickrage' stderr output:
09:45:38 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:39,338 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:39,338 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:39,423 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:39,423 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:39,423 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:39,423 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:40,426 INFO spawned: 'sickrage' with pid 9486
2015-07-23 09:45:41,428 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:42,599 DEBG 'sickrage' stderr output:
09:45:42 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:42,978 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:42,979 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:43,069 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:43,069 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:43,069 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:43,069 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:44,071 INFO spawned: 'sickrage' with pid 9491
2015-07-23 09:45:45,073 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:45,746 DEBG 'sickrage' stderr output:
09:45:45 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:46,164 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:46,165 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:46,250 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:46,250 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:46,250 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:46,250 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:47,253 INFO spawned: 'sickrage' with pid 9496
2015-07-23 09:45:48,254 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:49,041 DEBG 'sickrage' stderr output:
09:45:49 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:49,408 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:49,408 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:49,493 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:49,493 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:49,493 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:49,493 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:50,495 INFO spawned: 'sickrage' with pid 9501
2015-07-23 09:45:51,497 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:52,190 DEBG 'sickrage' stderr output:
09:45:52 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:52,569 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:52,569 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:52,663 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:52,663 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:52,663 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:52,664 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:53,666 INFO spawned: 'sickrage' with pid 9506
2015-07-23 09:45:54,668 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:55,357 DEBG 'sickrage' stderr output:
09:45:55 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:55,729 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:55,729 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:55,828 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:55,829 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:55,829 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:55,829 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:56,832 INFO spawned: 'sickrage' with pid 9511
2015-07-23 09:45:57,833 INFO success: sickrage entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-07-23 09:45:58,605 DEBG 'sickrage' stderr output:
09:45:58 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:45:58,957 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:45:58,957 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:45:59,054 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:45:59,054 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:45:59,054 INFO exited: sickrage (exit status 1; not expected)
2015-07-23 09:45:59,054 DEBG received SIGCLD indicating a child quit
2015-07-23 09:45:59,874 INFO spawned: 'sickrage' with pid 9516
2015-07-23 09:45:59,875 WARN received SIGTERM indicating exit request
2015-07-23 09:45:59,875 DEBG killing sickrage (pid 9516) with signal SIGTERM
2015-07-23 09:45:59,875 INFO waiting for sickrage to die
2015-07-23 09:46:01,538 DEBG 'sickrage' stderr output:
09:46:01 WARNING::MAIN :: Unable to setup github properly, github will not be available. Error:

2015-07-23 09:46:01,907 DEBG 'sickrage' stderr output:
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 577, in

2015-07-23 09:46:01,907 DEBG 'sickrage' stderr output:
SickRage().start()
File "/opt/sickrage/SickBeard.py", line 346, in start
self.fix_clients_nonsense()
TypeError: fix_clients_nonsense() takes no arguments (1 given)

2015-07-23 09:46:02,004 DEBG fd 8 closed, stopped monitoring (stderr)>
2015-07-23 09:46:02,004 DEBG fd 6 closed, stopped monitoring (stdout)>
2015-07-23 09:46:02,004 INFO stopped: sickrage (exit status 1)
2015-07-23 09:46:02,004 DEBG received SIGCLD indicating a child quit

 

Any help would be appreciated.

Link to comment

I need some help with the plex docker.  I had it working, but do to some issues with the config folder, IE Moved moved it on me because I'm an idiot.  The install is all borked up.  I tried completely removing the plugin and reinstalling but its not working...  I think there are remnants somewhere of the config maybe in docker.img because even when I remove the docker I can't delete the mapped config folder, it errors out.  I have to ssh into and delete it manually...  Any help would greatly be appreciated.  Let me know what logs or screen shots you need to help.

 

I was having issues deleting folders because they were owned by nobody.  I ran the new permissions script on my cache and it fixed it, all deleted now.  I'm not sure if you have anything left over in the docker.img file, but so far deleting the docker for sickbeard for example, and removing the folder from my cache has taken me to a clean install when I re downloaded the docker.

Link to comment

I installed the SAB and Sickbeard docker in my new V6 build.  I can't find the AutoprocessTV folder?  Any clues?

 

My old install had 7 directories (autoprocessTV, cache, cherrypy, data, lib, sickbeard, test) and docker on only has 2 (config and data which are set in my cache drive under .apps)  I'm confused!

 

Got this working.  Thought I would post up my experience in the hope it helps others.

 

I copied my autoProcessTV folder from my old SB install and modified the .cfg file so have my server IP and port for Sickbeard.  If you dont have one download the one Justin Chase uploaded http://lime-technology.com/forum/index.php?topic=34271.msg318576#msg318576

I then copied this to my SAB folder which means I don't have to give SAB permission to access the SB config area. :) and it really doesn't matter where it is anyway.

 

I updated SAB to point to the new scripts folder, and also created a tempdownloads folder in my cache.  I added this folder to both SAB and SB docker as a volume mapping, and set up SAB to download to incomplete then pass to complete.  In SB > Config > Post processing  I set the TV downloads folder to /tempdownloads/complete

 

It all worked, and I'm a happy bunny! :)

Link to comment

Binhex,

 

I installed your plex docker and it is up and working.

 

The issue I cannot figure out is that I am uploading new content and Plex isn't finding it ? the files are there I can see them on the share via the network.

 

I can access other movies already installed via the web and app on phone so I know the stream is working.

 

Also my Plex UI says there is an update, I assume based on the FAQ's that I should not install the update but wait for you to update the docker ARCH version.

 

Thanks for your contributions..

Link to comment

How long does it usually take for updates to reflect in the Arch User Repository?  Just curious as Sonarr released a big new version earlier this week.

 

Usually within 2-3 days, will check it later tonight

 

It's updated now, go grab it.

Link to comment

Binhex,

 

I installed your plex docker and it is up and working.

 

The issue I cannot figure out is that I am uploading new content and Plex isn't finding it ? the files are there I can see them on the share via the network.

 

I can access other movies already installed via the web and app on phone so I know the stream is working.

 

Also my Plex UI says there is an update, I assume based on the FAQ's that I should not install the update but wait for you to update the docker ARCH version.

 

Thanks for your contributions..

 

You need to enable automatic scan for new content, look here for instructions https://support.plex.tv/hc/en-us/articles/200289306-Update-or-Refresh-a-Library

 

I'm not sure why your seeing updates available as the docker image is up to date 0.9.14, try a check for updates if your version info does not match.

Link to comment
Guest
This topic is now closed to further replies.