ES scraper error
-
I am having exactly the same problem, all of a sudden scrapping on Emulation Station started to fail, is it because I updated my retropie packages to the latest and something got broken?
-
I'm having the same problem. And I also did updated my RetroPie to the latest build.
However, I think I found the reason why that happened, and it seems that the issue is still on thegamesdb.net's end.
I tried using thegamesdb.net API, and this is what I came up with:
http://thegamesdb.net/api/GetGamesList.php?name=batman
is working normally, and I can get a valid XML:
<?xml version="1.0" encoding="UTF-8"?>
<Data>
<Game>
<id>33228</id>
<GameTitle>Batman</GameTitle>
<ReleaseDate>06/08/1990</ReleaseDate>
<Platform>PC</Platform>
</Game>
<Game>
<id>35375</id>
<GameTitle>Batman</GameTitle>
<ReleaseDate>01/01/1986</ReleaseDate>
<Platform>Sinclair ZX Spectrum</Platform>
</Game>
etc...However, when I try to get all the data for a single game ID (let's use the first game ID on the XML Response above: 33228):
http://thegamesdb.net/api/GetGame.php?id=33228
I get 503 Service Unavailable error.And when I try to do this:
http://thegamesdb.net/api/GetArt.php?id=33228
to extract the image for this game, I get CloudFlare 502 Error.So it seems that the API is still not working even though thegamesdb.net is.
Can anyone else confirm this as well? Are API links working on someone else's network?
p.s. API Information has been extracted here: http://wiki.thegamesdb.net/index.php/API_Introduction
-
Same
After the update scraper doesn't work anynore. -
@ducksalmon As the previous poster indicated, it seems to be a problem with the source site (thegamesdb.net) and their API, not particularly tied to any RetroPie updates.
-
Yup, me too having the same problem with the same error code popping up. Sucks cause I just added a bunch of games and almost have my build done and now cant scrape the damn new ones. Well, just checked the gamesdb forums and its a problem on their end for sure, guess we'll have to wait it out.
-
Why not try SSelphs scraper on the Pi or UXS from a windows machine (and connect to your Pi across the network but make sure you exit Emulation Station first). I didn't think anyone still used the inbuilt scraper.
-
In my case, the only one missing are NES roms (in *.zip format). And I'm getting "hash not found" via SSelph scraper for these NES roms.
-
@bladehunter I did try using SSelph's scraper and the same result happened. I would normally use that scraper but I wanted to scrape just a few games at the time.
-
@sandin Associate the hash on screenscraper.fr, and it'll catch it.
-
@sandin Whats the crc and md5 of the zip? I will run it through my scrape tool and associate it for you if it exists.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.