![]() |
|
[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 |
WinXP Error Log - jimbob666 - 2011-01-12 16:59 I searched around for the below error and did not see a past post so I am posting now. I get this error after I try to menus like "Instant Queue: All" This is after a clean install of XP XBMC and a Zip install of 1.0.12 of Flicks. Any help would be great and if ore info is needed let me know. 06:44:08 T:3676 M:622813184 ERROR: Error Type: exceptions.IOError 06:44:08 T:3676 M:622813184 ERROR: Error Contents: invalid mode: r 06:44:08 T:3676 M:622596096 ERROR: Traceback (most recent call last): File "C:\Documents and Settings\user\Application Data\XBMC\addons\spudsdude-XBMC-Flicks-0000e3d\default.py", line 26, in ? import resources.lib.menu as menu File "C:\Documents and Settings\user\Application Data\XBMC\addons\spudsdude-XBMC-Flicks-0000e3d\resources\lib\menu.py", line 415, in ? getInstantQueue() File "C:\Documents and Settings\user\Application Data\XBMC\addons\spudsdude-XBMC-Flicks-0000e3d\resources\lib\iqueue.py", line 1025, in getInstantQueue initApp() File "C:\Documents and Settings\user\Application Data\XBMC\addons\spudsdude-XBMC-Flicks-0000e3d\resources\lib\iqueue.py", line 982, in initApp checkplayercore() File "C:\Documents and Settings\user\Application Data\XBMC\addons\spudsdude-XBMC-Flicks-0000e3d\resources\lib\iqueue.py", line 117, in checkplayercore data = open(str(fileWithData),'r').read() IOError: invalid mode: r 06:44:08 T:3024 M:622690304 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.xbmcflicks/?mode=10 06:44:08 T:3024 M:622690304 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.xbmcflicks/?mode=10) failed 06:44:08 T:180 M:622465024 NOTICE: -->Python Interpreter Initialized<-- - fekker - 2011-01-12 17:12 t_buzz Wrote:Two questions. Well, more a question and a possible suggestion. Yes, you can use any browser you like that works on netflix website, just change the path in the playercoresettings.xml to point to firefox and remove the -k from the args. I pull data from multiple areas, Netflix API (no flag on HD), RSS Feeds (very limited data), and starting with 1.0.12 from the oData source (which will have the flags for HD in there). So the answer is yes and no as some sources that I get the data from don't expose that information. Once I have that data, i need an infolabel to stick it into so XBMC's ui will display it. If you can find the infolabel for it (I'm not sure where it would go), I'll populate it whenever I have the flags in the source data. Quote:I searched around for the below error and did not see a past post so I am posting now.change the folder from spudsdude-XBMC-Flicks-0000e3d to plugins.video.xbmcflicks Recently Watched field. - ottodawg - 2011-01-14 17:37 Hey Fekker, first off great addon, use it all the time. One quick question, or request maybe, on the Roku netflix interface there is a "Recently Watched" field. Would their be any way to incorporate that into xbmc flicks? It's really handy for returning to shows that you haven't finished. Thanks again. A little trouble. - MrImSoGreat - 2011-01-14 22:12 Just one problem I'm having.... I edited the xpl files and everything. I also set it up to open in Firefox. But now when I go to play something from XBMXFLICKS, it opens Firefox but only to the Firefox Google start page. I can't get it to redirect to Netflix. Any help. Might be something to do with me not knowing exactly where to place the .htm file. Please and thank you. - fekker - 2011-01-15 18:32 Quote:Recently WatchedI'll see if i can find the call for it and add it in. MrImSoGreat Wrote:Just one problem I'm having.... make sure there's no -k option in the playercorefactory.xml if your using firefox, that flag is for ie only - MrImSoGreat - 2011-01-16 00:44 So placing an .htm file somewhere doesn't matter? - jimbob666 - 2011-01-16 06:27 fekker Wrote:change the folder from spudsdude-XBMC-Flicks-0000e3d to plugins.video.xbmcflicksOk did the rename and now getting the issue other folks have reported where IE comes up, I give the OK to Netflixs but when I come back to XBMC there is a loading dialog that never ends. Below are my logs. http://pastebin.com/embed_js.php?i=mbrcwsDB UPDATE: Note I have installed the debug add on but did not see any logs from that in the location I gave it. - fekker - 2011-01-17 08:11 jimbob666 Wrote:Ok did the rename and now getting the issue other folks have reported where IE comes up, I give the OK to Netflixs but when I come back to XBMC there is a loading dialog that never ends. turn on verbose user info, it'll output the string you need to open in your browser, and tell ya where to put those keys in the script (iqueue.py) for some reason xp seems to have this issue, haven't seen it on vista/win7. - jimbob666 - 2011-01-17 23:15 First off, thank you for all your responses. fekker Wrote:turn on verbose user info, it'll output the string you need to open in your browser, and tell ya where to put those keys in the script (iqueue.py) Sorry to say I am not sure how to turn on verbose user info. Using the below wiki page I turned on logging to level 3. http://wiki.xbmc.org/index.php?title=Advancedsettings.xml#.3Cloglevel.3E Output below but did not see the key or secret entry in the log. http://pastebin.com/embed_js.php?i=6D8YSkPh Is there a different way or place to turn on verbose user info? I have installed the debug add on but did not see any logs from that in the location I gave it. - fekker - 2011-01-17 23:59 jimbob666 Wrote:First off, thank you for all your responses.My bad, could have explained that better. You will want to go into the addon settings, choose debug and verbose user information. |