Kodi Community Forum

Full Version: Running XBMC Flicks with netflix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok everyone,

I am really fed up with trying to get netflix to run on an XBMC box. I can install XBMC flicks manually to the add-on folder and when I run the program through xbmc I try to get my instant que and it says script error. I was able to find out the error. Here's what I got-


20:29:15 T:5488 ERROR: Error Type: <class 'httplib.BadStatusLine'>
20:29:15 T:5488 ERROR: Error Contents:
20:29:15 T:5488 ERROR: Traceback (most recent call last):
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\default.py", line 26, in <module>
import resources.lib.menu as menu
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\menu.py", line 474, in <module>
getInstantQueue()
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 1379, in getInstantQueue
initApp()
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 1374, in initApp
user = getAuth(netflixClient,VERBOSE_USER_LOG)
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\iqueue.py", line 85, in getAuth
tok = netflix.user.getAccessToken( MY_USER['request'] )
File "C:\Program Files\XBMC\addons\spudsdude-XBMC-Flicks-a644263\resources\lib\Netflix.py", line 74, in getAccessToken
response = client.connection.getresponse()
File "C:\Program Files\XBMC\system\python\Lib\httplib.py", line 990, in getresponse
response.begin()
File "C:\Program Files\XBMC\system\python\Lib\httplib.py", line 391, in begin
version, status, reason = self._read_status()
File "C:\Program Files\XBMC\system\python\Lib\httplib.py", line 355, in _read_status
raise BadStatusLine(line)
BadStatusLine
20:29:15 T:4492 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10
20:29:15 T:4492 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed

I also looked at another forum thread and it said something about the following-

First, locate the folder that your userinfo.txt is in. For windows this should be:

C:\Users\username\AppData\Roaming\XBMC\userdata\addon_data\plugin.video.xbmcflic​ks

That file should have in it something that looks like the following:

Code:
requestKey=xxxxxxxxxxxxxxxxxxxxx
requestSecret=xxxxxxxxxxxxxxxxxxxxxx
accessKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
accessSecret=xxxxxxxxxxxxxxxxxx

Chances are if you are having a problem that file is not there or is empty.

I do have that file but it is completely empty. Anyone have any thoughts on all this?