Release script.extendedinfo - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12) +---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300) +---- Thread: Release script.extendedinfo (/showthread.php?tid=160558) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
|
RE: script.extendedinfo - xodi - 2016-11-29 Got an error when retrieving information for an artist. Code: DEBUG: script.extendedinfo: found artist id for Roger Meno: d44b9438-4c50-4fef-a6d2-6ac033ee9840 RE: script.extendedinfo - _Andy_ - 2016-12-02 Hello I try to use the 'upcoming movies' in a widget but i get no results. If i look into the debug i only find this 03:28:14.973 T:1112 DEBUG: script.extendedinfo: version 5.5.3 started 03:28:14.973 T:1112 DEBUG: script.extendedinfo: comingsoonmovies 03:28:14.973 T:1112 DEBUG: script.extendedinfo: { "handle": 6 } 03:28:14.973 T:1112 DEBUG: script.extendedinfo: finished 03:28:14.973 T:1112 INFO: CPythonInvoker(15, I:\Kodi\kodi 17 beta6\portable_data\addons\script.extendedinfo\plugin.py): script successfully run 03:28:14.973 T:904 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=comingsoonmovies 03:28:14.974 T:904 DEBUG: XFILE::CPluginDirectory::StartScript - calling plugin Library Data Provider('plugin://service.library.data.provider/','8','?type=recommendedepisodes&reload=') 03:28:14.974 T:464 DEBUG: Thread LanguageInvoker start, auto delete: false 03:28:14.975 T:464 INFO: initializing python engine. 03:28:14.975 T:464 DEBUG: CPythonInvoker(17, I:\Kodi\kodi 17 beta6\portable_data\addons\service.library.data.provider\default.py): start processing If i start the plugin from the addons via 'run' i have a directory tree with a sub directory 'Upcoming movies' so i guess the script is receiving the data but i have no data in the widget. Do oyu have any idea what's wrong? RE: script.extendedinfo - BigNoid - 2016-12-02 The Rotten Tomatoes section was dropped from extended info, so 'comingsoonmovies' doesn't work anymore. RE: script.extendedinfo - Skinnerxyz - 2016-12-08 Hello, The duration on albums level dont work anymore, i had the newest girhub version installed..... RE: script.extendedinfo - xodi - 2016-12-09 I found some Youtube video searched from extendedinfo has no sound, but video playing normally. When I check kodi log and open the video directly from browser, the video does not have sound. I think this may be because the mpd, does extendedinfo support mpd? RE: script.extendedinfo - Skinnerxyz - 2016-12-10 (2016-10-31, 20:41)Angelinas Wrote: @Phill can you check Krypton version for music info..(latest git) have you a workaround for CDArt ? UNDER KRYPTON IT DONT WORKS ANYMORE RE: script.extendedinfo - xodi - 2016-12-14 (2016-11-29, 16:52)xodi Wrote: Got an error when retrieving information for an artist. Hi phil65, would you please fix this issue, I encountered this error so many times when tried to update the information for music/artist. RE: script.extendedinfo - wheatfield - 2016-12-15 (2016-06-18, 18:29)braz Wrote: Hi Phil, I'm having the same issue. Has there been a solution for this? Or better yet, is there a way to return to the original window that I ran the script from? (DialogVideoInfo, etc...) Thanks. RE: script.extendedinfo - Pajoe - 2016-12-15 I am having a problem on my Chromebox with LibreElec Krypton 7.9.08 , extendedinfo was working great yesterday, now it does not run at all. I tried previous versions of extendedinfo script may be 5.53, 5.54 as well as the most recent upgrade may be 5.6 21:26:23 T:139773663770368 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 'DialogBusy' Traceback (most recent call last): File "/storage/.kodi/addons/script.extendedinfo/default.py", line 8, in <module> from resources.lib import process File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 16, in <module> import Trakt File "/storage/.kodi/addons/script.extendedinfo/resources/lib/Trakt.py", line 8, in <module> import TheMovieDB as tmdb File "/storage/.kodi/addons/script.extendedinfo/resources/lib/TheMovieDB.py", line 9, in <module> from kodi65 import kodijson File "/storage/.kodi/addons/script.module.kodi65/lib/kodi65/__init__.py", line 12, in <module> from busyhandler import busyhandler as busy File "/storage/.kodi/addons/script.module.kodi65/lib/kodi65/busyhandler.py", line 76, in <module> busyhandler = BusyHandler() File "/storage/.kodi/addons/script.module.kodi65/lib/kodi65/busyhandler.py", line 19, in __init__ self.dialog = xbmcgui.DialogBusy() AttributeError: 'module' object has no attribute 'DialogBusy' -->End of Python script error report<-- full log: http://sprunge.us/YHga thank you On edit: I tried a backup from a few days ago when it was version 5.2 and now it did not work either. I know I was using it and it was working for the actor film search, I also watched a few of the associated Youtube links. Here's a full log after restore http://sprunge.us/INJj Once again, I did try the newest version with same results RE: script.extendedinfo - wgstarks - 2016-12-19 I'm having problems with the script as well. Keep getting login errors. I've verified the credentials on the TMDB website. Debug Log RE: script.extendedinfo - rmadeira - 2016-12-29 The last update (4.6.1) stopped opening the movie information. Browse the movies but do not enter any. How can I get a previous version? Thank you. RE: script.extendedinfo - dmangiap - 2016-12-31 Hi, Just installed Kodi 17 (17.0-RC2 Git:20161229-61cd863) on Windows 10 X64. I have a problem with the extendedinfo script. From the main window I hover with mouse on a movie and hit "i" key and I enter in a new display where I have all the info about Movie and actors and trailer. Then clicking on the icon labelled "i Extended info" (the icon between the two icons labelled "Your rating" and "show fanarts") I receive the error: ERROR "could not find valid content type" I enabled high debug and here the abstract for the specific part for the script: 22:43:43.524 T:5912 DEBUG: Thread LanguageInvoker start, auto delete: false 22:43:43.524 T:5912 INFO: initializing python engine. 22:43:43.524 T:5912 DEBUG: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): start processing 22:43:43.559 T:5912 DEBUG: -->Python Interpreter Initialized<-- 22:43:43.559 T:5912 DEBUG: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): the source file to load is "C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py" 22:43:43.559 T:5912 DEBUG: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): setting the Python path to C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.addon.signals\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.autocompletion\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.kodi65\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.requests\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.routing\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.simplejson\lib;C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.module.youtube.dl\lib;D:\Program Files\Kodi\addons\script.module.pil\lib;D:\Program Files\Kodi\system\python\DLLs;D:\Program Files\Kodi\system\python\Lib;D:\Program Files\Kodi\python27.zip;D:\Program Files\Kodi\system\python\lib\plat-win;D:\Program Files\Kodi\system\python\lib\lib-tk;D:\Program Files\Kodi;D:\Program Files\Kodi\system\python;D:\Program Files\Kodi\system\python\lib\site-packages 22:43:43.559 T:5912 DEBUG: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): entering source directory C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo 22:43:43.559 T:5912 DEBUG: CPythonInvoker(13, C:\Users\Daniele\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 22:43:44.426 T:5912 DEBUG: script.module.youtube.dl: youtube_dl core version: 2016.10.26 22:43:44.457 T:5912 DEBUG: script.extendedinfo: version 5.6.0 started 22:43:44.457 T:5912 DEBUG: script.extendedinfo: openinfodialog 22:43:44.457 T:5912 DEBUG: script.extendedinfo: { "handle": null } 22:43:44.457 T:5912 DEBUG: script.extendedinfo: finished 22:43:44.457 T:5912 INFO: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): script successfully run 22:43:44.472 T:8384 DEBUG: ------ Window Init (DialogNotification.xml) ------ 22:43:44.504 T:5912 WARNING: CPythonInvoker(13, C:\Users\Daniele\AppData\Roaming\Kodi\addons\script.extendedinfo\default.py): the python script "C:\Users\Daniele\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:ialogBusy 22:43:44.504 T:5912 INFO: Python script stopped 22:43:44.504 T:5912 DEBUG: Thread LanguageInvoker 5912 terminating Thanks for the help. Dan RE: script.extendedinfo - ZexisStryfe - 2017-01-14 Hey Phil, I seem to still be getting the below error PHP Code: 11:37:19.687 T:3700 DEBUG: script.extendedinfo: version 5.6.0 started This error has persisted in my skin Bit(ten) since I began working on updating it to Krypton. It seems to have to do with these lines in my home.xml- PHP Code: <onload condition="System.HasAddon(script.extendedinfo)">RunScript(script.extendedinfo,info=trendingshows)</onload> If I comment out these the top two lines there is no error. The intheaters script call can be left uncommented and there is no error on startup. I also tried swapping popularmovies for trendingmovies and the error still occurs (with trendingshows still commented out). The kicker is that the script still seems to successfully query these sources despite the error as my widgets still populate properly. Any help on this would be greatly appreciated. RE: script.extendedinfo - Guilouz - 2017-01-15 Another error with extended info for movies : Code: 19:53:18.035 T:123145414361088 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: script.extendedinfo - caudibur - 2017-01-22 Hello, sorry i'm new on this thread, and searched for something i didn't find. So i ask the question : is there any way to retrieve info of writers ? With AEON NOX skin, when i access to the movie information page, I can retrieve infos from directors, actors... (online from TMDB) but not from writers. If it is possible, how can I do it ? in the same way, is there any option to chose to retrieve the infos from IMBD ? I searched in the parameters of the extension but didn't find how to do it (maybe it's not possible). Maybe you could tell me if there is another extension that could give me what i want ? thanks everybody. |