-
Notifications
You must be signed in to change notification settings - Fork 16
Frequently Asked Questions
Does SickRage support NAS hardware?
Yes. There are pre-built NAS versions of Sickbeard:
- For QNAP
- For Asustor
- [For Thecus] (http://bit.ly/1fAJukV)
Error: Rar Not Supported: No suitable RAR unpacker installed
Sickbeard has ability to unpack RAR-archived releases but is distributed without OS-specific UNRAR binary. If you get this error, your need to download RAR binary and place it in SickBeard-TVRage/lib/unrar2/
- RAR Binary for Windows: [UNRAR for Windows] (http://www.rarlab.com/rar/unrarw32.exe)
- RAR Binary for Mac OS X: [UNRAR for OS X] (http://www.rarlab.com/rar/rarosx-5.1.b3.tar.gz) - then chmod +x unrar in Terminal.
- RAR Binary for Linux x64: [UNRAR for Linux x64] (http://www.rarlab.com/rar/rarlinux-x64-5.1.b3.tar.gz)
- RAR Binary for FreeBSD: [UNRAR for FreeBSD] (http://www.rarlab.com/rar/rarbsd-5.1.b3.tar.gz)
Releases have different show name than the one in SickRage, and are not snatched.
If you encounter releases that use different show name than the one from TVDb or TVRage that SickRage uses, you can add a Scene Exception to your show [Go to Show, Edit Show] with the name that the releases are using.
A common case is when TVDb show has a name without a year (i.e. Revolution), while releases add year of show premiere (i.e. Revolution (2012))
SickRage will now recognize this show by the official and all scene exception names you provide.
Error while searching ..., skipping: 'NoneType' object is not iterable'''
Close Sickbeard, then delete cache.db in your SickBeard directory. This may solve the problem.
If you still have the same issues, search the repository for the error message (without the specific provider name) and if there's an open issue, copy your log (at Debug level). If no such issue exists, open a new one.
How to enable debug logging for better issue logging
Shutdown Sickbeard, and edit the config.ini in your favourite editor. Add debug=1 in the configuration in the very first line and start sickbeard. Once the error happens again, use the logfile, paste it on [pastebin] (http://pastebin.org) or an equivalent site and create, or update your issue.
Don't forget to remove the debug line once you're done considering debug can be a bit spammy.
Reverse Proxy is not working.
Make the following changes to your config.ini file:
- web_host=0.0.0.0
- localhost_ip=[your LAN IP]
Cannot update Sickbeard-TVRage, Git gives FETCH_HEAD error.
Some times on your local Sickbeard distribution have been changed.
On Windows, OS X: Use the following commands:
- git stash
- git stash drop
- git pull
On Synology:
- Stop SB using Syno package tool
- Remove current sourcecode
- cd /volume1/@appstore/sickbeard-custom/var
- rm -Rf SickBeard
- Fresh clone ** /volume1/@appstore/git/bin/git clone https://github.com/echel0n/SickBeard-TVRage.git SickBeard
- Start SB using Syno package tool
- Enjoy!