• 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 109
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC
qumip Wrote:fekker:

Many thanks for this excellent plugin.

Have a suggestion, and some issues:

In Canada Netflix does not offer DVD service so the Rental History -> Shipped and Rental History -> Returned
menu selections are of no use.

A simple change in the root menu function would reduce the number of key strokes:

Code:
--- ./resources/lib/menu.py.orig    2011-01-21 19:49:58.000000000 -0500
+++ ./resources/lib/menu.py 2011-01-21 20:03:37.000000000 -0500
@@ -260,7 +260,9 @@ def show_root_menu():
    addDirectoryItem(name=SUBMENU0iw, parameters={ PARAMETER_KEY_MODE:MODE0iw }, isFolder=True, thumbnail=os.path.join(resourcePath, 'instant_watch_main.png'))
    if(not IN_CANADA):
       addDirectoryItem(name=SUBMENU0d, parameters={ PARAMETER_KEY_MODE:MODE0d }, isFolder=True, thumbnail=os.path.join(resourcePath, 'disc_by_mail.png'))
-   addDirectoryItem(name=SUBMENUR, parameters={ PARAMETER_KEY_MODE:MODER }, isFolder=True, thumbnail=os.path.join(resourcePath, 'rental_history.png'))
+      addDirectoryItem(name=SUBMENUR, parameters={ PARAMETER_KEY_MODE:MODER }, isFolder=True, thumbnail=os.path.join(resourcePath, 'rental_history.png'))
+   else:
+      addDirectoryItem(name=SUBMENUR3, parameters={ PARAMETER_KEY_MODE:MODER3 }, isFolder=True, thumbnail="special://home/addons/plugin.video.xbmcflicks/resources/rental_history_watched.png")
There are some issues:

1. Browse by Genre: Sometimes, even after waiting 30 - 60 seconds after selecting a genere, the item count in the
Loading Directory window remains at 0. Pressing the Cancel button has no effect. XBMC locks up and the Windows Task
manager must be used to recover control.

2. Recommended, Top 25 New Arrivals, or All New Arrivals: The movie detail shows a Runtime of 0 minutes.

3. Top 25 New Arrivals: TV or All New Arrivals: TV the episodes are not shown, only a single listing.

The log file for a session is available at http://dl.dropbox.com/u/2000894/xbmc-201...40.log.zip

Again, thanks for all your effort. It is very much appreciated.

qumip
0. menu change added
1. there's alot of files to parse, i'll look into adding a counter and limiter to them, it's still going, but some of the genre's result in thousands of movies, xbmc limit's the display to 500, i'll do the same in code, it will eventually finish, but with a slower cpu (atom, neo) it seems to go on forever.
2. Recommended - this should be working, please retry and let me know if it's not
Top New items - These are rss feeds that don't have that data available
3. rss feeds as well, but I had those working at some point, will recheck the code
Reply
Hi Fekker

I'm really excited about getting this work. XP is giving me a real issue. I've re-installed Dharma and the add-on. When launching, i get taken to the Netflix auth page. I agree. Go to my queue, close IE, and return to XBMC. The add-on is on 0% loading (for awhile), when i hit Cancel, aXBMC crashes and I have to force a close.

I've gone thru this entire post and have tried all of the suggestions. I did edit the .py file to include the auth/key code in the xbmc.log file. Once i do that, the add-on gives me a script error when i try and use any function that calls to Netflix.

Log below. I noticed issues with my key being expired. My clock is sync'd perfect to atomic time so I don't 'think' that's the issue.

Thanks!!

09:41:02 T:4360 M:1404080128 NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata
09:41:02 T:4360 M:1404080128 NOTICE: special://home/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC
09:41:02 T:4360 M:1404080128 NOTICE: special://temp/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\cache
09:41:02 T:4360 M:1404080128 NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
09:41:02 T:4360 M:1404080128 NOTICE: Log File is located: C:\Documents and Settings\sfreeman\Application Data\XBMC\xbmc.log
09:41:02 T:4360 M:1404080128 NOTICE: -----------------------------------------------------------------------
09:41:02 T:4360 M:1404059648 NOTICE: Setup SDL
09:41:02 T:4360 M:1403805696 NOTICE: Found screen: Default Monitor on NVIDIA GeForce 7600 GT , adapter 0.
09:41:02 T:4360 M:1403797504 NOTICE: Primary mode: 1280x720 @ 60.00 - Full Screen
09:41:02 T:4360 M:1403801600 NOTICE: load settings...
09:41:02 T:4360 M:1403699200 NOTICE: special://profile/ is mapped to: special://masterprofile/
09:41:02 T:4360 M:1403686912 NOTICE: loading special://masterprofile/guisettings.xml
09:41:02 T:4360 M:1402896384 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402888192 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402736640 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:41:02 T:4360 M:1402712064 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402703872 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
09:41:02 T:4360 M:1402691584 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402679296 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
09:41:02 T:4360 M:1402671104 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videoextensions>
<add>.html</add>
</videoextensions>
</advancedsettings>
09:41:02 T:4360 M:1402662912 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402662912 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402662912 NOTICE: Default DVD Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Video Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Audio Player: paplayer
09:41:02 T:4360 M:1403150336 NOTICE: Loading media sources from special://masterprofile/sources.xml
09:41:03 T:4360 M:1393737728 NOTICE: initializing playlistplayer
09:41:03 T:4360 M:1393721344 NOTICE: DONE initializing playlistplayer
09:41:03 T:4360 M:1388097536 NOTICE: initialize done
09:41:03 T:4360 M:1388277760 NOTICE: Running the application...
09:41:03 T:4360 M:1388265472 NOTICE: Webserver: Starting...
09:41:03 T:4360 M:1387175936 NOTICE: WebServer: Started the webserver
09:41:03 T:4360 M:1387151360 NOTICE: starting upnp renderer
09:41:03 T:4360 M:1386442752 NOTICE: ES: Starting event server
09:41:03 T:5948 M:1386328064 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
09:41:03 T:5948 M:1386225664 NOTICE: UDP: Listening on port 9777
09:41:11 T:4360 M:1374539776 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:11 T:2120 M:1374326784 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
09:41:13 T:2228 M:1367326720 NOTICE: -->Python Interpreter Initialized<--
09:41:14 T:2228 M:1362202624 NOTICE: ##########################################################
09:41:14 T:2228 M:1362194432 NOTICE: Arg1: 0
09:41:14 T:2228 M:1362194432 NOTICE: Arg2:
09:41:14 T:2228 M:1362182144 NOTICE: Mode: 0
09:41:14 T:2228 M:1362182144 NOTICE: ##########################################################
09:41:23 T:1472 M:1363243008 NOTICE: root folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks
09:41:23 T:1472 M:1363243008 NOTICE: working folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
09:41:23 T:1472 M:1363243008 NOTICE: links folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
09:41:23 T:1472 M:1363243008 NOTICE: real link path: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
09:41:23 T:1472 M:1363243008 NOTICE: resource folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources
09:41:23 T:1472 M:1363243008 NOTICE: lib folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib
09:41:23 T:1472 M:1363243008 NOTICE: userinfo folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
09:41:23 T:1472 M:1363243008 NOTICE: USER INFO FILE LOC: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
09:41:23 T:1472 M:1363234816 NOTICE: couldn't load user information from userinfo.txt file
09:41:23 T:1472 M:1363234816 NOTICE: .. getAuth called ..
09:41:23 T:1472 M:1363234816 NOTICE: OSX Setting is set to: False
09:41:23 T:1472 M:1363234816 NOTICE: .. user configured ..
09:41:23 T:1472 M:1362231296 NOTICE: Token result was: Invalid Or Expired Token
09:41:23 T:1472 M:1362751488 NOTICE: If the timestamp shows invalid, your computers date/time is off, sync it to an NTP server or fix it by setting the correct values
09:41:23 T:1472 M:1362751488 ERROR: Error Type: exceptions.KeyError
09:41:23 T:1472 M:1362751488 ERROR: Error Contents: oauth_token
09:41:23 T:1472 M:1362567168 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\default.py", line 26, in ?
import resources.lib.menu as menu
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\menu.py", line 474, in ?
getInstantQueue()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 1319, in getInstantQueue
initApp()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 1314, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 49, in getAuth
tok = netflix.user.getAccessToken( MY_USER['request'] )
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\Netflix.py", line 75, in getAccessToken
accessToken = oauth.OAuthToken.from_string(response.read())
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\oauth.py", line 148, in from_string
key = params['oauth_token'][0]
KeyError: oauth_token
09:41:23 T:4360 M:1362739200 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
09:41:23 T:4360 M:1362739200 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
09:41:23 T:352 M:1362604032 NOTICE: -->Python Interpreter Initialized<--
09:41:23 T:352 M:1361489920 NOTICE: ##########################################################
09:41:23 T:352 M:1361489920 NOTICE: Arg1: 0
09:41:23 T:352 M:1361489920 NOTICE: Arg2: ?mode=0
09:41:23 T:352 M:1361489920 NOTICE: Mode: 0
09:41:23 T:352 M:1361489920 NOTICE: ##########################################################
09:41:23 T:4360 M:1361432576 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:28 T:4360 M:1362149376 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:29 T:4360 M:1361252352 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:29 T:3792 M:1361010688 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
Reply
Quote:12:34:30 T:2958823424 M:880648192 NOTICE: couldn't load user information from userinfo.txt file
12:34:30 T:2958823424 M:880648192 NOTICE: .. getAuth called ..
12:34:30 T:2958823424 M:880648192 NOTICE: OSX Setting is set to: True
12:34:30 T:2958823424 M:880648192 NOTICE: .. user configured ..
12:34:32 T:2958823424 M:883744768 NOTICE: No filter
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:1 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:2 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:3 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:4 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:5 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:6 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:7 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:8 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:9 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:10 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:11 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:12 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:13 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:14 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on tv limiter:15 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:16 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:17 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:18 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:19 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:20 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:21 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:22 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:23 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:24 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:25 of 25
12:34:32 T:2958823424 M:883744768 NOTICE: triggered count on movies limiter:26 of 25
12:34:34 T:2953850880 M:883499008 WARNING: FillBuffer: curl failed with code 22
12:34:34 T:2953850880 M:883499008 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
12:34:34 T:2953850880 M:883236864 WARNING: FillBuffer: curl failed with code 22
12:34:34 T:2953850880 M:883236864 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
12:34:38 T:2687632704 M:886743040 NOTICE: ExternalPlayer Filename: /usr/bin/open
12:34:38 T:2687632704 M:886743040 WARNING: ExternalPlayer: invalid value for warpcursor: none
12:34:38 T:2687632704 M:886743040 NOTICE: ExternalPlayer Tweaks: hideconsole (false), hidexbmc (true), islauncher (false), warpcursor (none)
12:34:38 T:2687632704 M:886759424 NOTICE: OpenFile: /Users/xxxxxx/Library/Application Support/XBMC/userdata/addon_data/plugin.video.xbmcflicks/links/18.html
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Player : /usr/bin/open
12:34:38 T:2954493952 M:886751232 NOTICE: Process: File : /Users/xxxxxx/Library/Application Support/XBMC/userdata/addon_data/plugin.video.xbmcflicks/links/18.html
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Content:
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Args : "{1}"
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Start
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Releasing audio device 1
12:34:38 T:2954493952 M:886751232 NOTICE: Process: Hiding XBMC window
12:34:38 T:2954493952 M:886747136 NOTICE: ExecuteAppLinux: "/usr/bin/open" "/Users/xxxxxx/Library/Application Support/XBMC/userdata/addon_data/plugin.video.xbmcflicks/links/18.html"
12:34:39 T:2954493952 M:876593152 NOTICE: ExecuteAppLinux: Failure: -1
12:34:39 T:2954493952 M:876593152 NOTICE: Process: Stop
12:34:39 T:2954493952 M:876572672 NOTICE: Process: Showing XBMC window
12:34:39 T:2954493952 M:875352064 NOTICE: Process: Reclaiming audio device 1
Okay I can now log in to Netflicks and I get a list of movies and TV shows, but when I click on one all that results is an error that the movie is not available.
Reply
fekker Wrote:0. menu change added
1. there's alot of files to parse, i'll look into adding a counter and limiter to them, it's still going, but some of the genre's result in thousands of movies, xbmc limit's the display to 500, i'll do the same in code, it will eventually finish, but with a slower cpu (atom, neo) it seems to go on forever.
2. Recommended - this should be working, please retry and let me know if it's not
Top New items - These are rss feeds that don't have that data available
3. rss feeds as well, but I had those working at some point, will recheck the code

0. Thanks

1. Or a config option to set the number.

2. Recommended - confirm that the runtime is displayed as 0.
If the regex is changed as shown below runtime is displayed.
Code:
@@ -578,7 +578,7 @@ def getMovieDataFromFeed(curX, curQueueI
     if matchRuntime:
         curX.Runtime = matchRuntime.group(1)
     else:
-        matchRuntime2 = re.search(r"u'runtime': ([\d]*?)}", curQueueItem)
+        matchRuntime2 = re.search(r"u'runtime': (\d*)", curQueueItem)
         if matchRuntime2:
             curX.Runtime = matchRuntime2.group(1)
         else:

It is a pity that Netflix does not provide a consistent data format and documentation.

Again, thanks for your efforts.
Reply
fekker Wrote:fun fun Big Grin overall it's working pretty good for me, no idea how many are using it, as when it works folks don't usually post when things work as they should


Mine works just like it should.Big Grin Thanks a lot

M
Reply
I'm trying to figure out what the "alternate location" setting is for and how I can enable it. I would really like it if you can set a seperate proxy for xbmcflicks. And yes, I don't live in the US, but I do have a friend over from the US that wants to use his netflix (and obviously can't).
Reply
mediumdry Wrote:I'm trying to figure out what the "alternate location" setting is for and how I can enable it. I would really like it if you can set a seperate proxy for xbmcflicks. And yes, I don't live in the US, but I do have a friend over from the US that wants to use his netflix (and obviously can't).

alt location is for auth to the server, something for osx folks to try.

viewing netflix outside of the US (for netflix.com) or Canada (for netflix.ca) is illegal and in no way supported by the plugin
Reply
I just thumbed through this thread and added this addon to my XBMC config, however I noticed that when Netflix is run, it pops open Chrome (my default browser) and I lose control via my Apple Remote. I understand that this is taking a stream via a webpage, but is there any way to wrap that page so that it's controllable via the current remote?

I'm running the latest XBMC w/ the latest version of this addon available via XBMC on a Mac mini w/ OS X 10.6.6.
Reply
I've skimmed through a couple times but there's quite a bit of information in here. I'm pretty much out of the box WRT configs on OSX but I can't get anything to launch

Code:
08:29:23 T:2967375872 M:1144840192  NOTICE: USER INFO FILE LOC: /Users/xxx/Library/Application Support/XBMC/userdata/addon_data/plugin.video.xbmcflicks/userinfo.txt
08:29:23 T:2967375872 M:1144840192  NOTICE: couldn't load user information from userinfo.txt file
08:29:23 T:2967375872 M:1144688640  NOTICE: .. getAuth called ..
08:29:23 T:2967375872 M:1144705024  NOTICE: OSX Setting is set to: False
08:29:23 T:2967375872 M:1144705024  NOTICE: .. user configured ..
08:29:24 T:2967375872 M:1138487296  NOTICE: Token did not contain any errors
08:29:24 T:2967375872 M:1138499584   ERROR: Error Type: webbrowser.Error
08:29:24 T:2967375872 M:1138503680   ERROR: Error Contents: could not locate runnable browser
08:29:24 T:2967375872 M:1138495488   ERROR: Traceback (most recent call last):
                                              File "/Users/xxx/Library/Application Support/XBMC/addons/plugin.video.xbmcflicks/default.py", line 26, in ?
                                                import resources.lib.menu as menu
                                              File "/Users/xxx/Library/Application Support/XBMC/addons/plugin.video.xbmcflicks/resources/lib/menu.py", line 522, in ?
                                                getNewToWatchInstantTopX("0")
                                              File "/Users/xxx/Library/Application Support/XBMC/addons/plugin.video.xbmcflicks/resources/lib/iqueue.py", line 1382, in getNewToWatchInstantTopX
                                                initApp()
                                              File "/Users/xxx/Library/Application Support/XBMC/addons/plugin.video.xbmcflicks/resources/lib/iqueue.py", line 1314, in initApp
                                                user = getAuth(netflixClient,VERBOSE_USER_LOG)
                                              File "/Users/xxx/Library/Application Support/XBMC/addons/plugin.video.xbmcflicks/resources/lib/iqueue.py", line 71, in getAuth
                                                webbrowser.open(url)
                                              File "../Python/Lib/webbrowser.py", line 43, in open
                                                get().open(url, new, autoraise)
                                              File "../Python/Lib/webbrowser.py", line 38, in get
                                                raise Error("could not locate runnable browser")
                                            Error: could not locate runnable browser

Code:
<playercorefactory>
  <players>
    <player name="IE" type="ExternalPlayer">
     <filename>/usr/bin/open</filename>
     <args>"{1}"</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
    </player>
  </players>

  <rules action="prepend">
    <rule name="htm" filetypes="htm" player="IE" />
  </rules>
</playercorefactory>

Code:
<advancedsettings>
  <videoextensions>
    <add>.html</add>
  </videoextensions>
</advancedsettings>

Is there some place that OSX needs to be set to true?
Reply
Hi Fekker

Sorry for the repost, I felt this got lost because I didn't post it correctly.

I'm really excited about getting this to work. XP is giving me a real issue. I've re-installed Dharma and the add-on. When launching, i get taken to the Netflix auth page. I agree, go to my queue, close IE, and return to XBMC. The add-on is stuck on 0% loading (for awhile), when i hit Cancel, XBMC crashes and I have to force a close.

I've gone thru this entire post and have tried all of the suggestions. I did edit the .py file to include the auth/key code in the xbmc.log file. Once i do that, the add-on gives me a script error when i try and use any function that calls to Netflix.

My log is below. I noticed issues with my key being expired. My clock is sync'd perfect to atomic time so I don't 'think' that's the issue.

Any help you can provide is really appreciated.

Thanks!!

Stu

Code:
09:41:02 T:4360 M:1404080128 NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata
09:41:02 T:4360 M:1404080128 NOTICE: special://home/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC
09:41:02 T:4360 M:1404080128 NOTICE: special://temp/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\cache
09:41:02 T:4360 M:1404080128 NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
09:41:02 T:4360 M:1404080128 NOTICE: Log File is located: C:\Documents and Settings\sfreeman\Application Data\XBMC\xbmc.log
09:41:02 T:4360 M:1404080128 NOTICE: -----------------------------------------------------------------------
09:41:02 T:4360 M:1404059648 NOTICE: Setup SDL
09:41:02 T:4360 M:1403805696 NOTICE: Found screen: Default Monitor on NVIDIA GeForce 7600 GT , adapter 0.
09:41:02 T:4360 M:1403797504 NOTICE: Primary mode: 1280x720 @ 60.00 - Full Screen
09:41:02 T:4360 M:1403801600 NOTICE: load settings...
09:41:02 T:4360 M:1403699200 NOTICE: special://profile/ is mapped to: special://masterprofile/
09:41:02 T:4360 M:1403686912 NOTICE: loading special://masterprofile/guisettings.xml
09:41:02 T:4360 M:1402896384 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402888192 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402736640 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:41:02 T:4360 M:1402712064 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402703872 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
09:41:02 T:4360 M:1402691584 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402679296 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
09:41:02 T:4360 M:1402671104 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videoextensions>
<add>.html</add>
</videoextensions>
</advancedsettings>
09:41:02 T:4360 M:1402662912 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402662912 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402662912 NOTICE: Default DVD Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Video Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Audio Player: paplayer
09:41:02 T:4360 M:1403150336 NOTICE: Loading media sources from special://masterprofile/sources.xml
09:41:03 T:4360 M:1393737728 NOTICE: initializing playlistplayer
09:41:03 T:4360 M:1393721344 NOTICE: DONE initializing playlistplayer
09:41:03 T:4360 M:1388097536 NOTICE: initialize done
09:41:03 T:4360 M:1388277760 NOTICE: Running the application...
09:41:03 T:4360 M:1388265472 NOTICE: Webserver: Starting...
09:41:03 T:4360 M:1387175936 NOTICE: WebServer: Started the webserver
09:41:03 T:4360 M:1387151360 NOTICE: starting upnp renderer
09:41:03 T:4360 M:1386442752 NOTICE: ES: Starting event server
09:41:03 T:5948 M:1386328064 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
09:41:03 T:5948 M:1386225664 NOTICE: UDP: Listening on port 9777
09:41:11 T:4360 M:1374539776 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:11 T:2120 M:1374326784 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
09:41:13 T:2228 M:1367326720 NOTICE: -->Python Interpreter Initialized<--
09:41:14 T:2228 M:1362202624 NOTICE: ################################################## ########
09:41:14 T:2228 M:1362194432 NOTICE: Arg1: 0
09:41:14 T:2228 M:1362194432 NOTICE: Arg2:
09:41:14 T:2228 M:1362182144 NOTICE: Mode: 0
09:41:14 T:2228 M:1362182144 NOTICE: ################################################## ########
09:41:23 T:1472 M:1363243008 NOTICE: root folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks
09:41:23 T:1472 M:1363243008 NOTICE: working folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\
09:41:23 T:1472 M:1363243008 NOTICE: links folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\links
09:41:23 T:1472 M:1363243008 NOTICE: real link path: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\links
09:41:23 T:1472 M:1363243008 NOTICE: resource folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources
09:41:23 T:1472 M:1363243008 NOTICE: lib folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib
09:41:23 T:1472 M:1363243008 NOTICE: userinfo folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\
09:41:23 T:1472 M:1363243008 NOTICE: USER INFO FILE LOC: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\userinfo.txt
09:41:23 T:1472 M:1363234816 NOTICE: couldn't load user information from userinfo.txt file
09:41:23 T:1472 M:1363234816 NOTICE: .. getAuth called ..
09:41:23 T:1472 M:1363234816 NOTICE: OSX Setting is set to: False
09:41:23 T:1472 M:1363234816 NOTICE: .. user configured ..
09:41:23 T:1472 M:1362231296 NOTICE: Token result was: Invalid Or Expired Token
09:41:23 T:1472 M:1362751488 NOTICE: If the timestamp shows invalid, your computers date/time is off, sync it to an NTP server or fix it by setting the correct values
09:41:23 T:1472 M:1362751488 ERROR: Error Type: exceptions.KeyError
09:41:23 T:1472 M:1362751488 ERROR: Error Contents: oauth_token
09:41:23 T:1472 M:1362567168 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\default.p y", line 26, in ?
import resources.lib.menu as menu
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\menu.py", line 474, in ?
getInstantQueue()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 1319, in getInstantQueue
initApp()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 1314, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 49, in getAuth
tok = netflix.user.getAccessToken( MY_USER['request'] )
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\Netflix.py", line 75, in getAccessToken
accessToken = oauth.OAuthToken.from_string(response.read())
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\oauth.py", line 148, in from_string
key = params['oauth_token'][0]
KeyError: oauth_token
09:41:23 T:4360 M:1362739200 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
09:41:23 T:4360 M:1362739200 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
09:41:23 T:352 M:1362604032 NOTICE: -->Python Interpreter Initialized<--
09:41:23 T:352 M:1361489920 NOTICE: ################################################## ########
09:41:23 T:352 M:1361489920 NOTICE: Arg1: 0
09:41:23 T:352 M:1361489920 NOTICE: Arg2: ?mode=0
09:41:23 T:352 M:1361489920 NOTICE: Mode: 0
09:41:23 T:352 M:1361489920 NOTICE: ################################################## ########
09:41:23 T:4360 M:1361432576 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:28 T:4360 M:1362149376 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:29 T:4360 M:1361252352 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:29 T:3792 M:1361010688 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
Reply
sfreema1 Wrote:Hi Fekker

Sorry for the repost, I felt this got lost because I didn't post it correctly.

I'm really excited about getting this to work. XP is giving me a real issue. I've re-installed Dharma and the add-on. When launching, i get taken to the Netflix auth page. I agree, go to my queue, close IE, and return to XBMC. The add-on is stuck on 0% loading (for awhile), when i hit Cancel, XBMC crashes and I have to force a close.

I've gone thru this entire post and have tried all of the suggestions. I did edit the .py file to include the auth/key code in the xbmc.log file. Once i do that, the add-on gives me a script error when i try and use any function that calls to Netflix.

My log is below. I noticed issues with my key being expired. My clock is sync'd perfect to atomic time so I don't 'think' that's the issue.

Any help you can provide is really appreciated.

Thanks!!

Stu

Code:
09:41:02 T:4360 M:1404080128 NOTICE: special://masterprofile/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata
09:41:02 T:4360 M:1404080128 NOTICE: special://home/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC
09:41:02 T:4360 M:1404080128 NOTICE: special://temp/ is mapped to: C:\Documents and Settings\sfreeman\Application Data\XBMC\cache
09:41:02 T:4360 M:1404080128 NOTICE: The executable running is: C:\Program Files\XBMC\XBMC.exe
09:41:02 T:4360 M:1404080128 NOTICE: Log File is located: C:\Documents and Settings\sfreeman\Application Data\XBMC\xbmc.log
09:41:02 T:4360 M:1404080128 NOTICE: -----------------------------------------------------------------------
09:41:02 T:4360 M:1404059648 NOTICE: Setup SDL
09:41:02 T:4360 M:1403805696 NOTICE: Found screen: Default Monitor on NVIDIA GeForce 7600 GT , adapter 0.
09:41:02 T:4360 M:1403797504 NOTICE: Primary mode: 1280x720 @ 60.00 - Full Screen
09:41:02 T:4360 M:1403801600 NOTICE: load settings...
09:41:02 T:4360 M:1403699200 NOTICE: special://profile/ is mapped to: special://masterprofile/
09:41:02 T:4360 M:1403686912 NOTICE: loading special://masterprofile/guisettings.xml
09:41:02 T:4360 M:1402896384 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402888192 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402736640 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
09:41:02 T:4360 M:1402712064 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402703872 NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
09:41:02 T:4360 M:1402691584 NOTICE: Loaded playercorefactory configuration
09:41:02 T:4360 M:1402679296 NOTICE: Loaded advancedsettings.xml from special://profile/advancedsettings.xml
09:41:02 T:4360 M:1402671104 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<videoextensions>
<add>.html</add>
</videoextensions>
</advancedsettings>
09:41:02 T:4360 M:1402662912 NOTICE: Getting hardware information now...
09:41:02 T:4360 M:1402662912 NOTICE: Checking resolution 12
09:41:02 T:4360 M:1402662912 NOTICE: Default DVD Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Video Player: dvdplayer
09:41:02 T:4360 M:1402662912 NOTICE: Default Audio Player: paplayer
09:41:02 T:4360 M:1403150336 NOTICE: Loading media sources from special://masterprofile/sources.xml
09:41:03 T:4360 M:1393737728 NOTICE: initializing playlistplayer
09:41:03 T:4360 M:1393721344 NOTICE: DONE initializing playlistplayer
09:41:03 T:4360 M:1388097536 NOTICE: initialize done
09:41:03 T:4360 M:1388277760 NOTICE: Running the application...
09:41:03 T:4360 M:1388265472 NOTICE: Webserver: Starting...
09:41:03 T:4360 M:1387175936 NOTICE: WebServer: Started the webserver
09:41:03 T:4360 M:1387151360 NOTICE: starting upnp renderer
09:41:03 T:4360 M:1386442752 NOTICE: ES: Starting event server
09:41:03 T:5948 M:1386328064 NOTICE: ES: Starting UDP Event server on 127.0.0.1:9777
09:41:03 T:5948 M:1386225664 NOTICE: UDP: Listening on port 9777
09:41:11 T:4360 M:1374539776 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:11 T:2120 M:1374326784 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://
09:41:13 T:2228 M:1367326720 NOTICE: -->Python Interpreter Initialized<--
09:41:14 T:2228 M:1362202624 NOTICE: ################################################## ########
09:41:14 T:2228 M:1362194432 NOTICE: Arg1: 0
09:41:14 T:2228 M:1362194432 NOTICE: Arg2:
09:41:14 T:2228 M:1362182144 NOTICE: Mode: 0
09:41:14 T:2228 M:1362182144 NOTICE: ################################################## ########
09:41:23 T:1472 M:1363243008 NOTICE: root folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks
09:41:23 T:1472 M:1363243008 NOTICE: working folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\
09:41:23 T:1472 M:1363243008 NOTICE: links folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\links
09:41:23 T:1472 M:1363243008 NOTICE: real link path: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\links
09:41:23 T:1472 M:1363243008 NOTICE: resource folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources
09:41:23 T:1472 M:1363243008 NOTICE: lib folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib
09:41:23 T:1472 M:1363243008 NOTICE: userinfo folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\
09:41:23 T:1472 M:1363243008 NOTICE: USER INFO FILE LOC: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcfli cks\userinfo.txt
09:41:23 T:1472 M:1363234816 NOTICE: couldn't load user information from userinfo.txt file
09:41:23 T:1472 M:1363234816 NOTICE: .. getAuth called ..
09:41:23 T:1472 M:1363234816 NOTICE: OSX Setting is set to: False
09:41:23 T:1472 M:1363234816 NOTICE: .. user configured ..
09:41:23 T:1472 M:1362231296 NOTICE: Token result was: Invalid Or Expired Token
09:41:23 T:1472 M:1362751488 NOTICE: If the timestamp shows invalid, your computers date/time is off, sync it to an NTP server or fix it by setting the correct values
09:41:23 T:1472 M:1362751488 ERROR: Error Type: exceptions.KeyError
09:41:23 T:1472 M:1362751488 ERROR: Error Contents: oauth_token
09:41:23 T:1472 M:1362567168 ERROR: Traceback (most recent call last):
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\default.p y", line 26, in ?
import resources.lib.menu as menu
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\menu.py", line 474, in ?
getInstantQueue()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 1319, in getInstantQueue
initApp()
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 1314, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\iqueue.py", line 49, in getAuth
tok = netflix.user.getAccessToken( MY_USER['request'] )
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\Netflix.py", line 75, in getAccessToken
accessToken = oauth.OAuthToken.from_string(response.read())
File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources \lib\oauth.py", line 148, in from_string
key = params['oauth_token'][0]
KeyError: oauth_token
09:41:23 T:4360 M:1362739200 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
09:41:23 T:4360 M:1362739200 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
09:41:23 T:352 M:1362604032 NOTICE: -->Python Interpreter Initialized<--
09:41:23 T:352 M:1361489920 NOTICE: ################################################## ########
09:41:23 T:352 M:1361489920 NOTICE: Arg1: 0
09:41:23 T:352 M:1361489920 NOTICE: Arg2: ?mode=0
09:41:23 T:352 M:1361489920 NOTICE: Mode: 0
09:41:23 T:352 M:1361489920 NOTICE: ################################################## ########
09:41:23 T:4360 M:1361432576 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:28 T:4360 M:1362149376 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 6
09:41:29 T:4360 M:1361252352 WARNING: XFILE::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 0
09:41:29 T:3792 M:1361010688 WARNING: XFILE::CFactoryDirectory::Create - Unsupported protocol(script) in script://

delete userinfo.txt and retry
make sure your timezone is correct as well as the time, it's gotta be within a few minutes or it will fail.


For osx, when you tell it to open, the OS needs to know what to open .html with, check and associate it with the file extension.

My buddy with a Mac will be back in town soon, I'll have him get some details together on what works for settings and such.
Reply
I noticed now my XBMC skin doesn't have the skin's Rated R etc icons. I was thinking when the metadata doesn't have the word "Rated " in the MPAA tag it doesn't show the icon. I use transparency. So I was thinking you could put "Rated R" instead of "R" in the meta data then you don't need to put the Movie rating in the Title.

Also I was wondering why you can't use a webbrowser control. I had a vb6 window that used the webbrowser control and it put a webbrowser window in the program where you could load webpages. you could also send commands to it saying *click on this* etc. I donno what kinda stuff XBMC's scripting is capabilily of. But I think this is how boxee does some things. It appears to load the web pages and remote control it.

also looking forward to being able to rate the movie from the interface Big Grin

keep up the good work.
Reply
Having a minor issue. It's nothing functional, rather an irritation. I have this minor OCD quirk about things, which is part of the reason I use XBMC to begin with.

Anywho, my IQ is alphabetized online. It's the only way I can make due with 384 items. Up until last week, XBMC Flicks had no problem with that. Now everythings in reverse order. The last item in my queue is now the first in XBMC Flicks. When I change the order criteria, it keeps it reversed. Any ideas whats happening there?
Reply
Good morning Fekker,

I deleted the userinfo.txt and verified my time and time zone are correct. I am still getting Script Failed after I try and access my queue. My latest log is posted. Because the character limitation on the post, I am posting the section of the log that contains the netflicks portion. Please let me know if i omitted anything you may require.

Thx for all of your help!!

Code:
09:03:41 T:4564 M:1475792896  NOTICE: -->Python Interpreter Initialized<--
09:03:41 T:4564 M:1475850240  NOTICE: ##########################################################
09:03:41 T:4564 M:1475850240  NOTICE: Arg1: 0
09:03:41 T:4564 M:1475850240  NOTICE: Arg2: ?mode=10
09:03:41 T:4564 M:1475850240  NOTICE: Mode: 10
09:03:41 T:4564 M:1475850240  NOTICE: ##########################################################
09:03:41 T:4564 M:1475846144  NOTICE: root folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks
09:03:41 T:4564 M:1475846144  NOTICE: working folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
09:03:41 T:4564 M:1475846144  NOTICE: links folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
09:03:41 T:4564 M:1475846144  NOTICE: real link path: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\links
09:03:41 T:4564 M:1475846144  NOTICE: resource folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources
09:03:41 T:4564 M:1475846144  NOTICE: lib folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib
09:03:41 T:4564 M:1475846144  NOTICE: userinfo folder: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\
09:03:41 T:4564 M:1475842048  NOTICE: USER INFO FILE LOC: C:\Documents and Settings\sfreeman\Application Data\XBMC\userdata\addon_data\plugin.video.xbmcflicks\userinfo.txt
09:03:41 T:4564 M:1475842048  NOTICE: couldn't load user information from userinfo.txt file
09:03:41 T:4564 M:1475842048  NOTICE: .. getAuth called ..
09:03:41 T:4564 M:1475842048  NOTICE: OSX Setting is set to: False
09:03:41 T:4564 M:1475842048  NOTICE: .. user configured ..
09:03:42 T:4564 M:1480323072  NOTICE: Token result was: Invalid Or Expired Token
09:03:42 T:4564 M:1480323072  NOTICE: If the timestamp shows invalid, your computers date/time is off, sync it to an NTP server or fix it by setting the correct values
09:03:42 T:4564 M:1480323072   ERROR: Error Type: exceptions.KeyError
09:03:42 T:4564 M:1480323072   ERROR: Error Contents: oauth_token
09:03:42 T:4564 M:1480101888   ERROR: Traceback (most recent call last):
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\default.py", line 26, in ?
                                                import resources.lib.menu as menu
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\menu.py", line 474, in ?
                                                getInstantQueue()
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 1319, in getInstantQueue
                                                initApp()
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 1314, in initApp
                                                user = getAuth(netflixClient,VERBOSE_USER_LOG)
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\iqueue.py", line 49, in getAuth
                                                tok = netflix.user.getAccessToken( MY_USER['request'] )
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\Netflix.py", line 75, in getAccessToken
                                                accessToken = oauth.OAuthToken.from_string(response.read())
                                              File "C:\Documents and Settings\sfreeman\Application Data\XBMC\addons\plugin.video.xbmcflicks\resources\lib\oauth.py", line 148, in from_string
                                                key = params['oauth_token'][0]
                                            KeyError: oauth_token
09:03:42 T:5836 M:1480269824   ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
09:03:42 T:5836 M:1480269824   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed
Reply
fekker, I have your addon set up on four different computers (two laptops and two desktops). I'm located in the USA. The OS I am using is Win7 64 bit with the latest XBMC.

For me, everything works GREAT! I have no trouble at all browsing Genres, searching for movies/shows, or watching anything that shows up.

Your plugin is extremely valuable, and I'm sure there are a great number of people using it who have absolutely no troubles. Most of them are probably just too busy watching Netflix to write here! Ha ha..

For me, this is the most important addon for XBMC. I'm certain that as each new person discovers this, he or she appreciates your work immensely!


- Don
Reply
  • 1
  • 16
  • 17
  • 18(current)
  • 19
  • 20
  • 109

Logout Mark Read Team Forum Stats Members Help
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC16