Author Topic: thegamedb.net error  (Read 3478 times)

tom75000

  • Full Member
  • ***
  • Posts: 64
    • View Profile
thegamedb.net error
« on: August 03, 2022, 12:47:50 PM »
Hi,

when I scrape all the systems I got this message :
Error: None of the configured system identifier(s) are recognized by thegamesdb.net

All the files in scraper/thegamedb.net are empty!
Do you know why?

The is my config :

# Generated by Attract-Mode v2.6.2
#
executable           "M:\Emulators\RetroArch\retroarch.exe"
args                 -L M:\Emulators\RetroArch\cores\snes9x_libretro.dll "[romfilename]"
rompath              M:\Roms\Super Nintendo Entertainment System\roms
romext               .smc;.sfc;.zip;.7zip;.rar
system               Super Nintendo Entertainment System
info_source          thegamesdb.net
exit_hotkey          Escape
artwork    boxart          M:\Roms\Super Nintendo Entertainment System\boxart
artwork    cartart         M:\Roms\Super Nintendo Entertainment System\cartart
artwork    flyer           M:\Roms\Super Nintendo Entertainment System\flyer
artwork    marquee         M:\Roms\Super Nintendo Entertainment System\marquee
artwork    snap            M:\Roms\Super Nintendo Entertainment System\snap
artwork    wheel           M:\Roms\Super Nintendo Entertainment System\wheel
« Last Edit: August 03, 2022, 11:06:47 PM by tom75000 »

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: thegamedb.net error
« Reply #1 on: August 03, 2022, 03:24:09 PM »
Your "system" field of the emulator.cfg must match the name that they use.

In this case.
Quote
system               Super Nintendo (SNES)

tom75000

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: thegamedb.net error
« Reply #2 on: August 03, 2022, 10:25:23 PM »
Hi

Thank you.
Where can I find the list of all the system?

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
Re: thegamedb.net error
« Reply #3 on: August 03, 2022, 11:47:54 PM »

tom75000

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: thegamedb.net error
« Reply #4 on: August 04, 2022, 05:34:07 AM »
Thx