• 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 151
Release script.extendedinfo
(2017-01-15, 21:14)Guilouz Wrote: Another error with extended info for movies :
[...]

I'm getting this one too :
Code:
11:33:08.313 T:1873802144 WARNING: CPythonInvoker(10, /storage/.kodi/addons/script.extendedinfo/default.py): the python script "/storage/.kodi/addons/script.extendedinfo/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE

It happens for every movie when I use the Extended info button on the info page on Estuary. However if I use the context memu "Open ExtendedInfo dialog it works)

I'm using LibreELEC (Krypton) v7.95.1 vanilla, inclulding Kodi 17.0RC3 Git 4d93228.
Reply
@phil65 -- Had a report that "Force Native Appearance" option no longer works in the Krypton repo version. Tested myself and can confirm that it doesn't appear to be working (EDIT: And just tested with latest git and not working there either).
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
Hi,

I just want to ask 2 things.

For this _AMAZING_ program to Kodi.

1. Can you open it from Main Menu. No need to open Program/Program- Addon / and then press Extended Info?
2. Can you link this to your movie collection so if i press keypad "i" while on a MOvie. I get info about that particular movie?

Love,
Stephy!
Reply
edit: resolved itself, youtube api ussues i guess or apikey hammered ..
Reply
the traktsimilartvshows doesn't work for me
the content code that I used on the list was
PHP Code:
plugin://script.extendedinfo?info=traktsimilartvshows&&dbid=$INFO[ListItem.DBID] 
maybe it isn't as linear as the movies, don't know

EDIT
Already solve the problem. the code that should be used it's below
PHP Code:
plugin://script.extendedinfo?info=similartvshows&&name=$INFO[ListItem.Title] 

Best regards
Reply
Is this still valid code, because I can't get nothing?


<content>plugin://script.extendedinfo?info=youtubesearch&amp;&amp;id=$INFO[Skin.String(App1name)]</content>
Reply
Hi There,

Is there any way to disable the notifications for this script?
I have an annoying " ImportError: No module named downloader.external" in my setup.
I am not really bothered by it, because the skin works fine, but the continuous popup is really annoying.

any ideas?

kind regards Tony
Reply
I get scrip error when trying your program add-on :/
Reply
I'm also getting script error on Kodi 17 final release when using Extended Info option in a movie Info screen. Info from kodi.log in debug mode.

Popup error is "Could not find valid content type"

Code:
21:21:04.141 T:6396   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x000d, modifier: 0x0
21:21:04.285 T:6396   DEBUG: CInputManager::OnKey: return (0xf00d) pressed, action is Select
21:21:04.285 T:6396   DEBUG: Keyboard: scancode: 0x1c, sym: 0x000d, unicode: 0x0000, modifier: 0x0
21:21:04.285 T:6460   DEBUG: Thread LanguageInvoker start, auto delete: false
21:21:04.286 T:6460    INFO: initializing python engine.
21:21:04.286 T:6460   DEBUG: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): start processing
21:21:04.414 T:6460   DEBUG: -->Python Interpreter Initialized<--
21:21:04.414 T:6460   DEBUG: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): the source file to load is "C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py"
21:21:04.415 T:6460   DEBUG: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): setting the Python path to C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Program Files (x86)\Kodi\addons\script.module.pil\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Justi\AppData\Roaming\Kodi\addons\script.module.youtube.dl\lib;C:\Program Files (x86)\Kodi\system\python\DLLs;C:\Program Files (x86)\Kodi\system\python\Lib;C:\Program Files (x86)\Kodi\python27.zip;C:\Program Files (x86)\Kodi\system\python\lib\plat-win;C:\Program Files (x86)\Kodi\system\python\lib\lib-tk;C:\Program Files (x86)\Kodi;C:\Program Files (x86)\Kodi\system\python;C:\Program Files (x86)\Kodi\system\python\lib\site-packages
21:21:04.415 T:6460   DEBUG: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): entering source directory C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo
21:21:04.415 T:6460   DEBUG: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): instantiating addon using automatically obtained id of "script.extendedinfo" dependent on version 2.25.0 of the xbmc.python api
21:21:05.554 T:6460   DEBUG: script.module.youtube.dl: youtube_dl core version: 2016.10.26
21:21:05.588 T:6460   DEBUG: script.extendedinfo: version 5.6.0 started
21:21:05.588 T:6460   DEBUG: script.extendedinfo: openinfodialog
21:21:05.589 T:6460   DEBUG: script.extendedinfo: {
                                                "handle": null
                                            }
21:21:05.589 T:6460   DEBUG: script.extendedinfo: finished
21:21:05.589 T:6460    INFO: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): script successfully run
21:21:05.644 T:6460 WARNING: CPythonInvoker(33, C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): the python script "C:\Users\Justi\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
21:21:05.644 T:6460    INFO: Python script stopped
21:21:05.644 T:6460   DEBUG: Thread LanguageInvoker 6460 terminating
21:21:05.658 T:6396   DEBUG: ------ Window Init (DialogNotification.xml) ------
Kodi 18.5 on NVIDIA Shield TV, Denon AVR-X4400H, Monitor Audio Gold speakers + dual XTZ 12.17 subs, JVC DLA-x7900 projector, LG 55SJ810V TV
Reply
(2017-02-07, 23:24)justinhow Wrote: I'm also getting script error on Kodi 17 final release when using Extended Info option in a movie Info screen. Info from kodi.log in debug mode.

Popup error is "Could not find valid content type"

Same issue here...
Intel NUC Skull Canyon - Windows 10 Pro - Kodi 18
VU+ Solo2 - Canal Digital/CMore Max
Samsung UE65KS9005 Pro Calibrated
Reply
Provide full debug logs please. Stating that we all have the same issue doesn't help anybody.
Reply
Doesn't return anything from trakt, did something change?
Video Addons - Extendedinfo - Trakt - Trending TV/Movies
http://pastebin.com/raw/yGHs3m7q
Reply
(2017-02-08, 17:28)TheSwede1970 Wrote:
(2017-02-07, 23:24)justinhow Wrote: I'm also getting script error on Kodi 17 final release when using Extended Info option in a movie Info screen. Info from kodi.log in debug mode.

Popup error is "Could not find valid content type"

Same issue here...

and same here:

12:09:04.045 T:7348 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
12:09:30.707 T:10956 ERROR: XFILE::CDirectory::GetDirectory - Error getting
12:09:35.079 T:10940 ERROR: Previous line repeats 6 times.
12:09:35.079 T:10940 WARNING: CPythonInvoker(3, C:\Users\Lenovo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py): the python script "C:\Users\Lenovo\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui:Big GrinialogBusy
Reply
Could not find valid content type error

Debug log
http://pastebin.com/7wRL20nY
Reply
Hi Phil..
The following content plugins calls are returning empty for me:
PHP Code:
plugin://script.extendedinfo?info=mostwatchedmovies
plugin://script.extendedinfo?info=mostanticipatedmovies
plugin://script.extendedinfo?info=mostwatchedshows
plugin://script.extendedinfo?info=anticipatedshows
plugin://script.extendedinfo?info=topartists
plugin://script.extendedinfo?info=topartistsnearevents 

Also these properties are empty:
PHP Code:
ListItem.Property(Watchers)
ListItem.Property(Listeners

Any idea ?

Using Krypton final and the script from official repo.

Cheers
Nessus
Reply
  • 1
  • 124
  • 125
  • 126(current)
  • 127
  • 128
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29