(2016-03-17, 13:51)Mika Kiviniitty Wrote: [ -> ] (2016-03-17, 13:22)phil65 Wrote: [ -> ] (2016-03-17, 13:13)Mika Kiviniitty Wrote: [ -> ]http://pastebin.com/p02Lmw8K
Well you're running fucked up piracy add-ons, I wouldn't expect things to work then either.
Sure! Hve to do another test without addons.
Well there is no difference between addons installed or not installed. it gives me that error any way.... maby there is a another thing that cause fucked up things?
(2016-03-17, 14:13)Mika Kiviniitty Wrote: [ -> ] (2016-03-17, 13:51)Mika Kiviniitty Wrote: [ -> ] (2016-03-17, 13:22)phil65 Wrote: [ -> ]Well you're running fucked up piracy add-ons, I wouldn't expect things to work then either.
Sure! Hve to do another test without addons.
Well there is no difference between addons installed or not installed. it gives me that error any way.... maby there is a another thing that cause fucked up things?
Everything works fine.
Show me a new debug log, without those add-ons.
by the way: I have the same error as mika kiviniitty
(2016-03-17, 18:15)effe.rnr Wrote: [ -> ]by the way: I have the same error as mika kiviniitty
...and also no proper debug log.
Hello.
(requires xbmc.python version 2.25.0 which is not available) Got this while try install latest version thru kodi. Do that manually then.
http://pastebin.com/kZVhYVeT
you should not install versions from my github repo (master branch is krypton-only...). The script is available on official repository, use that.
(2016-03-17, 23:02)phil65 Wrote: [ -> ]you should not install versions from my github repo (master branch is krypton-only...). The script is available on official repository, use that.
Earlier version was proper but still have a same issue. I post tomorrow a new log to you.
(2016-02-27, 02:50)Mr. V Wrote: [ -> ]Hi Phil,
I had reports from two users that rotten tomato content is not returning the posters.
I couldn't reproduce the issue until I updated to v4.5.1 then cleared the cache.
This what i am seeing in the Debug log when the content is focused.
unable to stat url http://content6.flixster.com/IwNDg7NTc0Ozg1MQ
http://pastebin.com/qNAkUMNg
Cheers.
@
Phil
I'm still having issues getting posters from rotten tomatoes. In addition to Mr. V's, here is my \AppData\Roaming\Kodi\kodi.log :
http://pastebin.com/nywwv6KH
The TMDB images still work - it is just rotten tomatoes. I used to get some images, but since reinstalling Kodi, I now don't get any. It looks as if I'm still getting info about the movies (date, rating, title, etc) just not the image.
I also get an error from extendedinfo that some movies can't be found at MovieDB when I use plugin://script.extendedinfo?info=newdvdmovies
Thanks for taking the time. I suspect if I'm having the issue, others are as well.
Cheers
~Raze
(2016-03-17, 23:23)Raze Wrote: [ -> ] (2016-02-27, 02:50)Mr. V Wrote: [ -> ]Hi Phil,
I had reports from two users that rotten tomato content is not returning the posters.
I couldn't reproduce the issue until I updated to v4.5.1 then cleared the cache.
This what i am seeing in the Debug log when the content is focused.
unable to stat url http://content6.flixster.com/IwNDg7NTc0Ozg1MQ
http://pastebin.com/qNAkUMNg
Cheers.
@Phil
I'm still having issues getting posters from rotten tomatoes. In addition to Mr. V's, here is my \AppData\Roaming\Kodi\kodi.log :
http://pastebin.com/nywwv6KH
The TMDB images still work - it is just rotten tomatoes. I used to get some images, but since reinstalling Kodi, I now don't get any. It looks as if I'm still getting info about the movies (date, rating, title, etc) just not the image.
I also get an error from extendedinfo that some movies can't be found at MovieDB when I use plugin://script.extendedinfo?info=newdvdmovies
Thanks for taking the time. I suspect if I'm having the issue, others are as well.
Cheers
~Raze
yes i have to use a hack for rottentomatoes pictures otherwise their quality is very poor. That workaround breaks from time to time because of url changes. Would need to take a closer look to fix it, not sure when I find the time.
(2016-03-17, 23:29)phil65 Wrote: [ -> ]yes i have to use a hack for rottentomatoes pictures otherwise their quality is very poor. That workaround breaks from time to time because of url changes. Would need to take a closer look to fix it, not sure when I find the time.
Thanks Phil. Good to know. I use the rotten tomatoes portion for the new DVD releases - to see if there is anything interesting to buy. This is a function that TMDB does not have and it's great to have it incorporated onto 'home' screens for skins...
If it stays on your list to look at when you have time, that would be appreciated.
~Raze
Morning! Here is new log for you, yes i know it is in dropbox but that freaking free version of pastebin has limit.
Error might be a skin issue because i tried without extended info hit info button and nothing happens (movie or tv show section) witch back to confluence skin and button works properly.??
https://www.dropbox.com/s/8n31ti64s6tcpt...o.log?dl=0
Edit. Wasnt skin issue. I Chsnge a another extended info addon and it works like a charm. So i use it as long it works fine for me.
(2016-03-16, 02:56)phil65 Wrote: [ -> ] (2016-03-16, 01:48)phil65 Wrote: [ -> ]fuck, you´re right. I forgot to bump version number... 
https://github.com/xbmc/repo-scripts/pull/59
Thanks a lot, @phil65! Autoupdate came through now. No requests are sent to google or stored in clear text anymore. When I enter text in some field, the autocompletion window still pops up (Xonfluence) but stays empty. So be it. Not worth spending more time on this...
Issue fixed. Again, many thanks for your great support!
Hello Phil,
I'm getting this error in script.extendedinfo when trying to get the detailed info from the actress "Mélanie Laurent".
11:37:41 T:2576 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'\xe9' in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 45, in <module>
Main()
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 19, in __init__
listitems = start_info_actions(info, self.params)
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 339, in start_info_actions
name=params.get("name"))
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\WindowManager.py", line 189, in open_actor_info
name = name.decode("utf-8").split(" " + LANG(20347) + " ")
File "C:\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)
-->End of Python script error report<--
Thanks!
(2016-03-21, 20:54)soflip Wrote: [ -> ]Hello Phil,
I'm getting this error in script.extendedinfo when trying to get the detailed info from the actress "Mélanie Laurent".
11:37:41 T:2576 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'\xe9' in position 1: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 45, in <module>
Main()
File "C:\Kodi\portable_data\addons\script.extendedinfo\default.py", line 19, in __init__
listitems = start_info_actions(info, self.params)
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 339, in start_info_actions
name=params.get("name"))
File "C:\Kodi\portable_data\addons\script.extendedinfo\resources\lib\WindowManager.py", line 189, in open_actor_info
name = name.decode("utf-8").split(" " + LANG(20347) + " ")
File "C:\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 1: ordinal not in range(128)
-->End of Python script error report<--
Thanks!
Already fixed on latest master since some days
Hi Phil.
I'm suddenly getting no description using ListItem.Property(Description) for container 450 in script-ExtendedInfo Script-DialogVideoInfo.xml - only in Krypton. Did that infolabel change?
Btw, did you decide to change the earlier mentioned infolabels for Krypton only?
Cheers
Gade