Sickchill: Want to skip over/ignore unicode errors instead of halting search progress

Created on 5 Sep 2016  路  2Comments  路  Source: SickChill/SickChill

Most helpful comment

you can change this line: https://github.com/SickRage/SickRage/blob/f8529100bb0331cff9519a116e973c294696f526/sickbeard/providers/nyaatorrents.py#L66

to 'cats': '1_37',

if you for sure only want anime with english subtitles.

i don't really know why there isn't a continue/next in the code when unicode fails, or why it even fails at all

All 2 comments

Thanks for the issue report! Before a real human comes by, please make sure your report has all the below criteria checked

  • [ ] Include basic information: Branch/Commit, OS, What you did, What happened, What you expected
  • [ ] Enable debug logging (be sure to disable after the bug is fixed)
  • [ ] Post debug logs, either inline (for smaller logs) or using gist

Please make sure you also read how to create an issue and followed all of the steps.

The title should describe your issue. Having "SR not working" or "I get this bug" for 100 issues, isn't really helpful. We will close issues if there isn't enough information.

Sometimes the devs may seem like grunts and respond with short answers. This isn't (always) because the dev hates you, but because he's on mobile or busy fixing bugs. If something isn't clear, please let us know, and this bot may get updated to automatically answer you.

Thanks!

you can change this line: https://github.com/SickRage/SickRage/blob/f8529100bb0331cff9519a116e973c294696f526/sickbeard/providers/nyaatorrents.py#L66

to 'cats': '1_37',

if you for sure only want anime with english subtitles.

i don't really know why there isn't a continue/next in the code when unicode fails, or why it even fails at all

Was this page helpful?
0 / 5 - 0 ratings