entropia / tip-toi-reveng

Trying to understand the file format of Tip Toi
http://tttool.entropia.de/
MIT License
644 stars 121 forks source link

https://ssl-static.ravensburger.de/db/tiptoi_$lang.xml is down - can't download GME #260

Closed ignazioc closed 2 years ago

ignazioc commented 2 years ago

I found today this repo, while trying to hack around the tiptoi. I tried to dowload all the GME files using the script/update.sh but the website is probably changed. Any idea of the new URL?

nomeata commented 2 years ago

Hmm, I think it worked for me just a few days ago. Maybe only temporary?

jmayer commented 2 years ago

My Mac doesn't have wget, only curl, but it looks like a genuine problem: `curl https://ssl-static.ravensburger.de/db/tiptoi_de_de.xml <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

301 Moved Permanently

Moved Permanently

The document has moved here.

curl -L https://ssl-static.ravensburger.de/db/tiptoi_de_de.xml <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

404 Not Found

Not Found

The requested URL was not found on this server.

`

jmayer commented 2 years ago

curl https://cdn.ravensburger.de/db/tiptoi.csv

seems to work.

nomeata commented 2 years ago

Ah, we have two download scripts. The ones in testsuite use http://catalog.tiptoi.de/tiptoi.json and work, but the one in scripts is no longer working. I’m tempted to just remove the scripts folder…

maehw commented 2 years ago

I've also stumbled across this and I'd also prefer if the broken scripts were removed.

azrdev commented 1 year ago

@nomeata would you mind removing the notice in the README about scripts/update.sh, too?

nomeata commented 1 year ago

Thanks, done in 5037aae

azrdev commented 1 year ago

np, but that's not on the master branch -- by intention?

nomeata commented 1 year ago

No, well spotted! Fixed in d571692