Posts: 113
Joined: Aug 2013
Reputation:
11
2015-09-08, 14:05
(This post was last modified: 2015-09-08, 14:06 by CrowleyAJ.)
@amortin: Thanks, your patch looks good to me. I will put it in the next release.
@bukdiah: I'll look into it, thanks for the log.
Posts: 9
Joined: Sep 2015
Reputation:
0
Hey, CrowleyAJ
Any updates? Using subscene on my desktop Kodi is still giving me script errors. The weird thing is, when I use SubScene on my Amazon FireStick, the search results yield subtitles for random shows instead of the one I'm watching.
Posts: 113
Joined: Aug 2013
Reputation:
11
2015-10-19, 21:08
(This post was last modified: 2015-10-20, 10:13 by CrowleyAJ.)
Hi bukdiah,
according to your log you didn't choose any language for subtitle downloads. Check "Languages to download subtitles for" under Settings -> Video -> Subtitles.
I just submitted an updated version which should handle this case more gracefully, and also incorporates amortins file handling patch.
Posts: 113
Joined: Aug 2013
Reputation:
11
Is this for every show, or only for some? If you can provide another debug log, I'll look into it.
Posts: 113
Joined: Aug 2013
Reputation:
11
Hi bukdiah,
Thanks for the log. As far as I can see the shows you mentioned didn't got a proper library entry for whatever reason and don't provide season and epsiode number to the subtitle addon. Thusly the addon can not look for the right episode numbers in the search results. In fact those cases are handled like searching for a filename, which in your case is a meaningless streaming URL.
I'll look into how I can handle these cases better, but this might take a while.
For now you can help yourself by providing proper library entries. Unfortunatley I can't help you with how to do that, since I don't use streaming services myself.
Posts: 9
Joined: Sep 2015
Reputation:
0
Thanks for the response. Now that I know the problem lies with the streaming service (Genisis in my case), I am relieved that it isn't Subscene's fault. I'll continue to manually enter strings if I have to. Thanks for the add on. It's definitely way better than most out there for Kodi.
Posts: 172
Joined: May 2013
Reputation:
1
works fine on movie, but not on tv series
Posts: 42
Joined: Jul 2011
Reputation:
1
I changed line 86 of version 1.5.1 to request = urllib2.Request(url, headers={'User-Agent' : "Magic Browser"}) and it worked
Posts: 113
Joined: Aug 2013
Reputation:
11
Thanks for your hint, shiggity. I just sent a fixed version to the repository.