Maniaczm Wrote:No I think that should be enough but thanks ursli, that's probably the culprit. I will try adding that to my Sickbeard and see if it causes the same error. I think I have a solution in mind but I'll have to mess around with that show name to see if I can resolve it. If nothing else I can work around that error as a quick fix so the rest of your shows will be displayed.
Code:
url="+urllib.quote_plus(str(tvdbid))+"&mode="+str(menu_number)+"&name="+urllib.quote_plus(show_name)The urllib.quote_plus is picky/buggy so you could encode show_name to utf-8

.
Search
Help