Closed GoogleCodeExporter closed 8 years ago
The issue is that CBS changed the value of '_series_title' from a string (ie:
big_bang_theory) to an integer (ie: 10). In order to patch it, the following
string in the _shows.py script needs to be changed.
From This:
series =
show['onclick'].replace("set_show(this,'",'').replace("');",'').encode('utf-8')
To This:
series =
show['onclick'].replace("set_show(this,",'').replace(");",'').encode('utf-8')
Hopefully, bluecop will look at this and apply these changes along with any
needed modifications.
Original comment by sstryde...@gmail.com
on 10 Feb 2011 at 3:02
Thanks for the reply.
Can I do that (somehow edit the _shows.py file) or do I have to wait for
bluecop?
Original comment by b...@boosis.com
on 10 Feb 2011 at 7:29
Reinstall the plugin. The latest version (1.3.5) has the issue fixed.
Original comment by sstryde...@gmail.com
on 10 Feb 2011 at 1:50
fixed
Original comment by bluecop...@gmail.com
on 22 Feb 2011 at 10:15
Original issue reported on code.google.com by
b...@boosis.com
on 9 Feb 2011 at 11:56