scraper icon indicating copy to clipboard operation
scraper copied to clipboard

Still getting "It appears that thegamesdb.net isn't up"

Open Cereal-Killa opened this issue 6 years ago • 7 comments

Does it still work after the commit that changed the url to "http://legacy.thegamesdb.net"? Downloaded the latest release but it still fails to scrape.

Cereal-Killa avatar Oct 25 '18 13:10 Cereal-Killa

If I add "-skip_check" then I get tons of "hash not found".

D:\scraper\test>scraper -workers 8 -console_src gdb -skip_check -download_marquees=true -download_videos -convert_videos -video_dir videos -vide o_path videos 2018/10/25 10:24:20 arcade srcs: 2018/10/25 10:24:20 console srcs: gdb 2018/10/25 10:24:20 INFO: Checking for new hash.csv. 2018/10/25 10:24:24 INFO: hash.csv "d9eedf6e622a8ab6a1a14486bb90ffb8" up to date. 2018/10/25 10:24:24 INFO: Starting: World Games (EB) [!].sms 2018/10/25 10:24:27 ERR: error processing World Games (EB) [!].sms: hash not found

Cereal-Killa avatar Oct 25 '18 13:10 Cereal-Killa

Same here using Windows x64 build v1.4.6, all ROMs say hash not found and thinks TGDB is down when it's evidently up... any ideas?

darkguy2008 avatar Jun 16 '20 00:06 darkguy2008

Same here using Windows x64 build v1.4.6, all ROMs say hash not found and thinks TGDB is down when it's evidently up... any ideas?

I am in the same boat. Any solution?

YouEbr avatar Jun 17 '20 01:06 YouEbr

Same here using Windows x64 build v1.4.6, all ROMs say hash not found and thinks TGDB is down when it's evidently up... any ideas?

I am in the same boat. Any solution?

I solved it downloading http://jujuvincebros.fr/hard-soft/tutoriels/628-arrm-another-recalbox-roms-manager ... it's a bit of a pain to make it work, but it works, which is important. General workflow is pick the correct folders, pick the platform at the top-left side, then highlight the games you want to scrape, at the bottom click TGDB's button (it has the logo) and click Save gamelist.xml at the right. The UI is horrible, but it does the job.

darkguy2008 avatar Jun 17 '20 01:06 darkguy2008

1.4.6 is using the old thegamesdb.net API. You will need to build / run using the most recent commit which should work against the new API.

J-Swift avatar Jun 17 '20 02:06 J-Swift

1.4.6 is using the old thegamesdb.net API. You will need to build / run using the most recent commit which should work against the new API.

Yeah I'd bet, but there's no Windows build for that one, so Windows users are a bit on a loss here :/

darkguy2008 avatar Jun 17 '20 02:06 darkguy2008

Get the latest build of scrapper here https://github.com/YouEbr/scraper4w/releases/tag/061820

YouEbr avatar Jun 18 '20 14:06 YouEbr