Kodi Community Forum
Add on options on configure not available - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Context Menus (https://forum.kodi.tv/forumdisplay.php?fid=309)
+---- Thread: Add on options on configure not available (/showthread.php?tid=353148)



Add on options on configure not available - jhonathaperes - 2020-04-04

I am having an issue with my add ons, when i click on configure, it is totally blank, i just has the message no categories available. It happens with all add ons, no exception.
I have tried all the solutions found on the internet, such as delete de addons.db file on the database folder, changed my skin, performed a clean install, but nothing has changed. I need your help please.

Here is my log
https://paste.kodi.tv/tenawopexu


RE: Add on options on configure not available - Karellen - 2020-04-04

@jhonathaperes

There is an error in one addon. The paths have double slashes for some reason as shown in the example below.
Error Contents: [Errno 2] No such file or directory: 'C:\\Users\\jhonatha\\AppData\\Roaming\\Kodi\\userdata\\playlists\\video\\S\xc3\xa9ries 4K HDR.xsp'

Best to bring this to the attention of the developer of the script.randomandlastitems addon here... https://forum.kodi.tv/showthread.php?tid=122448 I think @mikebzh44 is maintaining it.

Though that is one addon, so not sure why you would be having problems with all addons. You did not enable debug mode in the log, so there is not a lot of information for me to check.


RE: Add on options on configure not available - jhonathaperes - 2020-04-04

(2020-04-04, 21:56)Karellen Wrote: @jhonathaperes

There is an error in one addon. The paths have double slashes for some reason as shown in the example below.
Error Contents: [Errno 2] No such file or directory: 'C:\\Users\\jhonatha\\AppData\\Roaming\\Kodi\\userdata\\playlists\\video\\S\xc3\xa9ries 4K HDR.xsp'

Best to bring this to the attention of the developer of the script.randomandlastitems addon here... https://forum.kodi.tv/showthread.php?tid=122448 I think @mikebzh44 is maintaining it.

Though that is one addon, so not sure why you would be having problems with all addons. You did not enable debug mode in the log, so there is not a lot of information for me to check.
I don't know what happened but as soon as I enabled debug log to try to create a proper log, it made my addons come back to normal, now I have total access to settings.
So thank you for trying to help .


RE: Add on options on configure not available - Karellen - 2020-04-04

Ok.