2017-04-11, 00:11
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
2017-04-12, 05:12
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?
But what do we do if we have this problem on Android?
2017-04-12, 14:55
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
in
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
2017-05-10, 06:33
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.
2017-05-12, 21:36
I am getting a similar error when trying to retrieve artist information:
I'm running Kodi 17.1 on a RPI3 with Aeon MQ7 skin.
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.
2017-05-30, 18:43
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-
Any thoughts?
PHP Code:
12:41:01.873 T:28368 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: exit_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 99, in onClick
ch.serve(control_id, self)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve
return view_function(wnd, control_id)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button
self.exit_script()
TypeError: exit_script() takes exactly 2 arguments (1 given)
-->End of Python script error report<--
Any thoughts?
2017-05-30, 20:15
(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 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: exit_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 99, in onClick
ch.serve(control_id, self)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve
return view_function(wnd, control_id)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button
self.exit_script()
TypeError: exit_script() takes exactly 2 arguments (1 given)
-->End of Python script error report<--
Any thoughts?
Same here.
2017-06-04, 21:50
(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 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: exit_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 99, in onClick
ch.serve(control_id, self)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve
return view_function(wnd, control_id)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button
self.exit_script()
TypeError: exit_script() takes exactly 2 arguments (1 given)
-->End of Python script error report<--
Any thoughts?
Same here.
Here also.
Kodi 17.3 on Windows.
2017-06-05, 01:10
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-11, 03:53
(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-11, 14:55
(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 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: exit_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 99, in onClick
ch.serve(control_id, self)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.module.kodi65\lib\kodi65\actionhandler.py", line 291, in serve
return view_function(wnd, control_id)
File "C:\Users\timot\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\dialogs\DialogMovieInfo.py", line 218, in play_resume_button
self.exit_script()
TypeError: exit_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.
2017-06-28, 19:53
Installed the latest nightly and it's not working anymore. Anyone got a solution?
2017-07-07, 01:21
This to be considered dead? No interest in awhile
2017-07-26, 11:12
(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?
2017-07-27, 19:28
Nope, it seems no one is fixing the Problem.
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