Kodi Community Forum
[RELEASE] Flix2Kodi - Just another Netflix-Addon - 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: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: [RELEASE] Flix2Kodi - Just another Netflix-Addon (/showthread.php?tid=254263)



RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Trillian_M1 - 2017-12-16

Hi Guys, Hi Theo23,

I'm getting the exact same error like you do. If anybody has an idea on how to solve this, i'd very interested to know.

Regards,
Trillian_M1 
(2017-11-05, 16:46)Theo23 Wrote: Hey guys,

I get this error below. I read in an earlier post from yamboo-efi that he was looking in to it? Any progress so far? I am using krypton on win10.

regards,

Theo
Code:
15:34:33.473 T:6808   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
15:34:33.996 T:5164   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.ImportError'>
                                           Error Contents: DLL load failed: The specified module could not be found.
                                           Traceback (most recent call last):
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\addon.py", line 10, in <module>
                                               from resources import general
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\general.py", line 7, in <module>
                                               import add
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\add.py", line 10, in <module>
                                               from resources import library
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\library.py", line 9, in <module>
                                               import get
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\get.py", line 18, in <module>
                                               from resources import connect, video_parser
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\connect.py", line 15, in <module>
                                               from resources import chrome_cookie
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\chrome_cookie.py", line 16, in <module>
                                               import win32crypt
                                           ImportError: DLL load failed: The specified module could not be found.
                                           -->End of Python script error report<--
15:34:34.034 T:6808   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.flix2kodi/
15:34:34.034 T:6808   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.flix2kodi/) failed
 Image already added


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Bradford - 2018-01-27

(2017-12-16, 12:49)Trillian_M1 Wrote: Hi Guys, Hi Theo23,

I'm getting the exact same error like you do. If anybody has an idea on how to solve this, i'd very interested to know.

Regards,
Trillian_M1 
(2017-11-05, 16:46)Theo23 Wrote: Hey guys,

I get this error below. I read in an earlier post from yamboo-efi that he was looking in to it? Any progress so far? I am using krypton on win10.

regards,

Theo
Code:
15:34:33.473 T:6808   ERROR: Control 55 in window 10025 has been asked to focus, but it can't
15:34:33.996 T:5164   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                            - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                           Error Type: <type 'exceptions.ImportError'>
                                           Error Contents: DLL load failed: The specified module could not be found.
                                           Traceback (most recent call last):
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\addon.py", line 10, in <module>
                                               from resources import general
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\general.py", line 7, in <module>
                                               import add
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\add.py", line 10, in <module>
                                               from resources import library
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\library.py", line 9, in <module>
                                               import get
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\get.py", line 18, in <module>
                                               from resources import connect, video_parser
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\connect.py", line 15, in <module>
                                               from resources import chrome_cookie
                                             File "C:\Users\Tom\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\chrome_cookie.py", line 16, in <module>
                                               import win32crypt
                                           ImportError: DLL load failed: The specified module could not be found.
                                           -->End of Python script error report<--
15:34:34.034 T:6808   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.flix2kodi/
15:34:34.034 T:6808   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.flix2kodi/) failed
 Image already added   
 Sadly, I got this error too. Trying out KODI as a WMC using Netflix/Amazon Prime replacement. This thing is way too complex for most (including me) just to use. Very confusing interface.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - stafio - 2018-03-27

Has anyone else encountered an issue with "My List" not working anymore?


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - goffa - 2018-03-28

I'm also having the problem with "my lists" not working anymore, makes navigation somewhat tedious.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - yamboo-efi - 2018-03-30

Released Version 0.6.9.

* Fixed searching (Thanks to klondi)
* Fixed superbrowse (Thanks to klondi)
* Fixed my activity recommendations (Thanks to klondi)
* Fixed suggestions.
* Fixed searching inside suggestions

It have been tested on Kodi 17.3 in Linux.

You can grab it from https://github.com/yamboo-efi/plugin.vid...i/releases


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - goffa - 2018-04-03

Thanks yamboo-efi, this has fixed the problem I was having.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - joaorsfonseca - 2018-04-03

Hello guys!! I'm trying to install it but i'm having some problems..
I can't access my account. The credentials are sent, i can choose my Profile but then this happens: 
ImageImageImage


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - gergeo - 2018-04-04

me too.kodi 18.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - stafio - 2018-05-11

I'm having a similar problem now too. I have a kids profile under my account and browsing with that works, but none of the "adult" profiles work.


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - peppe_sr - 2018-05-11

guys if you are on Leia use this 
Peppe


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Juppstein - 2018-05-13

Unless you run Kodi on a penguin Smile


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - goffa - 2018-11-09

Is anyone else having problems logging into netflix via this addon, is it just me or have netflix changed something?


RE: [RELEASE] Flix2Kodi - Just another Netflix-Addon - Wagg - 2018-11-09

Wrong thread.