Lonely_Dolphin
Lord of the Squids
- Joined
- Aug 5, 2015
- Messages
- 1,192
- NNID
- Einsam_Delphin
Bookmarked it, thanks a bunch mate!
<?xml version="1.0" encoding="UTF-8"?>
<now>
<stage_1>Walleye Warehouse</stage_1>
<stage_2>Flounder Heights</stage_2>
<mode>Splat Zones</mode>
<time>10am - 2pm</time>
</now>
<next>
<stage_1>Urchin Underpass</stage_1>
<stage_2>Flounder Heights</stage_2>
<mode>Splat Zones</mode>
<time>2pm - 6pm</time>
</next>
<later>
<stage_1>Kelp Dome</stage_1>
<stage_2>Moray Towers</stage_2>
<mode>Tower Control</mode>
<time>6pm - 10pm</time>
</later>
</xml>
Hey dude. There is a JSON feed already available from Splatoon.ink (that's what I'm using). Can you work with that, or do you NEED XML?Could I bother you to make an XML sheet that has the information as well, so I could make an app for desktop?
Something like;
Code:<?xml version="1.0" encoding="UTF-8"?> <now> <stage_1>Walleye Warehouse</stage_1> <stage_2>Flounder Heights</stage_2> <mode>Splat Zones</mode> <time>10am - 2pm</time> </now> <next> <stage_1>Urchin Underpass</stage_1> <stage_2>Flounder Heights</stage_2> <mode>Splat Zones</mode> <time>2pm - 6pm</time> </next> <later> <stage_1>Kelp Dome</stage_1> <stage_2>Moray Towers</stage_2> <mode>Tower Control</mode> <time>6pm - 10pm</time> </later> </xml>
"There appears to have been a problem loading any more future maps from the feed. Please refresh the page or check back later to see the next rotation."
It's currently showing only the maps for two rotations from now.
splatoon.ink/schedule.json appears to be working normally.
Thanks both for flagging this issue. It turned out to be a problem with the Splatoon.ink API. Although the feed had 3 rotations in it, it wasn't updating. So at the time you were looking it was one behind (the one at the top of the JSON was the one that had just passed). This seemed to continue until the feed was completely out of date but was fixed again about 30 minutes into the next rotation and has been stable since.Having the same problem here. I don't think it has anything to do with the Japanese Splatfest since it's supposed to be two days away, but it's still inconvenient.
I think the Japanese site may have changed how they do the times. Were they always displayed in local time zone, or did they used to be set to Japan's time zone? Anyway, when I call your get-maps.php with only timezone and not time I get the correct output.
Thanks both for letting me know and Locke for taking the time to try and work out what was going on! It was actually an issue in a calculation in my get-maps file where I wasn't properly taking timezone into account so it was working fine for GMT, but then not properly calculating for anywhere else which explains why omitting time was then working it out correctly for you.It's displaying the wrong maps and not showing the third set
Can confirm it works perfectly fine for EST now, all fixed up.could confirm this, please?
I can only grab publicly available data. If you know anywhere official that this is shown online please let me know and I'll see if I can pull it!This doesn't grab Splatfest data though.