Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - spinox

Pages: [1]
1
General / Re: help with scraping on thegamesdb.net
« on: December 24, 2021, 04:01:59 AM »
hi, thanks for your advices...

- i think my ssl certificates are ok, i updated a while ago to TLS 1.x to make email clients work;
- if i scrape with the requests tha a-m generate on my xp web browers they works;
- i'll search for the xp version you told me;
- i'll search for an alternative scraper;
- my cfg file is below.

even if my main computer is also xp (!), what i'm actually trying to do is to recycle a netbook with xp on and a usb controller as a gift. i've tried some all-in-one linux distributions as batocera but they are too slow while a-m with emulators runs fine.

thanks again, spinox.

2
General / Re: help with scraping on thegamesdb.net
« on: December 23, 2021, 11:29:40 PM »
thanks for your reply. my cfg file contains exactly what you posted.

it seems ok to me... i tried several time and the cfg file reflects the changes i made through the a-m interface so i don't think the problem is here...
same error on last_run.log
"! Error: None of the configured system identifier(s) are recognized by thegamesdb.net."

to add some details i'm using the XP 32-bit version, could someone confirm me that the error doesn't depend of this?

thanks, spinox.

3
General / help with scraping on thegamesdb.net
« on: December 23, 2021, 02:25:30 PM »
hi everyone, i'm trying to scrape data from thegamesdb.net for a nes game, i'm using default system identifier but nothing happens...
this is what i can find on last_run.log

*** Scraping artwork for: Nintendo NES
 - scraping thegamesdb.net...
 ! Error: None of the configured system identifier(s) are recognized by thegamesdb.net.
 ! Error processing request: SSL connect error (https://api.thegamesdb.net/v1/Games/ByGameName?apikey=035b376cf5769eca89325626f698702fb72bff15ef5d0451e1859bb7b6b854be&name=Adventures%20of%20Lolo&fields=players%2Cpublishers%2Cgenres%2Coverview&filter%5Bplatform%5D=)
 - 1 games not matched on thegamesdb.net: "Adventures of Lolo "
 - thegamesdb.net reports a remaining allowance of: Unknown
*** Scraping done.

first, i tried to use a correct identifier so i managed to fetch platform list at https://api.thegamesdb.net/spec.yaml and the api gives me this response:
(...)
"7": {
        "id": 7,
        "name": "Nintendo Entertainment System (NES)",
        "alias": "nintendo-entertainment-system-nes"
(...)

i try all of them on attract-mode settings but nothing works, same error "None of the configured system identifier(s) are recognized by thegamesdb.net"

actually, if i add 7 after the request shown above, it works in my browser giving me the game's info i was searching for
https://api.thegamesdb.net/v1/Games/ByGameName?apikey=035b376cf5769eca89325626f698702fb72bff15ef5d0451e1859bb7b6b854be&name=Adventures%20of%20Lolo&fields=players%2Cpublishers%2Cgenres%2Coverview&filter%5Bplatform%5D=7

and the SSL error, how can i fix it?
anyone can help me? what i'm doing wrong? thanks, spinox.

Pages: [1]