Versatile C++ game scraper: Skyscraper
-
@muldjord I'll try the password change. Here's the screenshot:
-
@AlCzervik I can't see that, it is too small
EDIT: Nevermind, it was processing, I can see it now.
EDIT2: It actually gives me some other information. It seems that you have no connection to screenscraper.fr at all. The "Retrying request..." only happens when it receives an empty reply. This should not happen. Are you behind some weird firewall or something? Is your wifi / network connection running at all?
EDIT3: I've just tested it, right now, on my own machine. It works just fine. I'm pretty sure this is a local issue to your machine.
-
@muldjord I tried a larger size version but still seems super small. Regardless, you are right, that error message did change to include "empty"
-
@muldjord Okay, perhaps that is it. Wifi is running fine, that's how I updated to v3.4.4. Must be something with calling that API directly and my Wifi is blocking it.
-
@AlCzervik It really shouldn't be an issue. It's using https (port 443) which is always open. Otherwise you couldn't visit any encrypted webpages, which is basically all webpages. Is it possible for you to put it on wired network to test it?
-
@muldjord Unfortunately, it's all built into an arcade cabinet. I'm thinking about how else I can determine why that particular call would be getting blocked.
-
@AlCzervik If you at all have the chance, I would be curious to know if you could run this on any other machine. But let me know if you have further questions. Unfortunately I don't really know what else I can do at this point.
EDIT: Quick idea, do you have a DNS server registered for the connection? If not, then it won't work since it won't be able to resolve screenscraper.fr. Can you do
ping www.google.com
and get a response? -
@muldjord pinging google worked just fine. Tell me more about the DNS server issue?
-
@AlCzervik No need. If you can ping www.google.com it is not the issue. Try doing
ping www.screenscraper.fr
just for the heck of it. But it's not pinging on port 443 so it doesn't really tell us if that's the issue. -
@muldjord pinging screenscraper worked too
-
@AlCzervik What happens if you do
telnet www.screenscraper.fr 443
and then typetest
and press enter? That will connect to the server on port 443 and sendtest
to it, which should result in a400 Bad Request
reply. -
@muldjord telnet command not found
-
@AlCzervik Then you should be able to do
sudo apt install telnet
-
@muldjord Done. Sorry, was doing that too. Okay, I got the 400 Bad Request reply once I successfully installed telnet
-
@AlCzervik I am very puzzled now. Then you have access to the server over port 443 (https) which means the connection works. But for some reason it always responds to you with an empty reply. Which it doesn't do for me here.
-
@muldjord Could it be my version of retro pie or some other inconsistency I have installed with your latest skyscraper version?
-
@AlCzervik I can't come up with anything that would cause this. What happens if you remove the credentials entirely from config.ini? Do you get the service closed for unregistered users reply when scraping games?
-
@muldjord Good idea. Here's the screenshot:
-
@AlCzervik Well, at least that leads us to conclude that this is not an issue with the login. It is a general problem on your machine. Can you scrape any games with
-s thegamesdb --refresh
? Or does that also not work? -
@muldjord I used Skyscraper along with ArcadeDB and it worked like a charm. Just tried it again and it worked great (and fast!!)
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.