DroidBeard
DroidBeard copied to clipboard
'utf8' codec can't decode byte 0xe9 in position 84: invalid continuation byte
INFO
Python Version: 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] Operating System: Windows-2012Server-6.2.9200 Branch: master Commit: SiCKRAGETV/SickRage@52a6c31cdf545c4e2fd22925a92a3d0824c429cf Link to Log: https://gist.github.com/eca6da7a4a8ec7079923
ERROR
TORNADO :: API :: utf8 : 2015-06-22 14:03:25 DEBUG SHOWQUEUE-REFRESH :: Parsed Penny Dreadful - S01E02 - Séance (HDTV-2HD)) into Penny Dreadful - S1E2 [ANIME VER: -1] [GROUP: 2HD))] [ABD: False] [ANIME: False] [whichReg: ['standard']]
: error 84 : error 85 : invalid continuation byte
https://github.com/SiCKRAGETV/sickrage-issues/issues/1872
It is probably an issue on DroidBeard. https://github.com/SiCKRAGETV/sickrage-issues/issues/1872#issuecomment-114759224
Hey @Rouzax,
Thanks for reporting this, unfortunately appears that it is an issue in SickRage (see below that I posted into the original issue opened on the SickRage repo). There is the possibility of this happening elsewhere in DroidBeard though, so I'll get that patched up ASAP to try and prevent it becoming an issue for anyone.
Thanks for letting me know! :)
There's only one place in DroidBeard were show names are passed to the API, which is when calling the sb.searchtvdb method. Judging from the tag in the error log though (SHOWQUEUE-REFRESH) and the fact there is quality information in there, looks like the show already exists within the users SickRage installation, so possibly needs looking into in the SickRage code too.
I'll patch the code in DroidBeard anyway though that uses sb.searchtvdb, just thought I'd let you guys know though in case you want to re-open this and investigate.