-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't add existing shows #3
Comments
This gives me absolutely no information to troubleshoot on... What is your docker configuration? What do the logs say? Any thing to help me other then "It don't work." would be appreciated. |
Adding an existing show, the sickrage built in log shows: |
What is your docker configuration? |
Default as per your docker settings, just setup the /downloads to point to /mnt/user/Downloads/ (a cache only share) and /tv to /mnt/user/Media/TV Shows/ |
another thing to consider - first step I did after sickrage docker installation, used sickrage built-in update. |
Dockers do not support in-app updates. Can you add the EDGE variable and see if the problem continues? |
now the docker seems to start (green) but the webinterface of sickrage isn't available. |
removed the sickrage appdata folder (with dbs & config file) and started again. cannot find 'USE_IMDBWATCHLIST' while searching for 'sickbeard.USE_IMDBWATCHLIST' Traceback Traceback (most recent call last): Request Info body: |
docker log: |
so, changed EDGE = 1, deleted the sickrage config dir and started fresh. p.s - looked into your dockerfile. you're using "RUN wget https://github.com/SickragePVR/SickRage/archive/release_0.2.1.tar.gz -O /tmp/release_0.2.1.tar.gz" but this file is not available... |
Yes, when they changed to the new github they did not move over the On Wed, Dec 24, 2014 at 3:58 PM, gshlomi [email protected] wrote:
|
https://github.com/SiCKRAGETV/SickRage/archive/v4.0.9.tar.gz is the latest I see in their site, if that helps... |
is "zip" installed in your base image? |
Everything is available on github. I would be happy to accept a patch or pull request with a fix if you have the time. |
I'll try, but one question - why don't you use the same procedure with sickrage as you use in sickbeard? (pulling master.zip) |
I prefer to use stable versions. sickrage had one. sickbeard didnt. When they moved their github they broke On Wed, Dec 24, 2014 at 4:10 PM, gshlomi [email protected] wrote:
|
Gets stuck at querying TVDB.
Installation on a VM doesn't have this problem -> issue with docker, not with sickrage...
Thanks
The text was updated successfully, but these errors were encountered: