Sickchill: Last update broke my sickrage

Created on 9 Oct 2018  路  21Comments  路  Source: SickChill/SickChill

Last update broke my sickrage and its not starting anymore

Branch/Commit: Master
OS: Qnap
Browser: chrome
What you did: updated to latest

Logs:

[~] # /etc/init.d/QSickRage.sh restart
file exists
file exists
QSickRage is stopped.
QSickRage is stopped.
file exists
Traceback (most recent call last):
  File "SickBeard.py", line 69, in <module>
    import sickbeard
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sickbeard/__init__.py", line 46, in <module>
    from sickbeard import (auto_postprocessor, dailysearcher, db, helpers, logger, metadata, naming, post_processing_queue, properFinder, providers, scheduler,
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sickbeard/naming.py", line 27, in <module>
    from sickbeard import common, logger, tv
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sickbeard/tv.py", line 36, in <module>
    from sickbeard import db, helpers, image_cache, logger, network_timezones, notifiers, postProcessor, subtitles
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sickbeard/subtitles.py", line 50, in <module>
    provider_manager.register('itasa = sickrage.providers.subtitle.itasa:ItaSAProvider')
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/lib/subliminal/extensions.py", line 64, in register
    ext = self._load_one_plugin(ep, False, (), {}, False)
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/lib/stevedore/extension.py", line 225, in _load_one_plugin
    plugin = ep.load(require=verify_requirements)
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/lib/pkg_resources.py", line 1958, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sickrage/providers/__init__.py", line 35, in <module>
    from feedparser import FeedParserDict
ImportError: cannot import name FeedParserDict

Most helpful comment

We also have our own QSickRage at https://github.com/SickChill/qnap-sickchill/releases

All 21 comments

Re-installed from qnap App Center
It opened then asked for update and not running again.

Install but don't update. Turn off automatic updates.
Read this for current issue with git updating.

Thanks @Solbot .
Do you think If I use "TEMPORARY FIX: Local Branch is ahead of master" https://github.com/Sick-Rage/Sick-Rage/issues/5022 then is it ok to update?
The one in in app center is too old 2017-06-05, dont know if it works as it should or not.

If you can run the commands on your device then it should work but I don't have a QNAP device to test it on.

Hi,

I have the same problem.

I will do following, and it should work

  1. reinstall QSickRage
  2. don't update
  3. stop qsickrage
  4. go via ssh to /share/MD0_DATA/.qpkg/QSickRage/SickRage-master -> do as followed:
    Edit config.ini
    Replace "git_remote_url = https://github.com/SickRage/SickRage.git" with "git_remote_url = https://github.com/Sick-Rage/Sick-Rage.git"
    Save config.ini
  5. Restart Sickrage
  6. then update

best regards
Lenny

Need to close these other ones to keep the fix at the top of the tracker.

@LennyM8472
I cant successfuly update it
Changed config.ini
git_remote_url = https://github.com/SickChill/SickChill.git
But when click update it download from http://github.com/SickRage/SickRage/

```2018-10-10 17:51:49 INFO Thread-16 :: Config backup in progress...
2018-10-10 17:51:49 INFO Thread-16 :: Config backup successful, updating...
2018-10-10 17:51:52 INFO Thread-16 :: Creating update folder /share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sr-update before extracting
2018-10-10 17:51:52 INFO Thread-16 :: Downloading update from http://github.com/SickRage/SickRage/tarball/master
2018-10-10 17:52:20 INFO Thread-16 :: Extracting file /share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sr-update/sr-update.tar
2018-10-10 17:52:22 INFO Thread-16 :: Deleting file /share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sr-update/sr-update.tar
2018-10-10 17:52:22 INFO Thread-16 :: Moving files from /share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/sr-update/SiCKRAGE-SiCKRAGE-ea0e19e to /share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master
2018-10-10 17:52:22 INFO EVENT-QUEUE :: Aborting all threads
2018-10-10 17:52:22 INFO EVENT-QUEUE :: Waiting for the DAILYSEARCHER thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the BACKLOG thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the SHOWUPDATER thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the CHECKVERSION thread to exit
2018-10-10 17:52:23 INFO MAIN :: Request failed: 404 Client Error: Not Found for url:
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the SHOWQUEUE thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the SEARCHQUEUE thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the POSTPROCESSOR thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the TRAKTCHECKER thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the FINDPROPERS thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the FINDSUBTITLES thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Waiting for the EVENT-QUEUE thread to exit
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Saving all shows to the database
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Saving config file to disk
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Shutting down Tornado
2018-10-10 17:52:23 INFO EVENT-QUEUE :: Restarting SickRage with ['/share/CACHEDEV1_DATA/.qpkg/QSickRage/bin/python', u'/share/CACHEDEV1_DATA/.qpkg/QSickRage/SickRage-master/SickBeard.py', '-p', '29989', '--daemon', u'--nolaunch']

When try to check branch gives me:

2018-10-10 18:11:59 INFO Thread-16 :: Request failed: 404 Client Error: Not Found for url: https://cdn.rawgit.com/SickRage/SickRage/ea0e19e2575ba4186d9ffc423d63a0faa0ad0ff9/sickbeard/databases/mainDB.py
2018-10-10 18:11:59 ERROR Thread-16 :: Checkout branch couldn't compare DB version.
```

yeah, somehow the qsickrage package has the repo coded somewhere else. I already informed package maintainer.

Hi,

I have the same problem.

I will do following, and it should work

1. reinstall QSickRage

2. don't update

3. stop qsickrage

4. go via ssh to /share/MD0_DATA/.qpkg/QSickRage/SickRage-master -> do as followed:
   Edit config.ini
   Replace "git_remote_url = https://github.com/SickRage/SickRage.git" with "git_remote_url = https://github.com/Sick-Rage/Sick-Rage.git"
   Save config.ini

5. Restart Sickrage

6. then update

best regards
Lenny

Did exactly this twice.

I am keep getting
"This site can鈥檛 be reached 192.168.0.1 refused to connect."
after the latest update on my QNAP.

I have removed the app, reinstalled the one from QNAP Club, stopped it, changed 'git_remote_url' to 'https://github.com/Sick-Rage/Sick-Rage.git', started it, updated it, and now again it does not work on http://192.168.0.1:29989/

Do you have any idea what is causing this?

Hi,
for all QNAP users!

Qnap Stephane created a new QNAP Package for SickChill.

https://www.forum-nas.fr/viewtopic.php?f=21&t=10136&sid=bf7959614e5d88562ced39ee12d79711

FYI: My Backup imported the database and some settings, but not all settings!

Please share in other threads.

Enjoy
Best regards
Lenny

We also have our own QSickRage at https://github.com/SickChill/qnap-sickchill/releases

Ok didn't know. Aren't all Qxxx packages within qnap app community maintained by Qnap Stephane/Qoolbox? Maybe you should get in contact with him.

@LennyM8472 they maintain the packages on that site, but nothing stops people from installing a 3rd party package.
If hers works, its probably better for you to use theirs as it should always be better maintained since they know the platform better.

I'm just mentioning it as your naming of the package might confuse some people.Am 14.10.2018 10:33 schrieb miigotu notifications@github.com:@LennyM8472 they maintain the packages on that site, but nothing stops people from installing a 3rd party package.
If hers works, its probably better for you to use theirs as it should always be better maintained since they know the platform better.

鈥擸ou are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.

@miigotu Cant install and update your package https://github.com/SickChill/qnap-sickchill/releases
https://github.com/SickChill/qnap-sickchill/issues/10
Can you check and help please.
Thanks

Edit:
Found qpkg in https://www.qnapclub.eu/en/qpkg/647

Hi,
for all QNAP users!

Qnap Stephane created a new QNAP Package for SickChill.

https://www.forum-nas.fr/viewtopic.php?f=21&t=10136&sid=bf7959614e5d88562ced39ee12d79711

FYI: My Backup imported the database and some settings, but not all settings!

Please share in other threads.

Enjoy
Best regards
Lenny

i have a TS 251+ and i get

"No NZB/Torrent providers found or enabled for daily searches and backlog searches.
Please check your settings.
Unable to find your git executable - Shutdown SickChill and EITHER set git_path in your config.ini OR delete your .git folder and run from source to enable updates."

@anonymopt
You get the "No NZB ... " when you have not set torrent or NZB in search settings, enable one and it will be gone
For git, you should add the git path in Settings > General Configuration > Advanced Settings > GitHub > Git executable path then restart SickChill
I have TVS-863 and my git path is : /opt/bin/git

You can ssh to your NAS and run which git to get where your git path is

@anonymopt
You get the "No NZB ... " when you have not set torrent or NZB in search settings, enable one and it will be gone
For git, you should add the git path in Settings > General Configuration > Advanced Settings > GitHub > Git executable path, then restart SickChill
I have TVS-863 and my git path is : /opt/bin/git

You can ssh to your NAS and run which git to get where your git installation is

[/share] # which git
/opt/bin/git

Put it in Settings > General Configuration > Advanced Settings > Git executable path and restart SickChill

Put it in Settings > General Configuration > Advanced Settings > Git executable path and restart SickChill

thanks, that fixed and i was able to update it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

d9001089 picture d9001089  路  4Comments

Rouzax picture Rouzax  路  3Comments

nopoz picture nopoz  路  4Comments

Tankyspanky picture Tankyspanky  路  4Comments

jkjkrules picture jkjkrules  路  3Comments