misenhower / splatoon3.ink

🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
https://splatoon3.ink
MIT License
225 stars 22 forks source link

EU Ice Cream Splatfest #50

Closed Glazelf closed 11 months ago

Glazelf commented 11 months ago

Currently, the Splatfest API doesn't seem to list the latest splatfest correctly under the EU object. It works fine under US and JP, so it's not a big deal as all splatfests so far have been global. But still wanted to bring this to your attention in case this is a code error on your side! It's as following under the EU object.

{
            "__splatoon3ink_id": "JUEA-00007",
            "id": "RmVzdC1FVTpKVUVBLTAwMDA3",
            "state": "CLOSED",
            "startTime": "2023-07-15T00:00:00Z",
            "endTime": "2023-07-17T00:00:00Z",
            "title": "",
            "lang": "EUen",
            "image": {
              "url": "https://splatoon3.ink/assets/splatnet/resources/fest/v1/juea-icecream/46bccd11c2905095a8cd5cb9e7457ed54856282a9d5123e74f3ca071cf17bd4e_0.png"
            },
            "playerResult": null,
            "teams": [
              {
                "result": {
                  "__typename": "FestTeamResult",
                  "isWinner": true,
                  "horagaiRatio": 0.34291,
                  "isHoragaiRatioTop": true,
                  "voteRatio": 0.55041,
                  "isVoteRatioTop": true,
                  "regularContributionRatio": 0.33901000000000003,
                  "isRegularContributionRatioTop": true,
                  "challengeContributionRatio": 0.30221000000000003,
                  "isChallengeContributionRatioTop": false,
                  "tricolorContributionRatio": 0.34131,
                  "isTricolorContributionRatioTop": true
                },
                "id": "RmVzdFRlYW0tRVU6SlVFQS0wMDAwNzpBbHBoYQ==",
                "teamName": "",
                "color": {
                  "a": 1,
                  "b": 0.43921569,
                  "g": 0.654901981,
                  "r": 0.800000012
                },
                "image": {
                  "url": "https://splatoon3.ink/assets/splatnet/resources/fest/v1/juea-icecream/a8e4c17157cd31507a9b7f4b6267d5caa0bdee317044d55a96c5496bb42228b6_0.png"
                },
                "myVoteState": null,
                "preVotes": null,
                "votes": null,
                "role": null
              }
slushiegoose commented 11 months ago

this is actually a bug with Nintendo of Europe - if you check the SplatNet 3 app with a Europe splatfest region, you'll see the same thing - missing title and team names

Glazelf commented 11 months ago

Ah alright. I didn't think to check the app haha my bad. I'll wait for a fix on their side then! Thanks!