![]() |
|
Icefilms (Icefilms.info) Addon Development Thread - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Icefilms (Icefilms.info) Addon Development Thread (/showthread.php?tid=90315) |
- spoyser - 2011-11-22 18:22 Eldorado Wrote:Can you post a log with the errors? I can click in them and play no problems.. See here for log,; http://pastebin.com/g1KhtWAK I has a quick look and it looks like a 409 error, now not working in v1.0.17 either, I have also noticed quite a few times, it has come up with a Failed to log-in to megaupload account message (even though details are fine), so I guess problem could be at my end. It definately doesn't do any meta_data scraping though, list appears almost instantly, and no thumbnails or backdrops are shown. I noticed a script error when attempting to view Favourites->TV Show but can't now reproduce, probably similar to the one you've seen. - drewlover - 2011-11-22 19:48 Gee, sounds familiar ![]() Also, curious... It seems like only 2% of the shows actually show the metadata in the image section when looking at shows... For example, "New Girl" shows it, but "Big Bang Theory" doesn't. Is this related to the case issue someone mentioned a while back? - Eldorado - 2011-11-22 20:45 spoyser Wrote:See here for log,; Odd how that error is popping up.. does it ever eventually work for you? Might need someone in here who knows more on this type of stuff.. Yep, no meta data was done on those lists yet, working up the code to add them in now.. but that stupid contextmenu error keeps popping up in odd places, doing it now on the homepage lists when I add in meta data - Eldorado - 2011-11-22 20:47 drewlover Wrote:Gee, sounds familiar Not sure what case issue you are referring to.. ? With 1.1.0 pretty much all tv shows should have meta data.. I would flip your percentage to say at least 98% of shows have it from what I've seen in my testing - spoyser - 2011-11-22 21:21 Eldorado Wrote:With 1.1.0 pretty much all tv shows should have meta data.. I would flip your percentage to say at least 98% of shows have it from what I've seen in my testing I'd pretty much agree with Eldorado's figures. - spoyser - 2011-11-23 13:11 Eldorado Wrote:Odd how that error is popping up.. does it ever eventually work for you? Might need someone in here who knows more on this type of stuff. I've been trying all morning (UK based) and no luck, gives the 409 error everytime. One thing I noticed was that just before the reporting of the error in the log file, it shows that the cookie has no value, could this be something to do with it? - Eldorado - 2011-11-23 18:03 spoyser Wrote:I've been trying all morning (UK based) and no luck, gives the 409 error everytime. So.. does this happen only when you go thru the home page categories? If you try to go to that same show/episode via the regular Tv Show menu, does it work thru there? Any similar troubles on the 1.0.17 release? At the point where you are getting the error I don't believe the cookie is supposed to be set, the 'save_cookie' tells us if it should be: Code: 15:51:08 T:26412 M:1879265280 NOTICE: cookie: NoneUnder normal scenario you would see this, it first requests the page that contains the source, then requests again the frame that the actual source list is in.. here it grabs the cookie: Code: 10:58:53 T:7128 NOTICE: referrer: 'http://www.icefilms.info'ps. Finally fixed all the contextmenu errors.. what a pain, I don't understand why it throws a TypeError when adding context menu's when the actual error resides in invalid formats on InfoLabels that you set previously.. and if you don't replace the context menu items, no error.. Any dev's reading that may be able to comment on the odd behavior? - spoyser - 2011-11-23 18:48 Eldorado Wrote:So.. does this happen only when you go thru the home page categories? Yep just double checked and it only happens via the homepage route, it also happens in 1.0.17 (same 409 error) Good to hear you fixed all the contextmenu errors. When I looked at it definately looked like some sort of memory corruption as the error occurred in completely inocuous code (such as a print statement). I assume not replacing the items avoids using the corrupted memory somehow. Just a guess!! - spoyser - 2011-11-23 19:35 The "Other" category doesn't appear to scrape meta_data - k_zeon - 2011-11-23 22:38 Hey Eldorado. Just having a play with Icefilms 1.0.17 and think there may be an issue. I delete the Addon_Data folder for Icefilms and Metahandler so there should be no metadata. Start Icefilms and asks me if I want to download metadata I click No and remind me. I then go to Movies A-Z and Select a Letter. The menu loads very quickly and does not scrape info. If i then navigate the menu, only cached pics are displayed from before and when trying to get Movie info , the page comes up but no info.. Metadata is not being scraped. If i had selected yes to down load meta and a database had been created would it then scrape info. If so then when a user select no, should it not just create an empty database, then next time it still asks to download and just imports data. any idea's |