Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

Gamecard not working on VPF


randr

Recommended Posts

the exact error says that "unable to retrieve size of image, please choose a different file"

I have also sent Paul a PM and his reply was to ask what the is the size of the game card. I replied within one minute with the dimensions and that was over a week ago .... ... .. .

Link to comment
Share on other sites

Maybe it has something to do with the redirect?
The image is drawn on the server when you go to that url, probably a .htaccess thing. Maybe it's trying to bypass the redirect somehow or doesn't like the redirect (or doesn't allow https connections)?

Link to comment
Share on other sites

I was messing around with wget on my pc to setup a batch job that will copy my gamecard to a local webserver which I can use with VPForums. I got the wget image download working but only if I add the "--no-check-certificate" option, so maybe this is why vpforums is failing. Yes, the https is also an issue, so using the http links are a must for the url and image links.

DID NOT WORK

D:\GetPinballXSig>wget -O .\pinballx\gtxjoe___srt8.png "http://online.gameex.com/gamecards/pinballx/gtxjoe___srt8.png"
Resolving online.gameex.com (online.gameex.com)... 162.216.114.165
Connecting to online.gameex.com (online.gameex.com)|162.216.114.165|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Connecting to online.gameex.com (online.gameex.com)|162.216.114.165|:443... connected.
ERROR: cannot verify online.gameex.com's certificate, issued by '/C=US/ST=Arizona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certs.godaddy.com/repository//CN=Go
Daddy Secure Certificate Authority - G2': Unable to locally verify the issuer's authority.
To connect to online.gameex.com insecurely, use `--no-check-certificate'.
WORKED:
D:\GetPinballXSig>wget -O .\pinballx\gtxjoe___srt8.png "http://online.gameex.com/gamecards/pinballx/gtxjoe___srt8.png" --no-check-certificate
Resolving online.gameex.com (online.gameex.com)... 162.216.114.165
Connecting to online.gameex.com (online.gameex.com)|162.216.114.165|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Connecting to online.gameex.com (online.gameex.com)|162.216.114.165|:443... connected.
WARNING: cannot verify online.gameex.com's certificate, issued by '/C=US/ST=Ariz
ona/L=Scottsdale/O=GoDaddy.com, Inc./OU=http://certs.godaddy.com/repository//CN=
Go Daddy Secure Certificate Authority - G2': Unable to locally verify the issuer's authority.
HTTP request sent, awaiting response... 200 OK
Length: 152572 (149K) [image/png]
Saving to: './pinballx/gtxjoe___srt8.png'
100%[======================================>] 152,572 --.-K/s in 0.1s
2014-09-07 22:01:42 (1.06 MB/s) - './pinballx/gtxjoe___srt8.png' saved [152572/152572]
Link to comment
Share on other sites

Please try the following (rather than scraping my server, which against TOU), I've allowed access on http now

Instead of linking to https://online.gameex.com (Which you should be doing, I notice some of you are still linking to http which redirects)

Replace https://online.gameex.com with http://http.online.gameex.com

I expect this will work. Let me know. Ill update the app shortly to show the new link, just reinstalling my PC right now.

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...