Page 1 of 3

Scraper Issues

Posted: Wed Sep 18, 2013 9:06 pm
by evan_almighty
Hi Everyone,

Just tried xbmc4xbox tonight (3.3.1), first time this week and am having scraper issues.
During the start up scan, I get the following in a window in the middle of the screen: -

Could not download information
Server is most likely unavailable.
Would you like to continue scanning?
Yes No

I know the xbox has network connectivity as I'm getting the RSS feed and can ping it
fine.
Does anyone else have this issue.
N.B. I've not changed from the default scraper.

Thanks

Re: Scraper Issues

Posted: Thu Sep 19, 2013 11:18 pm
by tmaynor
evan_almighty wrote:Hi Everyone,

Just tried xbmc4xbox tonight (3.3.1), first time this week and am having scraper issues.
During the start up scan, I get the following in a window in the middle of the screen: -

Could not download information
Server is most likely unavailable.
Would you like to continue scanning?
Yes No

I know the xbox has network connectivity as I'm getting the RSS feed and can ping it
fine.
Does anyone else have this issue.
N.B. I've not changed from the default scraper.

Thanks

I am having this same problem

Re: Scraper Issues

Posted: Thu Sep 19, 2013 11:20 pm
by Xphazer
Sadly with no debug log we are just taking, nothing will be solved. :sad:
http://www.xbmc4xbox.org.uk/forum/viewt ... p?f=6&t=65

Re: Scraper Issues

Posted: Fri Sep 20, 2013 5:09 am
by Maza
If your using tmdb you could be having issues, because they shutdown their 2.1 API for good https://www.facebook.com/themoviedb/pos ... 5523127035. This means the API needs to be updated to v3, the coming weekend I'll be pretty busy but after the weekend I'll be looking into this.

Re: Scraper Issues

Posted: Sat Sep 21, 2013 2:31 am
by Redneck9
Movie thumbs and fanart no longer scrape. It will only fetch movie info(Noticed problem 2-3 days ago)

Re: Scraper Issues

Posted: Sun Sep 22, 2013 7:43 pm
by tmaynor
Redneck9 wrote:Movie thumbs and fanart no longer scrape. It will only fetch movie info(Noticed problem 2-3 days ago)

Anyone have a fix for this?

Re: Scraper Issues

Posted: Mon Sep 23, 2013 12:16 am
by shady7
I second that I have been using the movie database but it comes up with Server is most likely unavailable. So I tried using IMDB comes up with movie info but no movie thumbs. Will put up debug log if needed. Cheers

Re: Scraper Issues

Posted: Mon Sep 23, 2013 7:58 pm
by Pablouchka
Waiting for a fix too ;)

Re: Scraper Issues

Posted: Tue Sep 24, 2013 4:19 am
by spinnersp
Maza wrote:If your using tmdb you could be having issues, because they shutdown their 2.1 API for good https://www.facebook.com/themoviedb/pos ... 5523127035. This means the API needs to be updated to v3, the coming weekend I'll be pretty busy but after the weekend I'll be looking into this.
Seems that xml is no longer supported with v3,only supporting json.

Re: Scraper Issues

Posted: Tue Sep 24, 2013 4:42 am
by toocko
So How can this be fixed? Not sure what yous mean by json. Thanks

Re: Scraper Issues

Posted: Tue Sep 24, 2013 10:37 pm
by Xzawier1777
Issues are the same over here in Belgium !! I'm sure somebody's gonna fix this...

Re: Scraper Issues

Posted: Tue Sep 24, 2013 10:53 pm
by odellkevin
Looks like I picked a hell of a time to add about 40 movies to my library. Oh well, I guess it's little blue folders for me. :lol:

Re: Scraper Issues

Posted: Wed Sep 25, 2013 2:39 am
by spinnersp
toocko wrote:So How can this be fixed? Not sure what yous mean by json. Thanks
Not sure if it can be fixed. Json is basically a programming language.Far as I can tell, mainline XBMC is compatible with json,but,unfortunately not XBMC4XBOX is not.

Re: Scraper Issues

Posted: Wed Sep 25, 2013 4:33 am
by Maza
I've looked into this and yes XBMC4XBOX is not compatible with Json. So I don't know how to fix this, but I'm sure someone will come along with a solution.

Re: Scraper Issues

Posted: Wed Sep 25, 2013 12:16 pm
by Dan Dar3
You're confusing the JSON format with the XBMC JSON RPC interface.

Scrapers in XBMC/XBMC4Xbox use regular expression to parse the response, so it's almost irrelevant whether that is plain text, JSON, HTML or XML format - as long as you craft the right RegExp it will be able to read it.

I'll have a look as well later / weekend see if we can fix it - if someone could meanwhile create a Redmine bug ticket (see Development tab) so it can be tracked.

@spinnersp
That's useful information - with the API change they've changed the URLs the scraper makes the calls to and removed the old ones.

Re: Scraper Issues

Posted: Wed Sep 25, 2013 5:48 pm
by Maza
I created a Redmine ticket.

Re: Scraper Issues

Posted: Thu Sep 26, 2013 8:46 am
by Xzawier1777
Hello, I don't know if this will help out,but XBMC is installed on my OUYA console and the TVDB sraper works just fine.
Now I'm heading to get the needed files and bring them to any developper.

Edit: I can't find the TVDB scraper files, but I've found the ImDB scraper ones, here: http://ul.to/v0pv4tm2

Re: Scraper Issues

Posted: Thu Sep 26, 2013 11:29 am
by Dan Dar3
@Everyone
You can watch the ticket Maza created here:
http://redmine.exotica.org.uk/issues/254

Re: Scraper Issues

Posted: Sat Sep 28, 2013 6:35 pm
by roboamiga
Just noticed this issue the other day :(
I take it that it may be a while before moviedb scraper gets fixed so does anyone know any good workarounds?

Re: Scraper Issues

Posted: Sat Sep 28, 2013 9:06 pm
by toocko
A work around is to search for DVD art at IMDB other other site and copy and save jpeg to lets say desktop. Then ftp jpeg file to same folder that your movie is in.Next change file extension to .tbn instead of .jpg and it will load DVD image into XBMC.Note the file has to be named exactly as the movie to work. It is a longer process than using scraper and you don't have synopsis of movie that is why I would prefer using scraper.