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.

SickRage Docker Luck?

Featured Replies

Anyone having any SickRage luck, more specifically moving from the phaze plugin to the needo docker container? Any time I try to put my data inside it fails instantly and wont load anymore. I didn't have issues with CP or SAB.

  • 1 month later...

I used needo's docker template, saved it as a local template.  Then edited it.

 

Once the template was used, it was put on your usb stick : /boot/config/plugins/dockerMan/templates-user/my-SickRage.xml

I then edited it with a docker hub change to my own, which fixes the repo that needo uses which is deprecated.

 

If you edit that xml file, make these changes at the top:

</Description>

  <Registry>https://registry.hub.docker.com/u/nicktdot/sickrage</Registry>

  <Repository>nicktdot/sickrage</Repository>

 

 

Works fine for me and installed up the latest commit instead of 490 commits behind :)

  • Author

I used needo's docker template, saved it as a local template.  Then edited it.

 

Once the template was used, it was put on your usb stick : /boot/config/plugins/dockerMan/templates-user/my-SickRage.xml

I then edited it with a docker hub change to my own, which fixes the repo that needo uses which is deprecated.

 

If you edit that xml file, make these changes at the top:

</Description>

  <Registry>https://registry.hub.docker.com/u/nicktdot/sickrage</Registry>

  <Repository>nicktdot/sickrage</Repository>

 

 

Works fine for me and installed up the latest commit instead of 490 commits behind :)

 

I am getting the following when I try that:

 

Command:
root@localhost:# /usr/bin/docker logs --tail=350 SickRage
*** Running /etc/my_init.d/00_regen_ssh_host_keys.sh...
No SSH host key available. Generating one...
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
Creating SSH2 ED25519 key; this may take some time ...
invoke-rc.d: policy-rc.d denied execution of restart.
*** Running /etc/my_init.d/edge.sh...
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
git-man liberror-perl patch rsync
Suggested packages:
gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed
diffutils-doc
The following NEW packages will be installed:
git git-man liberror-perl patch rsync
0 upgraded, 5 newly installed, 0 to remove and 60 not upgraded.
Need to get 3713 kB of archives.
After this operation, 22.5 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.1 [283 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git-man all 1:1.9.1-1ubuntu0.1 [698 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main git amd64 1:1.9.1-1ubuntu0.1 [2627 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 [84.4 kB]
Fetched 3713 kB in 7s (513 kB/s)
Selecting previously unselected package rsync.
(Reading database ... 16203 files and directories currently installed.)
Preparing to unpack .../rsync_3.1.0-2ubuntu0.1_amd64.deb ...
Unpacking rsync (3.1.0-2ubuntu0.1) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ...
Unpacking liberror-perl (0.17-1.1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.1_all.deb ...
Unpacking git-man (1:1.9.1-1ubuntu0.1) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.1_amd64.deb ...
Unpacking git (1:1.9.1-1ubuntu0.1) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.1-4ubuntu1_amd64.deb ...
Unpacking patch (2.7.1-4ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up rsync (3.1.0-2ubuntu0.1) ...
Removing any system startup links for /etc/init.d/rsync ...
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match rsync Default-Stop values (none)
Adding system startup for /etc/init.d/rsync ...
/etc/rc0.d/K20rsync -> ../init.d/rsync
/etc/rc1.d/K20rsync -> ../init.d/rsync
/etc/rc6.d/K20rsync -> ../init.d/rsync
/etc/rc2.d/S20rsync -> ../init.d/rsync
/etc/rc3.d/S20rsync -> ../init.d/rsync
/etc/rc4.d/S20rsync -> ../init.d/rsync
/etc/rc5.d/S20rsync -> ../init.d/rsync
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up liberror-perl (0.17-1.1) ...
Setting up git-man (1:1.9.1-1ubuntu0.1) ...
Setting up git (1:1.9.1-1ubuntu0.1) ...
Setting up patch (2.7.1-4ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Cloning into '/opt/sickrage'...

The command finished successfully!

 

Note, basically sickrage never copies files into my folder. I tried both of these in case you had a typo in your first post:

 

"https://registry.hub.docker.com/u/nicktdot/sickrage/"

"https://registry.hub.docker.com/u/nicktdot/sickrage"

did you get this working, I can't add any shows. always times out

The one I use works fine for me

made is a bit of an overstatement, though.

 

i just substituted sickbeard git for sickrage and switched the install locations and modified the start files.

how did you do that?

Make sure when you select your edited template that the repository field reads nicktdot/sickrage. If not, put it there.

 

In fact, don't edit the html file. Add a docker and pick my-SickRage from the user defined templates. Change the repository line to nicktdot/sickrage. You can also slide the Advanced button at the top of the window to the right and put the repository link into that field if you want. It'll work either way. Hit apply and it should start using the new repository.

 

The other thing you can try is create a new docker and follow the posts I made in this thread to use whatever repository you want. Forget even playing with the needo template at all.

 

http://lime-technology.com/forum/index.php?topic=37732.0

 

You can run any docker you want. The "repository" ones are just a pretty way to help you get started setting the docker up.

You can also start from scratch following what I posted and use ninthwalker/brentrage or sparklyballs/sickrage or search the Docker repository and pick any SickRage docker you want to try.

  • Author

thanks all, I got it working, I guess i was having more trouble with my coverting phaze plugin than the actual sickrage setup. I did it slowly in stages and found the config.ini to be the issue, so I just manually did that.

Guys, I installed SickRage but keep getting this error when trying to "Find a show on the TVDB or TVRAGE":

 

"search timed out, try again or try another indexer"

 

This is with installing the "my-sickrage" and selecting nicktdot/sickrage, ninthwalker/brentrage or sparklyballs/sickrage.  Same thing with all of them.

 

Any ideas?

 

Thanks guys.

 

jdubs

 

 

 

  • Author

I was getting that intermittently on 2/1, maybe it was still an issue? Have you tried today? I just did and it worked fine for 12 Monkeys.

 

If it is failing connecting to TVDB or TVRage that doesn't sound like a docker issue, more a SickRage one.

Thanks....but exact same problem.

 

Can you tell me how you installed yours?  I used the sparkyballs/sickrage Repository most recently.  Bridge, Privileged, Bind Time all selected.  Environmental Variables:  EDGE set to 1.

 

Regular Sickbeard runs fine.

 

jdubs

I am getting the same results.  I've tried needo, sparklyballs, ninthewalker and none of them can look up shows.

 

I did attach to the dockers and they can reach the internet, not sure why it isn't working.

 

david

you guys tried my sickrage docker?, im using it actively and so far i havent had lookup issues with shows, my brother in law uses this docker a lot and he successfully added around 30 shows with no known issue (added around around 2 weeks ago), my repo is here:-

 

https://github.com/binhex/docker-templates

 

 

  • 2 months later...

you guys tried my sickrage docker?, im using it actively and so far i havent had lookup issues with shows, my brother in law uses this docker a lot and he successfully added around 30 shows with no known issue (added around around 2 weeks ago), my repo is here:-

 

https://github.com/binhex/docker-templates

I was using Needo's repo but it broke, Sparkyballs was working on it but he is a  busy person.

I could wait for a fixed but the rest of the family needed their tv shoes so I am using Binhex.

added about 52 shows no problem.

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.