• 1
  • 29
  • 30
  • 31(current)
  • 32
  • 33
  • 86
[RELEASE] NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
I have this all working on Windows 7 with Gotham beta. The only odd thing I get is a popup when opening a stream that says Remote share Could not connect to network server. Video plays and I can close it. Error remains in background after I close video I just click ok to close the message.

09:22:21 T:6476 NOTICE: -->Python Interpreter Initialized<--
09:22:23 T:6476 WARNING: CVideoInfoTag::GetDurationFromMinuteString <runtime> should be in minutes. Interpreting '' as 0 minutes
09:22:23 T:4728 WARNING: Previous line repeats 5 times.
09:22:23 T:4728 NOTICE: Thread BackgroundLoader start, auto delete: false
09:22:26 T:6308 NOTICE: Thread LanguageInvoker start, auto delete: false
09:22:26 T:6308 NOTICE: -->Python Interpreter Initialized<--
09:22:27 T:7264 NOTICE: Thread BackgroundLoader start, auto delete: false
09:22:31 T:6980 NOTICE: Thread LanguageInvoker start, auto delete: false
09:22:31 T:6980 NOTICE: -->Python Interpreter Initialized<--
09:22:31 T:5176 NOTICE: Thread BackgroundLoader start, auto delete: false
09:22:34 T:7728 NOTICE: Thread LanguageInvoker start, auto delete: false
09:22:34 T:7728 NOTICE: -->Python Interpreter Initialized<--
09:22:35 T:2808 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=playVideo&url=70196252
09:22:35 T:2808 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=playVideo&url=70196252) failed
09:22:35 T:4176 NOTICE: Thread LanguageInvoker start, auto delete: false
09:22:35 T:4176 NOTICE: -->Python Interpreter Initialized<--
09:22:35 T:3568 NOTICE: Thread BackgroundLoader start, auto delete: false
09:22:35 T:6680 NOTICE: Thread LanguageInvoker start, auto delete: false
09:22:35 T:6680 NOTICE: -->Python Interpreter Initialized<--
09:24:47 T:7016 NOTICE: Thread JobWorker start, auto delete: true


::EDIT:: Found out that this network error is not related to this plugin. Got error when opening another plugin. Still don't know why yet though. I am on Gotham so it could be that.
Reply
Hey AddOnScriptorDE,

This plugin has been working great for a while now. Thanks again!

I note that the Amazon Chrome plugin that Romans was going to be working on is dead in the water, and he's referred back to you for a final product. Any idea when that might happen?

I would love for my purchased content (and prime VOD) to be accessible and able to be imported into my library in the exact same way that Netflix is! I think it would be very popular.
Reply
(2014-03-13, 15:24)mzup Wrote: I have this all working on Windows 7 with Gotham beta. The only odd thing I get is a popup when opening a stream that says Remote share Could not connect to network server.
Video plays and I can close it. Error remains in background after I close video I just click ok to close the message.

::EDIT:: Found out that this network error is not related to this plugin. Got error when opening another plugin. Still don't know why yet though. I am on Gotham so it could be that.

This is same error message I get - I am also on Gotham but running in Linux.
Similarly, also for me, it just moves past the error and will continue to the website - on closing down Chrome, can just close the error and continue.
The only time I have seen it personally is when running the Chrome Launcher
Actually if I launch a website directly from Chrome Launcher, (either the two existing links or adding a Netflix link there) the error occurs - so is something in the ChromeLauncher config
Reply
Hi guys,

I'm struggling to get this add-on working. I keep getting a 'script failed!' error whenever I try open one of the options in the add-on, such as selecting "Genres" etc.

I'm no good at figuring out what the issue is from the log file, so if anyone can take a quick look it will be greatly appreciated!

http://xbmclogs.com/show.php?id=149499
Reply
I've just installed Netflixbmc and i got by the login error but now i see nothing when i click tv shows or any other of the menu options, it doesnt show the titles or anything
Reply
(2014-03-15, 02:15)DEcosse Wrote:
(2014-03-13, 15:24)mzup Wrote: I have this all working on Windows 7 with Gotham beta. The only odd thing I get is a popup when opening a stream that says Remote share Could not connect to network server.
Video plays and I can close it. Error remains in background after I close video I just click ok to close the message.

::EDIT:: Found out that this network error is not related to this plugin. Got error when opening another plugin. Still don't know why yet though. I am on Gotham so it could be that.

This is same error message I get - I am also on Gotham but running in Linux.
Similarly, also for me, it just moves past the error and will continue to the website - on closing down Chrome, can just close the error and continue.
The only time I have seen it personally is when running the Chrome Launcher
Actually if I launch a website directly from Chrome Launcher, (either the two existing links or adding a Netflix link there) the error occurs - so is something in the ChromeLauncher config

I posted a patch a few pages back.

http://forum.xbmc.org/showthread.php?tid...pid1636063

Chrome launcher also has the problem but needs a separate patch.
Reply
(2014-03-01, 03:27)AddonScriptorDE Wrote: Hey,
first - sorry for the late reply. I'm just too busy last weeks.
Netflix changed some small thing on login, so the addon wasn't working for new users.
To fix this, change line 473 of default.py to:
Code:
content = opener.open("http://movies.netflix.com/Login").read()

I'll try to answer/solve the other questions/problems (and release an update) next week...

Greetings,
asde


Hope this helps others as it was a pain to finally resolve the "You are not signed in" issue.

As mentioned above, edit the default.py file found at the following locations

linux ~/.xbmc/userdata/addon_data/plugin.video.netflixbmc
or
windows %appdata%\XBMC\userdata\addon_data\plugin.video.netflixbmc

BUT! it only worked for me after using a lowercase l when adding the word login to the "def login" section mentioned above. (c&p of the code above did not work so use the following with lowercase l.
Code:
content = opener.open("http://movies.netflix.com/login").read()
Reply
Thanks for the above. I think i did everything correctly. I can see the Netflixxbmc under Video Add ons- Click on it and I see a working window in the bottom corner of the screen. I then opens up a new window with about 8 folders in it - mylist, viewing activity, latest etc etc. Click on a folder and working window again appears. Then I get the " You are not logged in message. Please restart add-on" I have unistalled and reinstalled and no change. I have tried to find the default.py file to edit but can't locate it. .. I had to unhide some folders to find where I think the file is. On my machine it appears to be under Users/Me/Appdata/Roaming/XBMC/userdata/addon_data/plugin.video.netflixxbmc. There are 2 folders - 1 x cache and 1 x library and one xml document called settings. Am I looking in the wrong place. ?

When I open the settings xml file, its about 20 lines long..Obviously the wrong file.

Cheers for any tips or pointers..
Reply
(2014-03-16, 08:50)wittzter Wrote: [quote='AddonScriptorDE' pid='1640325' dateline='1393637253']
Hey,
first - sorry for the late reply. I'm just too busy last weeks.
Netflix changed some small thing on login, so the addon wasn't working for new users.
To fix this, change line 473 of default.py to:
Code:
content = opener.open("http://movies.netflix.com/Login").read()

I'll try to answer/solve the other questions/problems (and release an update) next week...

Greetings,
asde


Hope this helps others as it was a pain to finally resolve the "You are not signed in" issue.

As mentioned above, edit the default.py file found at the following locations

linux ~/.xbmc/userdata/addon_data/plugin.video.netflixbmc
or
windows %appdata%\XBMC\userdata\addon_data\plugin.video.netflixbmcua

BUT! it only worked for me after using a lowercase l when adding the word login to the "def login" section mentioned above. (c&p of the code above did not work so use the following with lowercase l.
Code:
content = opener.open("http://movies.netflix.com/login").read()
[/qfox 15 uote]

I'm a new user. I've tried the above, and for me it doesn't work. Then again, in standalone mode, my chrome browser can show Netflix movies only with pipelight, emulating Firefox 15 under windows using the Chrome UA spoofer.

I turned on debugging, and found this -- could it somehow have something to do with it?

12:39:49 T:140470635829184 ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiGenre%3fagid%3d83%26pn%3d1%26np%3d1%26actionMethod%3djson
Reply
(2014-03-16, 06:03)presslab Wrote: I posted a patch a few pages back.

http://forum.xbmc.org/showthread.php?tid...pid1636063

Chrome launcher also has the problem but needs a separate patch.

Thank you - I had searched through the thread (& also the chrome launcher thread) but somehow missed this

Does the problem perhaps actually originate in the Chrome Launcher however (since it comes up when that add-on is launched)


(2014-02-25, 02:26)ricardosunnie Wrote: ... How to apply this patch?

As was asked earlier - how do you apply this patch - does the code go in the default.py in the plugin.video.netflixbmc?
This is changing the code at lines 653, 683 and 718 (adding the '+' qualifiers) - yes?

And what would you do to resolve the chrome launcher issue?
Same? (I haven't looked at the default.py in there yet)
Reply
Well, I was hoping it would make it into mainline, and individuals would not need to patch it. But otherwise it works like any other patch, put it in the same folder that you mention as say file.patch, and run "patch -p0 < file.patch"

Chrome launcher needs similar changes, look at the patch I did and see what it's doing... The bug is in the way the list is created, and the bug exists in both plugins.
Reply
Thank you!
I tired to do as you suggest but:

Code:
patch -p0 < file.patch
patching file default.py
patching file default.py
Hunk #1 FAILED at 653 (different line endings).
Hunk #2 FAILED at 683 (different line endings).
patch: **** malformed patch at line 35: params = parameters_string_to_dict(sys.argv[2])


Could one just manually edit & delete the '-' line & replace/add those additional '+' lines to the default.py?
That looks to be the only difference?

edit- that ^ (manual edit) is what I did and it was successful!

Onto the Chrome-launcher next ..........
That appears to be just changing lines 231 & 241 to "False"?
Doing that ^ also successfully eliminated the error in ChromeLauncher

Much appreciated presslab - added +1 to your reputation


(2014-03-16, 19:55)presslab Wrote: Well, I was hoping it would make it into mainline, and individuals would not need to patch it.

Maybe asde can look at incorporating this at same time as the 'login' code is fixed?
Reply
Smile 
This is my second post to this thread, so hopefully this one might garner some feedback. Smile Please see my log below, in reference to my questions:

http://xbmclogs.com/show.php?id=150741

This is what I get upon launching version 1.2.5 NetflixBMC:

Image

I've re-installed Netflixbmc, added the line 473 fix with a lowercase "L," and seem to have gotten further than I have before--I can now see my profiles listed in the add-on when I launch it, but selecting a profile gives me the error on line 885 of my linked log file, and the screenshot in this post. Troubleshooting has included:

  1. As previously mentioned several threads before, UAC in my Win7 has been deactivated.
  2. I've added "Users" in permissions to the add-on's directory, with "Full Control" rights
  3. I've done both single-sign on and prompt for profile options in NetflixBMC, only to get the same error that I get in line 885

Any thoughts, anyone? I'm running Windows 7 Ultimate, SP 1 for an OS. XBMC version 13.0-ALPHA7. I look forward to anyone's feedback on the matter. Thanks in advance and good weekend to all!
Reply
I'm running frodo on lubuntu, and getting the profile dir error [log below].

Ive tried single user mode and profile select option but no joy, in the case of the latter the 'Who's Watching' dialog presents but with no content.

Id really appreciate any advice.

Thanks Smile

==============

18:22:21 T:2825833280 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', '/home/danm/.xbmc/userdata/addon_data/plugin.video.netflixbmc/profile')
Traceback (most recent call last):
File "/home/danm/.xbmc/addons/plugin.video.netflixbmc/default.py", line 735, in <module>
listVideos(url)
File "/home/danm/.xbmc/addons/plugin.video.netflixbmc/default.py", line 116, in listVideos
setProfile()
File "/home/danm/.xbmc/addons/plugin.video.netflixbmc/default.py", line 509, in setProfile
fh = open(profileFile, 'r')
IOError: (2, 'No such file or directory', '/home/danm/.xbmc/userdata/addon_data/plugin.video.netflixbmc/profile')
-->End of Python script error report<--
18:22:21 T:3037284096 ERROR: GetDirectory - Error getting plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiRecentAdditionsGallery%3fnRR%3dreleaseDate%26nRT%3dall%26pn%3d1%26np%3d1%26actionMethod%3djson
18:22:21 T:3037284096 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflixbmc/?mode=listVideos&thumb&url=http%3a%2f%2fmovies.netflix.com%2fWiRecentAdditionsGallery%3fnRR%3dreleaseDate%26nRT%3dall%26pn%3d1%26np%3d1%26actionMethod%3djson) failed
18:22:21 T:2825833280 NOTICE: Thread Background Loader start, auto delete: false
18:22:34 T:2868910912 NOTICE: Previous line repeats 1 times.
18:22:34 T:2868910912 ERROR: Unable to find plugin
18:22:34 T:3037284096 ERROR: GetDirectory - Error getting plugin://
18:22:34 T:3037284096 ERROR: CGUIMediaWindow::GetDirectory(plugin://) failed
18:22:34 T:2825833280 NOTICE: Thread Background Loader start, auto delete: false
18:23:03 T:3037284096 NOTICE: Storing total System Uptime
18:23:03 T:3037284096 NOTICE: Saving settings
18:23:03 T:3037284096 NOTICE: stop all
18:23:03 T:3037284096 NOTICE: ES: Stopping event server
18:23:03 T:3037284096 NOTICE: stopping zeroconf publishing
18:23:04 T:2860518208 NOTICE: ES: UDP Event server stopped
18:23:04 T:3037284096 NOTICE: stop dvd detect media
18:23:04 T:3037284096 NOTICE: stop sap announcement listener
18:23:04 T:3037284096 NOTICE: clean cached files!
18:23:04 T:3037284096 NOTICE: unload skin
18:23:04 T:3037284096 WARNING: Cleanup: Having to cleanup texture button-nofocus.png
18:23:04 T:3037284096 NOTICE: stop python
18:23:04 T:3037284096 NOTICE: stopped
18:23:04 T:3037284096 NOTICE: destroy
18:23:04 T:3037284096 NOTICE: closing down remote control service
18:23:04 T:3037284096 NOTICE: unload sections
18:23:05 T:3037284096 NOTICE: destroy
18:23:05 T:3037284096 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
18:23:05 T:3037284096 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
18:23:05 T:3037284096 NOTICE: closing down remote control service
18:23:05 T:3037284096 NOTICE: unload sections
18:23:05 T:3037284096 NOTICE: application stopped...
Reply
Any idea why I only see 1 x cache and 1 x library and one xml document called settings in the plugin.video.netflixbmcua folder when everyone else sees a bundle of files + the magical default.py file ?

I have "show hidden files" selected in the Windows OS ..Is there another setting I am missing? This is so I can correct the default.py entry so that I can login to netflix using the xmbc addon.

Thanks for some help

Ged
Reply
  • 1
  • 29
  • 30
  • 31(current)
  • 32
  • 33
  • 86

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