Kodi Community Forum

Full Version: script.extendedinfo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-09-05, 01:21)Short Wrote: [ -> ]I been receiving this error on kodi 17 from extended info here's my debug log
https://paste.ubuntu.com/23134828

An update for script.module.t9.search should be available today or tomorrow, then this should be fixed.
Any way I can change the font color in the script? It's not readable with the skin i'm using. I figured out it changes when I edit the Defaults.xml colors, but that changes the entire skin.. Let me know if this is possible. Thanks!
Hey Phil,

I'm not sure if you are already aware of it, but the current available repo version of ExtendedInfo (5.5.1) crashs Kodi during the download/installation.
Nothing is written in the debug log but I can confirm this issue on 2 Win10 devices (Krypton).
(2016-09-08, 21:00)sualfred Wrote: [ -> ]Hey Phil,

I'm not sure if you are already aware of it, but the current available repo version of ExtendedInfo (5.5.1) crashs Kodi during the download/installation.
Nothing is written in the debug log but I can confirm this issue on 2 Win10 devices (Krypton).

I have the same issue with my Nvidia shield,iMac,windows10 and Amazon HD Fire.(Krypton)
yeah i have introduced a circular dependency which kodi cannot deal with, will get fixed.
Sorry for the hassle. Wink
Works now, thanks.
@Phill is this button working for krypton version
Force nativ appearance, I can use script-ExtendedInfo Script-DialogVideoInfo.xml from skin mq6 or mq7
(always open your dialog) version="5.5.1

Edit i didnt know that you change in
script-script.extendedinfo-DialogVideoInfo.xml

now is working...sorry
@Angelinas, need rename for

script-script.extendedinfo-DialogInfo

script-script.extendedinfo-DialogVideoInfo
Im noticing that if the movie being viewed within Extended Info is in my library, the play button does not work. I have to back out of the Extended Info screen and select play from the main info screen. Kodi 17 Beta using the Plex Kodi Connect add one (works like Emby for Kodi) but Ive tried it with a stand alone install (local library) and it doesn't work either.

Anyone else see this?
I am receiving this error when I launch kodi..I'm on version 17 beta3 here is my log https://paste.ubuntu.com/23254074/
Am I just missing it or is there not a way for me to add a upnp source? Thanks.

Oops, wrong thread. Can someone delete this please.
Hello !!!

I have an error message when kodi start concerning Script.extendedinfo.
Code:
21:43:39 T:9140   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            Traceback (most recent call last):
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 16, in <module>
                                                import Trakt
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 37, in <module>
                                                "playerdebug": xbmcgui.ACTION_PLAYER_DEBUG,
                                            AttributeError: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            -->End of Python script error report<--
21:43:39 T:10124   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=topratedmovies
21:43:39 T:8096  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #248835 - Once Upon a Time
21:43:41 T:4088  NOTICE: script.module.youtube.dl: youtube_dl core version: 2016.06.27
21:43:41 T:4088   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            Traceback (most recent call last):
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\plugin.py", line 12, in <module>
                                                from resources.lib import process
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 16, in <module>
                                                import Trakt
                                              File "C:\Kodi\16\portable_data\addons\script.extendedinfo\resources\lib\Trakt.py", line 9, in <module>
                                                from kodi65 import addon
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\__init__.py", line 8, in <module>
                                                from actionhandler import ActionHandler
                                              File "C:\Kodi\16\portable_data\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 37, in <module>
                                                "playerdebug": xbmcgui.ACTION_PLAYER_DEBUG,
                                            AttributeError: 'module' object has no attribute 'ACTION_PLAYER_DEBUG'
                                            -->End of Python script error report<--

I use kodi 16.1 with theme madnox. I update regulary scrip.extendedinfo, script.module.kodi65, script.module.t9.search and lot of others with github application.

Thx for your help !!!

PS i'm French !!!! Wink Wink Wink Wink Wink
Github master branches are for krypton (v17). That´s why you get those errors.
okay !!! Smile Smile

thx phil65 Wink