• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 43
Release service.subtitles.subscene
Thanks for reporting that issue, I will look into it. Could you also provide a debug log (wiki)?
Reply
(2016-04-21, 14:26)CrowleyAJ Wrote: Thanks for reporting that issue, I will look into it. Could you also provide a debug log (wiki)?

http://pastebin.com/BS13wAC8

FULL log:
http://pastebin.com/kLPd0miG
Reply
(2016-04-21, 19:26)iAYMANi Wrote:
(2016-04-21, 14:26)CrowleyAJ Wrote: Thanks for reporting that issue, I will look into it. Could you also provide a debug log (wiki)?

http://pastebin.com/BS13wAC8

FULL log:
http://pastebin.com/kLPd0miG

Anyone can help To fix the problem,issue Kodi 17
Reply
The problem ssems to be a combination of the Python version of Kodi 17 and subscenes recent switch to https. I have to ask someone from the core team about this issue.
Reply
(2016-04-27, 00:17)CrowleyAJ Wrote: The problem ssems to be a combination of the Python version of Kodi 17 and subscenes recent switch to https. I have to ask someone from the core team about this issue.

Yes, I think that the issue for kodi 17 Because subscenes switch to https, Because it week ago, it is working
Reply
Hi,
I recently started to have problems with the subtitles addon 'subscenes'..
Everytime I want to download a subtitles of it, an error occurs that says that's he fails to download it.
I did a debug log and here it is: https://logs.tvaddons.ag/pycdaljso
I hope someone can help me fix this..

Thx
Reply
(2016-04-27, 00:17)CrowleyAJ Wrote: The problem ssems to be a combination of the Python version of Kodi 17 and subscenes recent switch to https. I have to ask someone from the core team about this issue.

Im not sure if this has anything to do with the recent switch to https but i have noticed one problem when using the subtitles plugin and trying to find subtitles for _any_ show but only when connected over an VPN.
Results return "No Subtitles Found" instead of an error.
When i disconnect the VPN and search again. The results show up.
Could this be related to the plugin change?
Im running: LibreELEC-Generic.x86_64-7.0.2 with Kodi 16.1

I can grab some Logs. Just let me know which log you need Smile

Edit: Seems like im not the only one with the problem:
http://forum.kodi.tv/showthread.php?tid=290445
Reply
Smile 
(2016-04-27, 00:17)CrowleyAJ Wrote: The problem ssems to be a combination of the Python version of Kodi 17 and subscenes recent switch to https. I have to ask someone from the core team about this issue.

Hi! it appears that subscene.com has changed something and broken the Kodi add-on again as it returns error on all the new subtitle links. Could you please update/fix the add-on? Some people use it on a daily basis, it would very much be appreciated.

ThanksBlush
Reply
im using kodi 16.1 and my addic7ed (version 1.0.0) finds no subtiles. is there a new version for this addon?
Reply
Hi,
I can't get the addon (v1.7.1) to work on Kodi 16.1 on my Nvidia Shield TV (works fine on Windows installation), searching for subtitles throws an error.
I tried SPMC 16.4-2 as well and got the same error.

Here is my log: http://pastebin.com/Tc5UDvTp

Thanks
Reply
(2016-12-03, 12:59)itamux Wrote: Hi,
I can't get the addon (v1.7.1) to work on Kodi 16.1 on my Nvidia Shield TV (works fine on Windows installation), searching for subtitles throws an error.
I tried SPMC 16.4-2 as well and got the same error.

Here is my log: http://pastebin.com/Tc5UDvTp

Thanks

I have the exact same problem with the same device and the same apps
Reply
Found some problem with the add-on.

In case of some Dutch subtitles, the uploader also includes a .txt file with some advertisement (I think). Now if you choose this subtitle from within Kodi 16.1, the subscene add-on chooses the .txt file over the .srt file, instead of both or only the .srt file. Is there a way to tell the add-on to only look for .srt files?
Reply
(2016-12-04, 10:17)tchirou Wrote:
(2016-12-03, 12:59)itamux Wrote: Hi,
I can't get the addon (v1.7.1) to work on Kodi 16.1 on my Nvidia Shield TV (works fine on Windows installation), searching for subtitles throws an error.
I tried SPMC 16.4-2 as well and got the same error.

Here is my log: http://pastebin.com/Tc5UDvTp

Thanks

I have the exact same problem with the same device and the same apps

I have the same problem on my shields with spmc. Hope the developer can fix it.
Reply
I'm suddently having this problem when running the Subscene addon in Kodi. Just uploaded to the last version of LibreELEC when this started. This is what the log says;

Code:
20:31:39.165 T:139982163683456   ERROR: Control 120 in window 10153 has been asked to focus, but it can't
20:31:39.260 T:139979636729600   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xe5' in position 14: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.subtitles.subscene/service.py", line 512, in <module>
                                                item['3let_language'].append(xbmc.convertLanguage(lang, xbmc.ISO_639_2))
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xe5' in position 14: ordinal not in range(128)
                                            -->End of Python script error report<--
20:31:39.327 T:139979495479040   ERROR: GetDirectory - Error getting plugin://service.subtitles.subscene/?action=search&languages=English%2CNorwegian%2CNorwegian%20Bokm%C3%A5l&preferredlanguage=Norwegian%20Bokm%C3%A5l

Any ideas?!
FANART.TV
The best source of high quality fan supplied artwork for your media collection.
Reply
Same error on Kodi v16 on MacOS and rpi.
Seems like some data mismatch (unicode issue?) with change in the back-end search format?

Is this plugin still maintained? (this error seems much common over the last few months)
Thanks!


Code:
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
               Error Type: <type 'exceptions.ValueError'>
               Error Contents: unichr() arg not in range(0x10000) (narrow Python build)
               Traceback (most recent call last):
                 File "/Volumes/Macintosh HD/Users/smith/Library/Application Support/Kodi/addons/service.subtitles.subscene/service.py", line 532, in <module>
                   search(item)
                 File "/Volumes/Macintosh HD/Users/smith/Library/Application Support/Kodi/addons/service.subtitles.subscene/service.py", line 357, in search
                   search_movie(item['title'], item['year'], item['3let_language'], filename)
                 File "/Volumes/Macintosh HD/Users/smith/Library/Application Support/Kodi/addons/service.subtitles.subscene/service.py", line 284, in search_movie
                   getallsubs(url, languages, filename)
                 File "/Volumes/Macintosh HD/Users/smith/Library/Application Support/Kodi/addons/service.subtitles.subscene/service.py", line 240, in getallsubs
                   comment = re.sub("[\r\n\t]+", " ", h.unescape(string.strip(matches.group('comment'))))
                 File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/HTMLParser.py", line 387, in unescape
                 File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/re.py", line 151, in sub
                 File "/Users/Shared/jenkins/workspace/OSX-64/tools/depends/xbmc-depends/macosx10.10_x86_64-target/lib/python2.6/HTMLParser.py", line 373, in replaceEntities
               ValueError: unichr() arg not in range(0x10000) (narrow Python build)
               -->End of Python script error report<--
ERROR: GetDirectory - Error getting plugin://service.subtitles.subscene/?action=search&languages=English%2cFrench&preferredlanguage=French
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 43

Logout Mark Read Team Forum Stats Members Help
service.subtitles.subscene8