![]() |
|
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC (/showthread.php?tid=87552) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 |
RE: - FMBBurns - 2012-06-26 06:21 (2012-06-26 03:38)xbmcsnapper Wrote: Oops, don't know why I thought you were using OSX. Anyway, the next thing I would suggest is to clear your browser cache completely, and then launch XBMC and try the authorization process again. I'm not sure if this is the cause of the . . . OK, I've cleared the cache in my default browser and IE as well. Still same result. I changed the default browser to IE and same result. I was thinking if I could manually enter the key and secret, then the log would would give a clearer indication of where the problem lies. The script get to line 45 in iqueue.py because I see "..user configured.." , then the very next line is: ERROR: Error Type: <class 'socket.error'> The the traceback says : FFile "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\default.py", line 26, in <module> import resources.lib.menu as menu File "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\resources\lib\menu.py", line 474, in <module> getInstantQueue() File "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\resources\lib\iqueue.py", line 1378, in getInstantQueue initApp() File "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\resources\lib\iqueue.py", line 1373, in initApp user = getAuth(netflixClient,VERBOSE_USER_LOG) File "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\resources\lib\iqueue.py", line 61, in getAuth (tok, url) = netflix.user.getRequestToken() File "C:\Users\XBMCUser\AppData\Roaming\XBMC\addons\spudsdude-XBMC-Flicks-4aa5bcb\resources\lib\Netflix.py", line 45, in getRequestToken response = client.connection.getresponse() File "G:\Program Files (x86)\XBMC\system\python\Lib\httplib.py", line 990, in getresponse response.begin() File "G:\Program Files (x86)\XBMC\system\python\Lib\httplib.py", line 391, in begin version, status, reason = self._read_status() File "G:\Program Files (x86)\XBMC\system\python\Lib\httplib.py", line 349, in _read_status line = self.fp.readline() File "G:\Program Files (x86)\XBMC\system\python\Lib\socket.py", line 427, in readline data = recv(1) I can follow the traceback, but don't understand the code. Bottom line is I geuss that getAuth fails in the script before the browser pops up. ![]() Found these URLs in Netflix.py : REQUEST_TOKEN_URL = 'http://api.netflix.com/oauth/request_token' ACCESS_TOKEN_URL = 'http://api.netflix.com/oauth/access_token' AUTHORIZATION_URL = 'https://api-user.netflix.com/oauth/login' But if I copy these into my broser, they fail. For instance, Chrome shows me this for https://api-user.netflix.com/oauth/login <status> <status_code>400</status_code> <message>oauth_consumer_key is missing</message> </status> But if I simply go to http://netflix.com, I'm logged in and can see my queue. RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - xbmcsnapper - 2012-06-26 07:54 I kept some notes from my trials and tribulations getting XBMCFlicks working (Vista 64) and can't recall whether I ever posted them or not but hopefully this may be of some help. After messing around trying to get the instant queue to work, various browsers, etc, I uninstalled XBMCFlicks, cleared the website URL listed under Silverlight's "Application Storage" tab, deleted all browser caches (IEx86, IE64, and Firefox), and deleted remaining XBMCFlicks folder in addons and userdata, and also deleted the playercorefactory.xml and advancedsettings.xml files in the userdata folder. Then installed the latest version (spudsdude-XBMC-Flicks-1d81b3a) from zip, exited XBMC, renamed the folder to plugin.video.xbmcflicks. Then, upon launching XBMC > XBMCFlicks and selecting Instant Queue, the authorization process seemed to work. First, Firefox was launched and the NetFlix login came up. I input my account info and selected the option to link the account with the browser. Closed the browser and clicked okay on the XBMCFlicks dialog box, and exited out of XBMC. Then upon launching XBMC and XBMCFlicks, XBMCFlicks launched IE and the Netflix login again came up and was manually input and the account linked. Then the browser was closed and the XBMCFlicks dialog box okayed. XBMCFlicks then produced a dialog box that said that XBMC needed to be restarted. Upon restart, everything works except "Experimental Search". Hope that helps. RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - FMBBurns - 2012-06-26 16:40 (2012-06-26 07:54)xbmcsnapper Wrote: I kept some notes from my trials and tribulations getting XBMCFlicks working (Vista 64) and can't recall whether I ever posted them or not but hopefully this may be of some help. ![]() xbmcsnapper, Thanks so much for your help. I will give this a shot this evening and let you know. FMBB RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - PatrickBateman - 2012-06-27 00:51 Hey, Is uk support forthcoming with this app? The first post says us only and Canada is wip but we'd like to buy a Netflix account if we can get it on xbmc in the uk or will this not be an avenue explored? It's bizarre that Netflix don't just create an official plugin for xbmc, considering the're on every other platform around. Thanks Pat~ RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - FMBBurns - 2012-06-27 01:53 (2012-06-26 07:54)xbmcsnapper Wrote: I kept some notes from my trials and tribulations getting XBMCFlicks working (Vista 64) and can't recall whether I ever posted them or not but hopefully this may be of some help. Ok, I followed your instructions step by step. I get the same result when launching the Instant Queue. Script error and. looking at the log, it fails in the exact same place. If I could just get the key and secret, I think I could get the script to go further because it really seems to me to be crashing at getAuth.
RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - xbmcsnapper - 2012-06-27 02:37 (2012-06-27 01:53)FMBBurns Wrote: Ok, I followed your instructions step by step. I get the same result when launching the Instant Queue. Script error and. looking at the log, it fails in the exact same place. If I could just get the key and secret, I think I could get the script to go further because it really seems to me to be crashing at getAuth. Couple more ideas: 1) According to fekker's Post 541, the auth process requires that your computer's clock be accurate. Make sure that's not tripping you up. 2) I know you have been so far unable to get your key/secret. Perhaps the detail in Post 408 might help. Good luck! RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - FMBBurns - 2012-06-27 03:07 (2012-06-27 02:37)xbmcsnapper Wrote: Couple more ideas: OK, thanks. The clock is accurate and synced to Microsoft time server. I saw post 408 and makes great sense. However, the script fails before it ever gets the key and secret. It never pops the browser even. It gets as far as line 45 in netflix.py getrequestToken at the command 'response = client.connection.getresponse()'. But, thanks much for all your help. RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - Ghostdivision - 2012-06-28 12:58 Xbmcsnapper is this still working for you in canada? I was looking at an old post but im having trouble editing the py files, what py editor do you use? RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - xbmcsnapper - 2012-06-28 16:18 (2012-06-28 12:58)Ghostdivision Wrote: Xbmcsnapper is this still working for you in canada? Yes it is still working for me. I use Notepad++ as a code editor. RE: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - edco - 2012-06-28 23:49 I'm using XBMC in a dual monitor. Any way I can get this to open on my TV? When I click a movie it plays on my pc |