Kodi Community Forum
Kodi 19 Error logs - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Kodi 19 Error logs (/showthread.php?tid=362730)



Kodi 19 Error logs - marcelofares - 2021-05-21

Hi.
I am new to this world of KODI.
I am having problems with my KODI19. I installed a NETFLIX addon because, I would like to watch my series inside KODI, but after a while, I can't open any addon because an error appears when I try to open my addons.
This error appears on the screen - PythonToCppException

I posted the logs below, to see if it helps to find out how to fix this!
Thanks

Paste Kodi Logs


RE: Kodi 19 Error logs - Angelinas - 2021-05-21

Try this version plugin.video.netflix
https://github.com/CastagnaIT/plugin.video.netflix/archive/refs/heads/master.zip

I am on v20 Kodi and have error in dialog, I see In your log that you are on v 19....this should work for you.
If doesent work change this line 
https://github.com/CastagnaIT/plugin.video.netflix/blob/master/resources/lib/kodi/ui/dialogs.py#L103
In:
Code:
def show_yesno_dialog(title, message, yeslabel=None, nolabel=None, default_yes_button=False):
    # pylint: disable=no-member,unexpected-keyword-arg
    return xbmcgui.Dialog().yesno(heading=title, message=yeslabel)



RE: Kodi 19 Error logs - marcelofares - 2021-05-24

Sorry but I don't know how to find this file (dialogs.py). Where can I find?
I always access my BOX through WINSCP on the computer, however, I don't know which folder to find and edit with what you told me. Would you help me?


RE: Kodi 19 Error logs - Angelinas - 2021-05-24

Install plugin from zip....


RE: Kodi 19 Error logs - marcelofares - 2021-05-24

(2021-05-24, 16:19)Angelinas Wrote: Install plugin from zip....

This plugin is already installed.
https://github.com/CastagnaIT/plugin.vid...master.zip

But the error still persists


RE: Kodi 19 Error logs - Angelinas - 2021-05-24

From your log......
Your version is old...
2021-05-18 15:08:07.167 T:2538580608 NOTICE: ADDON: plugin.video.netflix v1.1.1 installed
From  Mar 24, 2020 
https://github.com/CastagnaIT/plugin.video.netflix/commit/cdbe616add64c178a489633f9c110d145c1e9e22#diff-11beb51e5598d394e3dfcdd282f505fb089203176e38f3ca50b08e2ff5f4e81f

Newest version
<addon id="plugin.video.netflix" name="Netflix" version="1.15.1+matrix.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">


RE: Kodi 19 Error logs - marcelofares - 2021-05-25

(2021-05-24, 20:39)Angelinas Wrote: From your log......
Your version is old...
2021-05-18 15:08:07.167 T:2538580608 NOTICE: ADDON: plugin.video.netflix v1.1.1 installed
From  Mar 24, 2020 
https://github.com/CastagnaIT/plugin.video.netflix/commit/cdbe616add64c178a489633f9c110d145c1e9e22#diff-11beb51e5598d394e3dfcdd282f505fb089203176e38f3ca50b08e2ff5f4e81f

Newest version
<addon id="plugin.video.netflix" name="Netflix" version="1.15.1+matrix.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">


I did the removal of the plugin and the repository I had before and installed the one you sent me, but unfortunately any plugin I try to open, an error appears, as well as any plugin I try to install appears an error, and it all started after I installed this repository.


RE: Kodi 19 Error logs - marcelofares - 2021-05-31

Any suggestion?