• 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 151
Release script.extendedinfo
(2015-07-01, 00:24)Karnage11 Wrote: i still get that error

just tested again, all works fine. Something is wrong on your end. Which script version do you use?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
3.0.0
Reply
(2015-07-01, 00:39)Karnage11 Wrote: 3.0.0
You also updated to latest commit, right? If yes then I cant help anymore, I´m not responsible for incorrect login credentials Wink
In the future, pease make sure to write proper answers, not just 3-worders. Explain your problem in detail, also attach a debug log (wiki) etc.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
kodi.log - http://xbmclogs.com/pozdtl5ud and kodi.old.log - http://xbmclogs.com/paptanyct
Reply
(2015-07-01, 00:47)phil65 Wrote: then I cant help anymore, I´m not responsible for incorrect login credentials Wink
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
it isnt the login , i just keep getting Extendedinfo script errror when i click on an actor or anything
Reply
@phil65 uploaded a video https://youtu.be/hbWanGGdUA0 , Noise in the background sorry about that
Reply
your log files do not contain that error.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
ok , every time i get the error it gets stuck and i can't do anything but restart my fire stick
Reply
@phil65 , i reinstalled Kodi and everything else and i still get the Extendedinfo Script Error
Reply
I noticed another small inconsistency with the presentation of DialogVideo.

The MPAA rating for TV Shows is correctly displayed at the show level:
Image

However, it is not displayed at the season or episode level:
Image
Reply
(2015-07-01, 06:57)Warner306 Wrote: I noticed another small inconsistency with the presentation of DialogVideo.
That´s not inconsistency, it´s by design. (the TMDB API only returns MPAA for tvshow, not for season / episode)
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
I'm getting this error:

Code:
14:55:08 T:4495958016   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.TypeError'>
                                            Error Contents: get_track_info() got an unexpected keyword argument 'tracks'
                                            Traceback (most recent call last):
                                              File "/Users/massimo/Library/Application Support/Kodi/addons/script.extendedinfo/default.py", line 45, in <module>
                                                Main()
                                              File "/Users/massimo/Library/Application Support/Kodi/addons/script.extendedinfo/default.py", line 19, in __init__
                                                start_info_actions(self.infos, self.params)
                                              File "/Users/massimo/Library/Application Support/Kodi/addons/script.extendedinfo/resources/lib/process.py", line 285, in start_info_actions
                                                tracks=params["trackname"])
                                            TypeError: get_track_info() got an unexpected keyword argument 'tracks'
                                            -->End of Python script error report<--

when using

Code:
<onload>RunScript(script.extendedinfo,info=trackinfo,artistname=$INFO[ListItem.Artist],trackname=$INFO[ListItem.Title])</onload>

in DialogSongInfo.xml.

Thanks in advance

Tgx
Reply
(2015-07-01, 15:00)Tgxcorporation Wrote: I'm getting this error:

in DialogSongInfo.xml.

Thanks in advance

Tgx

fixed, thx.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
@phil65 everything works again Big Grin
Reply
  • 1
  • 80
  • 81
  • 82(current)
  • 83
  • 84
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29