• 1
  • 77
  • 78
  • 79(current)
  • 80
  • 81
  • 102
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 2
(2015-09-07, 11:50)corona Wrote:
(2015-09-07, 10:38)eirki Wrote:
(2015-09-07, 03:01)corona Wrote: alternatively, I plan on integrating pythonjs into my soon-to-be-released selenium based webdriver plugin, such that it can be used to load pages in the background and run all the js to get all the visible content, ie let it handle the ajax calls.

Did you mean do write PhantomJS here? (I tried googling for "pythonjs" but the results didn't seem super relevant). It seems to me like Selenium is the way to go, with a PhantomJS webdriver to scrape content and a Chrome (maybe IE) webdriver to watch it.

I've been using a self-made PhantomJS based solution to scrape my Netflix "My List" into my Kodi Library for the past couple of months and I am very happy it. I'll be looking to polish it and make it publicly available if there is any interest.

Yeah that is what I meant, my webdriver plugin already leverages selenium to get better cross platform control of chrome, and I've even worked on being able to keep chrome in the background to use to get url data rather than using python requests library (to get around ssl issues etc).

There's serious difficulties keeping a persistent chrome&selenium around though, so initially the plugin's going to just start a new chrome each time to watch a show (like the current chrome launcher) but I could spin up a selenium&phantomjs to handle queries where I need js to be executed and/or ajax calls made to get a full page worth of information to display.

If I have more luck keeping a persistent selenium&chrome in the background though that'll be better than having to ship a binary of phantomjs with the plugin.


will this work with chromium under openelec too?
Reply
(2015-09-11, 06:18)Crashinc25 Wrote: So, 78 pages later, where can I find the newest (any version) of the alelec repository .zip? Appears there is a 404 error for your link. http://www.alelec.net/kodi/repository.alelec.zip
Am I missing something or just ignorant to everything recent?

Yeah whoops, I've been making changes to my server.
The /kodi URLs fine so I assumed I had it all working. Didn't realise the zips were down.
I'm busy tonight, should have them working in the next day or two.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-09-11, 08:53)marv_el Wrote:
(2015-09-07, 11:50)corona Wrote: Yeah that is what I meant, my webdriver plugin already leverages selenium to get better cross platform control of chrome, and I've even worked on being able to keep chrome in the background to use to get url data rather than using python requests library (to get around ssl issues etc).

will this work with chromium under openelec too?

Unfortunately not initially, as I don't think there's any support for chrome with selenium on arm ( ie rpi ) because the chromium project only has x86 versions on the chromedriver interface.

It might be possible to compile chromedriver for openelec, not sure though.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
(2015-09-11, 09:01)corona Wrote:
(2015-09-11, 06:18)Crashinc25 Wrote: So, 78 pages later, where can I find the newest (any version) of the alelec repository .zip? Appears there is a 404 error for your link. http://www.alelec.net/kodi/repository.alelec.zip
Am I missing something or just ignorant to everything recent?

Yeah whoops, I've been making changes to my server.
The /kodi URLs fine so I assumed I had it all working. Didn't realise the zips were down.
I'm busy tonight, should have them working in the next day or two.

The zip's are working again, really weird issue... not sure that the fix is permanent but I'm in the middle of building a new repo hosting system anyway that'll replace my current shitty one soon.
alelec kodi repo, hosting my binary addons not eligible for the official repo .
netflix, sbs ondemand, webdriver etc.

http://kodi.alelec.net/
Reply
well you make an add on for xfinity tv go.. similar to the netflix addon?
Reply
(2015-09-11, 21:42)TayVeon Wrote: well you make an add on for xfinity tv go.. similar to the netflix addon?

Post reported, can't ask about that trash here.
Reply
is this not an add on thread
Reply
Exclamation 
I am having trouble with the add-on. I am using Kodi v15 and NetfliXBMC 1.3.4.
When setting it to Single user mode(faster) it opens the add-on with menu's but nothing can be pulled from Netflix
when user chose user. the who's watching pop's up with no user profiles to select. I am assuming there is a login problem. Although I check it 4 times.

I have my report Log here.
Code:
260.16:47:13 T:12748  NOTICE: -->Python Interpreter Initialized<--


261.16:47:15 T:12748   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--


262.                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!


263.                                            Error Type: <class 'urllib2.HTTPError'>


264.                                            Error Contents: HTTP Error 500: Internal Server Error


265.                                            Traceback (most recent call last):


266.                                              File "C:\Users\****\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 977, in <module>


267.                                                listVideos(url, type)


268.                                              File "C:\Users\******\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 166, in listVideos


269.                                                listVideo(videoID, "", "", False, False, type)


270.                                              File "C:\Users\*****\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 255, in listVideo


271.                                                videoDetails = getVideoInfo(videoID)


272.                                              File "C:\Users\******\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 447, in getVideoInfo


273.                                                content = opener.open(urlMain+"/JSON/BOB?movieid="+videoID).read()


274.                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 410, in open


275.                                                response = meth(req, response)


276.                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 523, in http_response


277.                                                'http', request, response, code, msg, hdrs)


278.                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 448, in error


279.                                                return self._call_chain(*args)


280.                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 382, in _call_chain


281.                                                result = func(*args)


282.                                              File "C:\Program Files (x86)\Kodi\system\python\Lib\urllib2.py", line 531, in http_error_default


283.                                                raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)


284.                                            HTTPError: HTTP Error 500: Internal Server Error


285.                                            -->End of Python script error report<--


286.16:47:15 T:4932   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall


287.16:47:15 T:4932   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=movie&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall) failed

Thanks for any help.
Reply
(2015-09-11, 23:28)TayVeon Wrote: is this not an add on thread
How many responses do you need before getting banned?
Read the forum rules. Xunity.TV is banned.
Reply
Hi

I'm at my whits end - installing Netflixbmc (1.3.4 according to the screen) on brand new 15.1 Kodi and all runs but when it goes to download metadata to fill the lists it informs me Nextflixbmc error please check the logs.

The only log I can find under Kodi has the errors listed below and this is despite a complete reinstall and uninstalling/reinstalling the app a few times.

hoping someone can point me in the right direction.

I have used the URL in the browser:
http://www.netflix.com/MyList?leid=595/link=seeall

and can get my list so it's something in the add-on or setup and not access/priveleges etc

Darren

09:30:04 T:5784 NOTICE: -->Python Interpreter Initialized<--
09:30:06 T:5784 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'match' referenced before assignment
Traceback (most recent call last):
File "C:\Users\Darren\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 977, in <module>
listVideos(url, type)
File "C:\Users\Darren\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 164, in listVideos
for videoID in match:
UnboundLocalError: local variable 'match' referenced before assignment
-->End of Python script error report<--
09:30:06 T:9920 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=http%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83
09:30:06 T:9920 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=http%3a%2f%2fwww.netflix.com%2fWiGenre%3fagid%3d83) failed
09:30:06 T:7512 NOTICE: Thread LanguageInvoker start, auto delete: false
09:30:06 T:7512 NOTICE: -->Python Interpreter Initialized<--
09:30:06 T:3380 NOTICE: Thread BackgroundLoader start, auto delete: false
09:30:13 T:1360 NOTICE: Thread LanguageInvoker start, auto delete: false
09:30:13 T:1360 NOTICE: -->Python Interpreter Initialized<--
09:30:19 T:1360 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnboundLocalError'>
Error Contents: local variable 'match' referenced before assignment
Traceback (most recent call last):
File "C:\Users\Darren\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 977, in <module>
listVideos(url, type)
File "C:\Users\Darren\AppData\Roaming\Kodi\addons\plugin.video.netflixbmc\default.py", line 164, in listVideos
for videoID in match:
UnboundLocalError: local variable 'match' referenced before assignment
-->End of Python script error report<--
09:30:19 T:9920 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall
09:30:19 T:9920 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&type=tv&url=http%3a%2f%2fwww.netflix.com%2fMyList%3fleid%3d595%26link%3dseeall) failed
09:30:19 T:5032 NOTICE: Thread LanguageInvoker start, auto delete: false
Reply
Delete addon. Read first post. Then read first post again.
Reply
(2015-09-13, 01:55)Soli Wrote: Delete addon. Read first post. Then read first post again.

Still had old repo and new one not enabled Sad

It's the simple things that get you...

Next to solve the empty retrieved lists...
Reply
I tried to install it numerous times yesterday. It won't install for me. I even updated Kodi in case it might help. Nothing. If there is an error on the screen anywhere, I can't see it. I click Install, and it seems to be that just nothing happens. I can do it over and over...it never seems to install.
Reply
(2015-09-13, 04:12)darrward Wrote:
(2015-09-13, 01:55)Soli Wrote: Delete addon. Read first post. Then read first post again.

Still had old repo and new one not enabled Sad

It's the simple things that get you...

Next to solve the empty retrieved lists...

(2015-09-14, 04:03)mystik Wrote: I tried to install it numerous times yesterday. It won't install for me. I even updated Kodi in case it might help. Nothing. If there is an error on the screen anywhere, I can't see it. I click Install, and it seems to be that just nothing happens. I can do it over and over...it never seems to install.

Please re-read the very first post of this thread. The addon is broken for the most part and the dev stated a handful of pages back that they aren't giving any high priority to fixing Netflixbmc - which is unfortunate because I relied on it heavily.
Reply
Hi Guys... I know this forum page has had a lot of activity recently due to people having errors..
Unfortunately I'm about to add to the list of issues Sad
I have installed the latest netflixbmc 1.3.4 on Kodi Isengard, have configured to get the login working correctly as it finds my profiles etc.
My problem is in the results list, and having read through the last 5 pages of this forum I haven't found one similar to my issue.

It doesn't matter what I select, every list is empty, only giving the back option. I have checked the log on debug, and even with a search that does return a result (NOTICE: URL: https://www.netflix.com JSON/BOB?movieid=70171942) the following lines are DEBUG: Saving fileitems [plugin://plugin.video.netflixbmc/?mode=search&thumb&type=tv&url]
06:05:13 T:8100 DEBUG: -- items: 1, sort method: 0, ascending: false
So somewhere between finding the result which does exist, and saving it, the result is being lost or misread.

Does anyone know what could be done to correct this? possibly a simple change in the default.py? unfortunately I'm a C# coder and no nothing of python, so hopefully someone here has some ideas.
Reply
  • 1
  • 77
  • 78
  • 79(current)
  • 80
  • 81
  • 102

Logout Mark Read Team Forum Stats Members Help
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux) - Thread 217