EU Zone Event API down since EU migration
Posted: Mon Oct 10, 2022 7:15 pm
What is broken?
https://rift.events/eu/en_US.html is blank, due to the data source from RIFT showing an error
Why is this important?
Players use this site to find zone events in RIFT that they want to participate in, for various rewards and/or fun. I get 300-500 unique visitors per day and 90-120k hits (the site does refresh once a minute though). I have been running this for years and many, many players have found it useful.
Technical details
The zone event API that I use, for EU is returning: Error 543, The origin web server is not available.
Example low-level test case:
Expected output: HTTP 200 and output in JSON like:
I don't know the network layout there, but if I had to guess, either a reverse proxy needs updating or the ultimate source of the zone event information needs to be fixed.
https://rift.events/eu/en_US.html is blank, due to the data source from RIFT showing an error
Why is this important?
Players use this site to find zone events in RIFT that they want to participate in, for various rewards and/or fun. I get 300-500 unique visitors per day and 90-120k hits (the site does refresh once a minute though). I have been running this for years and many, many players have found it useful.
Technical details
The zone event API that I use, for EU is returning: Error 543, The origin web server is not available.
Example low-level test case:
Code: Select all
$ curl -k -i -s https://web-api-eu.riftgame.com/chatservice/zoneevent/list?shardId=2711
HTTP/2 543
date: Mon, 10 Oct 2022 19:06:40 GMT
...
<title>Website is currently unavailable</title>
Code: Select all
{"status":"success","data":[{"zone":"Shimmersand","zoneId":6}etcetc