• 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 70
[RELEASE] Flix2Kodi - Just another Netflix-Addon
I've been using this add on for a few weeks now with out any issues. Thanks logi85 and all!

However last night it failed on me with this :
Code:
21:00:20 T:139942946547456   ERROR: [plugin.video.flix2kodi] Traceback (most recent call last):
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/addon.py", line 85, in <module>
                                                handle_request()
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/addon.py", line 63, in handle_request
                                                connect.choose_profile()
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/connect.py", line 225, in choose_profile
                                                login.choose_profile()
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/login.py", line 82, in choose_profile
                                                profiles.choose()
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/profiles.py", line 35, in choose
                                                content = connect.load_netflix_site(generic_utility.profile_url, login_process=True)
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/connect.py", line 143, in load_netflix_site
                                                raise ValueError('!HTTP-ERROR2!: '+str(status_code)+' loading: "'+url+'", post: "'+ str(post)+'"')
                                            ValueError: !HTTP-ERROR2!: 401 loading: "http://api-global.netflix.com/desktop/account/profiles?version=2&withCredentials=true", post: "None"
21:00:24 T:139942946547456   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/addon.py", line 92, in <module>
                                                if connect.do_login()==True:
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/connect.py", line 229, in do_login
                                                return login.login()
                                              File "/home/kodi/.kodi/addons/plugin.video.flix2kodi/resources/login.py", line 30, in login
                                                generic_utility.set_setting('language', match[0])
                                            IndexError: list index out of range
                                            -->End of Python script error report<--

The full error message can be found here

I've tried to reset the addon, delete cookies and cache.
Always get the same error.

Any clue?
Reply
I had the addon running fine under OE 6.0.1 . The system updated the addon to 5.0.5 and now don't open Flix2Kodi, just an error dialog box «check in the log for more information»

Code:
20:38:14 T:140122762798976   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.flix2kodi/)
20:38:14 T:140122762798976   DEBUG:   ParentPath = [addons://sources/video]
20:38:14 T:140120950826752   DEBUG: StartScript - calling plugin Flix2Kodi('plugin://plugin.video.flix2kodi/','5','')
20:38:14 T:140120950826752   DEBUG: WaitOnScriptResult - waiting on the Flix2Kodi (id=36) plugin...
20:38:14 T:140118687028992  NOTICE: Thread LanguageInvoker start, auto delete: false
20:38:14 T:140118687028992    INFO: initializing python engine.
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): start processing
20:38:14 T:140118687028992  NOTICE: -->Python Interpreter Initialized<--
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): the source file to load is "/storage/.kodi/addons/plugin.video.flix2kodi/addon.py"
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): setting the Python path to /storage/.kodi/addons/plugin.video.flix2kodi:/storage/.kodi/addons/script.module.requests/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): entering source directory /storage/.kodi/addons/plugin.video.flix2kodi
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): instantiating addon using automatically obtained id of "plugin.video.flix2kodi" dependent on version 2.1.0 of the xbmc.python api
20:38:14 T:140118687028992   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: cannot import name database
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/addon.py", line 10, in <module>
                                                from resources import general
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/general.py", line 7, in <module>
                                                import add
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/add.py", line 10, in <module>
                                                from resources import library
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/library.py", line 12, in <module>
                                                from resources.utility import database
                                            ImportError: cannot import name database
                                            -->End of Python script error report<--
20:38:14 T:140118687028992    INFO: Python script stopped
20:38:14 T:140118687028992   DEBUG: Thread LanguageInvoker 140118687028992 terminating
20:38:14 T:140120950826752   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
20:38:14 T:140122762798976   ERROR: GetDirectory - Error getting plugin://plugin.video.flix2kodi/
20:38:14 T:140122762798976   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.flix2kodi/) failed
20:38:14 T:140122762798976   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video)
20:38:14 T:140122762798976   DEBUG:   ParentPath = [addons://sources/]
20:38:14 T:140118687028992  NOTICE: Thread BackgroundLoader start, auto delete: false
20:38:14 T:140118687028992 WARNING: CreateLoader - unsupported protocol(script) in script://script.navi-x/?content_type=video-poster.jpg
20:38:14 T:140118687028992

The full error message can be found here.

What can I do? Thank you,
Sony XR 55 A80J
Kodi Nexus

Intel Nuc i3 + 4gb ram
OE 4.0.3
Reply
0.5.5 broke on me as well. I haven't checked the logs, but downgrading to 0.5.4 has it working again. If you're having troubles you could try that until the next version is released.
Reply
(2016-02-07, 21:24)javiertoti Wrote: I had the addon running fine under OE 6.0.1 . The system updated the addon to 5.0.5 and now don't open Flix2Kodi, just an error dialog box «check in the log for more information»

Code:
20:38:14 T:140122762798976   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.video.flix2kodi/)
20:38:14 T:140122762798976   DEBUG:   ParentPath = [addons://sources/video]
20:38:14 T:140120950826752   DEBUG: StartScript - calling plugin Flix2Kodi('plugin://plugin.video.flix2kodi/','5','')
20:38:14 T:140120950826752   DEBUG: WaitOnScriptResult - waiting on the Flix2Kodi (id=36) plugin...
20:38:14 T:140118687028992  NOTICE: Thread LanguageInvoker start, auto delete: false
20:38:14 T:140118687028992    INFO: initializing python engine.
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): start processing
20:38:14 T:140118687028992  NOTICE: -->Python Interpreter Initialized<--
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): the source file to load is "/storage/.kodi/addons/plugin.video.flix2kodi/addon.py"
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): setting the Python path to /storage/.kodi/addons/plugin.video.flix2kodi:/storage/.kodi/addons/script.module.requests/lib:/usr/lib/python27.zip:/usr/lib/python2.7:/usr/lib/python2.7/plat-linux2:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload:/usr/lib/python2.7/site-packages:/usr/lib/python2.7/site-packages/gtk-2.0
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): entering source directory /storage/.kodi/addons/plugin.video.flix2kodi
20:38:14 T:140118687028992   DEBUG: CPythonInvoker(36, /storage/.kodi/addons/plugin.video.flix2kodi/addon.py): instantiating addon using automatically obtained id of "plugin.video.flix2kodi" dependent on version 2.1.0 of the xbmc.python api
20:38:14 T:140118687028992   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: cannot import name database
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/addon.py", line 10, in <module>
                                                from resources import general
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/general.py", line 7, in <module>
                                                import add
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/add.py", line 10, in <module>
                                                from resources import library
                                              File "/storage/.kodi/addons/plugin.video.flix2kodi/resources/library.py", line 12, in <module>
                                                from resources.utility import database
                                            ImportError: cannot import name database
                                            -->End of Python script error report<--
20:38:14 T:140118687028992    INFO: Python script stopped
20:38:14 T:140118687028992   DEBUG: Thread LanguageInvoker 140118687028992 terminating
20:38:14 T:140120950826752   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
20:38:14 T:140122762798976   ERROR: GetDirectory - Error getting plugin://plugin.video.flix2kodi/
20:38:14 T:140122762798976   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.flix2kodi/) failed
20:38:14 T:140122762798976   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video)
20:38:14 T:140122762798976   DEBUG:   ParentPath = [addons://sources/]
20:38:14 T:140118687028992  NOTICE: Thread BackgroundLoader start, auto delete: false
20:38:14 T:140118687028992 WARNING: CreateLoader - unsupported protocol(script) in script://script.navi-x/?content_type=video-poster.jpg
20:38:14 T:140118687028992

The full error message can be found here.

What can I do? Thank you,

looks like the same one i had. find library.py and delete the import database line.
Reply
(2016-02-08, 03:57)WonkoDerp Wrote: looks like the same one i had. find library.py and delete the import database line.

THANK YOU, now works again.
Sony XR 55 A80J
Kodi Nexus

Intel Nuc i3 + 4gb ram
OE 4.0.3
Reply
Hi logi85,

unfortunatly the repo seems empty. I can't find any addon to install. Is there any issue with it?

thanks in advance
Reply
Hello, I have a box TV Zidoo X5, I installed Flix Kodi, but suffered from error when I start, what can I do?
Sorry for my english
Thank you
Reply
(2016-02-08, 14:42)lucifaro666 Wrote: Hello, I have a box TV Zidoo X5, I installed Flix Kodi, but suffered from error when I start, what can I do?
Sorry for my english
Thank you
you could start by posting the error...
Reply
Hi logi85,

I've tried again to install from repo but it is still empty so I tried to install the plugin downloaded directly from github and when trying to install it I see an erro regarding unmet dependencies.

I know, probably I'm dong something wrong but I don't know what.

Can you or anyone help me?

Thanks a lot
Reply
(2016-02-08, 19:53)mhoogenbosch Wrote:
(2016-02-08, 14:42)lucifaro666 Wrote: Hello, I have a box TV Zidoo X5, I installed Flix Kodi, but suffered from error when I start, what can I do?
Sorry for my english
Thank you
you could start by posting the error...

here is a screen of the log kodi
log
Reply
just uploaded version 0.5.6
@joandtice : please try, added basic android support. Have only an android emulator where I cannot run netflix, but it could work. Be sure to set Android as browser in addon-settings.

@milox: added chromium to settings. added also scripts for it. modified scripts but cannot test. so please try with chromium as browser in settings. If you need further modifications in scripts, please send and I'll add them.

@pepe_sr: center is not fixed for now but had not the highest priority. what exactly happens if you start playback? Will the browser launch? Some errors in logfile? Which version? (windows, linux, android, macos) which browser?

@translators: thx again, added your translations to this version. also added missing translation. (login refresh...)

@WonkoDerp, javiertoti: with this update this should be fixed

@b.81: dont know which kodi version on which os you use but it sounds like a kodi specific problem since other (me included) could download from repository. you could try to update the repository (there should be an option on context-menu on repository). perhaps you could update kodi to a newer version. I use the newest git build but started development on jarvis. however you should use https://github.com/logi85/logi85.github....85-1.0.zip for installing the repo. you COULD also download this version directly from https://github.com/logi85/logi85.github....-0.5.6.zip , but you should not cause I think it would not be updated automatically installed in this way.

@brendanhoran: please try with this version, added an workaround. Your locale is zh-HK right?

@lucifaro666: it looks like you use an android based box, rihgt? (saw a similar error on emulator today). Please try this version, it's the first one with basic android support. please be sure to select android as browser in addon-settings

puh, lot of informations and big update. good luck guys!
Reply
@logi85: Thanks for the support, now it works, but there is a problem the stock Android browser, does not start the Netflix video, remains on the page with the episodes, is there any solution?

Thank you
Reply
(2016-02-10, 02:08)logi85 Wrote: @pepe_sr: center is not fixed for now but had not the highest priority. what exactly happens if you start playback? Will the browser launch? Some errors in logfile? Which version? (windows, linux, android, macos) which browser?
you are right, i was stingy of informations, when i'll see again that problem i'll try to explain how reproduce it. i'm on windows 10 kodi 15.2 and ie.
Peppe
Reply
Why Yatse can´t send custom keyboard commands to browser if they work on fisical keyboard? I want only Alt+F4 (Quit) and Space button (Pause) functions.
Thanks in advanced. Great addon.
Reply
(2016-02-10, 16:49)Amoghasiddhi Wrote: Why Yatse can´t send custom keyboard commands to browser if they work on fisical keyboard? I want only Alt+F4 (Quit) and Space button (Pause) functions.
Thanks in advanced. Great addon.

Stop and Pause on Yatse will be wonderful Big Grin
Sony XR 55 A80J
Kodi Nexus

Intel Nuc i3 + 4gb ram
OE 4.0.3
Reply
  • 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 70

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Flix2Kodi - Just another Netflix-Addon8