• 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 70
[RELEASE] Flix2Kodi - Just another Netflix-Addon
I've cancelled my Netflix subscription for now, probably for the best until a reliably supported kodi solution becomes apparent.
Reply
Done! So should i expect auto updates from now on?
Reply
i think no. probably this is a dead addon
Reply
(2016-12-12, 14:00)filemoon Wrote: Do we have any working Netflix solution for KODI (I'm using LibreElec - linux)?

I'm really sad flix2kodi is not supported anymore ;(
Play it in Chromium.
KODI 20 - LibreELEC 11

Intel NUC 4250U (Haswell) in Abel H2 chassis, Philips 55OLED804
Reply
Guys, @logi85 has commited some code on github 20days back: https://github.com/logi85/plugin.video.f...its/master
So ill assume he is active.

Hope to see you here back again @logi85.

pOpY
Reply
So, I know next to nothing about both Python and the Netflix APIs BUT it seems with some digging (kodi logs, mesing with Flix2Kodi python, and Fiddler) that the interface to Netflix possibly has changed. I see a successful login and the /browse return data. Only when the following is POSTed by Flix2Kodi does it return an EMPTY list but seems to be expecting some data:

https://www.netflix.com/api/shakti/pathE...del=harris

So I am guessing that Netflix has yet again changed its interface. On the good side, the login etc is still working ok ... On the bad side the API is not public and as such is very hard to figure out. And it does not seem to be out there anywhere. And this is why non-official applications have such a hard time with Netflix :-(.

@logi85 come rescue us from Neflix purgatory!
Reply
The project will continue if someone steps up and helps out a bit here. Most probably logi85 is a bit too busy with other stuff right now but I'm sure he will take the time for pull requests.

The issue is indeed that Netflix changed their internal api's again and the only way to figure out what is to debug it step by step which is very time consuming.
I do not have a lot of time atm as my other projects take up all my time but maybe someone else has the time and patience to do some comparing. Best place to start is using the developer mode of the Chrome browser to se what data is retrieved from and posted to netflix.

The flix2kodi simulates the behaviour of the netflix webbrowser interface to do it's magic so it's just a matter of find out what has changed. In the past only a small detail was changed causing the addon to crash.
Reply
Would love to help get this working again. If someone has the time to point me in the right direction. Always wanting to learn something new. Got the DEV panel open in Chrome, just not sure were to start or what I should be looking for.
Reply
I'm getting Microsoft Visual C++ Runtime Error R6034.

http://i.imgur.com/gCNpklH.png
Using Kodi 17, trying to launch Flix2Kodi.
Running Windows 10 Insider Preview.
Kodi Log http://pastebin.com/11JQuzvu
Reply
Hello,

You could find changes to make it work on this github repo : https://github.com/un5ki11ed/plugin.vide...c3c10d3102

Note, the line 289 of get.py
Code:
item = matches['key']


should be :

Code:
item = matches[key]

Hope it could help.

Works for me.
Reply
(2016-12-31, 15:48)tboulogne Wrote: Hello,

You could find changes to make it work on this github repo : https://github.com/un5ki11ed/plugin.vide...c3c10d3102

Note, the line 289 of get.py
Code:
item = matches['key']


should be :

Code:
item = matches[key]

Hope it could help.

Works for me.

you are my hero Big Grin. worked for me too, even without any modification.
thanks a lot.
Reply
(2016-12-31, 15:48)tboulogne Wrote: Hello,

You could find changes to make it work on this github repo : https://github.com/un5ki11ed/plugin.vide...c3c10d3102

Note, the line 289 of get.py
Code:
item = matches['key']


should be :

Code:
item = matches[key]

Hope it could help.

Works for me.

Could not find this in the official add-on files. So I installed flix2kodi from un5ki11ed's git and all is working. Thank you tboulogne for the find and thank you un5ki11ed for your work.
Reply
Hi,

Got this working also from un5ki11eds git. Many thanks for the tip. One quick questions. How do you adjust volume? For me it's passing play, stop, pause etc from the remote. but not volume.

Thanks
Reply
(2016-09-17, 04:29)charl.gale Wrote: I seem to have managed to break something somewhere during a reinstall
could someone please help or point me to where I could find the answer
regards
charl


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\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\addon.py", line 10, in <module>
from resources import general
File "C:\Users\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\general.py", line 7, in <module>
import add
File "C:\Users\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\add.py", line 10, in <module>
from resources import library
File "C:\Users\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\library.py", line 9, in <module>
import get
File "C:\Users\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\get.py", line 18, in <module>
from resources import connect, video_parser
File "C:\Users\mediapc\AppData\Roaming\Kodi\addons\plugin.video.flix2kodi\resources\connect.py", line 15, in <module>
from resources import chrome_cookie
File "C:\Users\mediapc\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<--

has anyone got this addon running in krypton?
Reply
I don't think it works in Krypton. I keep getting this error on a clean install from his git.

Log
Asrock Rog Z390-H | Intel i9 9900K | Windows 10 Pro x64 | Pop!_OS 20.10 |Nvidia Shield TV Pro (2019)
EVGA Hybrid FTW GTX 1070 | Corsair 16GB DDR4
Samsung 500GB SSD | 500GB Nvme SSD |500GB WD Black Nvme SSD |6TB HDD
Reply
  • 1
  • 57
  • 58
  • 59(current)
  • 60
  • 61
  • 70

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