cytec / sickrage.github.io

Site and support repo for SickRage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEFORE YOU OPEN AN ISSUE

Feature Requests are not allowed on the issue tracker. We now use FeatHub for feature requests: Feature Requests

Search for the error in the search box. Re-use the existing issue if it already exists, even if it is closed. If you don't find it please follow the guidelines below, otherwise the issue will be closed.

Update problems? Try this first:

Stop SickRage, SSH(Linux)/CMD(Windows) and enter SickRage folder

git remote set-url origin https://github.com/SickRage/SickRage.git
git fetch origin
git checkout master
git branch -u origin/master
git reset --hard origin/master
git pull

SickRage Bug/Issue Tracker

===============

This repo is dedicated to tracking bugs and issue reports only.

SUBMITTING A BUG/ISSUE TICKET

(DO NOT POST ANYTHING THAT CONTAINS YOUR LOGIN INFORMATION OR API KEY)
Please include the following when opening a new ticket:

  • Branch
  • Commit hash
  • Your operating system and python version
  • What you did
  • What happened
  • What you expected
  • Link to a copy/paste of your logfile with clear debug info of the error on GIST

ENABLING DETAILED DEBUGGING FOR LOGS

  1. Open SR interface
  2. Menu General Settings > Advanced Settings
  3. Enable 'Enable debug'

Note: Synology users can use WinSCP to gain access/browse to the root where the Sickrage log is located. /volume1/@appstore/sickbeard-custom/var/Logs/sickrage.log

FAQ

https://github.com/SickRage/SickRage/wiki/Frequently-Asked-Questions

Wiki

https://github.com/SickRage/SickRage/wiki

About

Site and support repo for SickRage

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 59.8%Language:CSS 26.8%Language:HTML 8.9%Language:Python 4.2%Language:Shell 0.2%