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.
Same here,it started 2-3 days ago.

Sent from my LG-D802
I know there is a fix for "error could not find valid content type" in Windows that was posted here.

But what do we do if we have this problem on Android?
Update module kodi65, tip by Angelinas.

Will fix this error
Error Contents: ('statistics',)

c:\Users\####\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\youtube.py

line 183 change True to None

Code:
extended=True

in

Code:
extended=None
Code:
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('results',)
                                            Traceback (most recent call last):
                                              File "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py", line 134, in <module>
                                                Main()
                                              File "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py", line 31, in __init__
                                                listitems = process.start_info_actions(info, self.params)
                                              File "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\resources\lib\process.py", line 63, in start_info_actions
                                                return tmdb.get_rated_media_items("movies")
                                              File "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\resources\lib\TheMovieDB.py", line 1055, in get_rated_media_items
                                                itemlist = handle_movies(data["results"], False, None)
                                            KeyError: ('results',)
                                            -->End of Python script error report<--
00:30:09.117 T:7252 WARNING: CPythonInvoker(444, H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py): the python script "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
00:30:09.129 T:40472   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=ratedmovies
00:30:10.722 T:31864 WARNING: CPythonInvoker(446, H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py): the python script "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
00:30:11.763 T:31376 WARNING: CPythonInvoker(443, H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py): the python script "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy
00:30:11.781 T:15308   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=trendingmovies
00:30:12.141 T:38840 WARNING: CPythonInvoker(447, H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py): the python script "H:\Kodi_17_RC4\portable_data\addons\script.extendedinfo\plugin.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui::DialogBusy

Is this something I am doing wrong? Just started tonight... didn't think I had changed anything.
I am getting a similar error when trying to retrieve artist information:

Code:
20:27:30.446 T:1436545952   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.KeyError'>
                                            Error Contents: ('artists',)
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/script.extendedinfo/plugin.py", line 8, in <module>
                                                router.run()
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/router.py", line 45, in run
                                                listitems = process.start_info_actions(info, params)
                                              File "/storage/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 35, in start_info_actions
                                                params["artist_mbid"] = utils.fetch_musicbrainz_id(params["artistname"])
                                              File "/storage/.kodi/addons/script.module.kodi65/lib/kodi65/utils.py", line 416, in fetch_musicbrainz_id
                                                if results and len(results["artists"]) > 0:
                                            KeyError: ('artists',)
                                            -->End of Python script error report<--
20:27:31.184 T:1245701024   ERROR: Previous line repeats 1 times.
20:27:31.184 T:1245701024 WARNING: CPythonInvoker(133, /storage/.kodi/addons/script.extendedinfo/plugin.py): the python script "/storage/.kodi/addons/script.extendedinfo/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE
20:27:31.185 T:1283937184   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=mostlovedtracks&&artistname=Dua Lipa
20:27:31.254 T:1370575776   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=discography&&artistname=Dua Lipa
20:27:35.779 T:1195369376 WARNING: CPythonInvoker(137, /storage/.kodi/addons/script.extendedinfo/plugin.py): the python script "/storage/.kodi/addons/script.extendedinfo/plugin.py" has left several classes in memory that we couldn't clean up

I'm running Kodi 17.1 on a RPI3 with Aeon MQ7 skin.
Does the "Play" button not work for anyone else here? When I click it (it doesn't matter which skin I use) I get the following error-

PHP Code:
12:41:01.873 T:28368   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.TypeError'>
                                            
Error Contentsexit_script() takes exactly 2 arguments (1 given)
                                            
Traceback (most recent call last):
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 99in onClick
                                                ch
.serve(control_idself)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py"line 291in serve
                                                
return view_function(wndcontrol_id)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 218in play_resume_button
                                                self
.exit_script()
                                            
TypeErrorexit_script() takes exactly 2 arguments (1 given)
                                            -->
End of Python script error report<-- 

Any thoughts?
(2017-05-30, 18:43)ZexisStryfe Wrote: [ -> ]Does the "Play" button not work for anyone else here? When I click it (it doesn't matter which skin I use) I get the following errori

PHP Code:
12:41:01.873 T:28368   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.TypeError'>
                                            
Error Contentsexit_script() takes exactly 2 arguments (1 given)
                                            
Traceback (most recent call last):
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 99in onClick
                                                ch
.serve(control_idself)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py"line 291in serve
                                                
return view_function(wndcontrol_id)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 218in play_resume_button
                                                self
.exit_script()
                                            
TypeErrorexit_script() takes exactly 2 arguments (1 given)
                                            -->
End of Python script error report<-- 

Any thoughts?

Same here.
(2017-05-30, 20:15)Guilouz Wrote: [ -> ]
(2017-05-30, 18:43)ZexisStryfe Wrote: [ -> ]Does the "Play" button not work for anyone else here? When I click it (it doesn't matter which skin I use) I get the following errori

PHP Code:
12:41:01.873 T:28368   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.TypeError'>
                                            
Error Contentsexit_script() takes exactly 2 arguments (1 given)
                                            
Traceback (most recent call last):
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 99in onClick
                                                ch
.serve(control_idself)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py"line 291in serve
                                                
return view_function(wndcontrol_id)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 218in play_resume_button
                                                self
.exit_script()
                                            
TypeErrorexit_script() takes exactly 2 arguments (1 given)
                                            -->
End of Python script error report<-- 

Any thoughts?

Same here.

Here also.
Kodi 17.3 on Windows.
The problem is solved if you go with the 5.* version of Extendedinfo MOD but that version is terrible if you are using a mouse.
(2017-06-05, 01:10)Shopper Wrote: [ -> ]The problem is solved if you go with the 5.* version of Extendedinfo MOD but that version is terrible if you are using a mouse.

One simply shiould not use Kodi with a mouse.
(2017-06-04, 21:50)Shopper Wrote: [ -> ]
(2017-05-30, 20:15)Guilouz Wrote: [ -> ]
(2017-05-30, 18:43)ZexisStryfe Wrote: [ -> ]Does the "Play" button not work for anyone else here? When I click it (it doesn't matter which skin I use) I get the following errori

PHP Code:
12:41:01.873 T:28368   ERROREXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - 
NOTEIGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            
Error Type: <type 'exceptions.TypeError'>
                                            
Error Contentsexit_script() takes exactly 2 arguments (1 given)
                                            
Traceback (most recent call last):
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 99in onClick
                                                ch
.serve(control_idself)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py"line 291in serve
                                                
return view_function(wndcontrol_id)
                                              
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py"line 218in play_resume_button
                                                self
.exit_script()
                                            
TypeErrorexit_script() takes exactly 2 arguments (1 given)
                                            -->
End of Python script error report<-- 

Any thoughts?

Same here.

Here also.
Kodi 17.3 on Windows.

Same problem. Kodi 17.3 on Windows 10. Also Trakt information not working at all.
Installed the latest nightly and it's not working anymore. Anyone got a solution?
This to be considered dead? No interest in awhile
(2017-06-28, 19:53)cd492 Wrote: [ -> ]Installed the latest nightly and it's not working anymore. Anyone got a solution?

Hi,

Did you find a solution?
Nope, it seems no one is fixing the Problem.