developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[BUG] Spectator endpoint down

Open trebonius0 opened this issue 3 years ago • 17 comments

Bug Description
Spectator endpoint is down since today, around 2.30am CET. It seems to affect all regions

Problem Description
Every call to this endpoints returns a 404

Expected Result
I expect to get the match data

Player Impact
It affects all mmy users, so millions of them

Thanks

trebonius0 avatar Feb 08 '22 10:02 trebonius0

Where can we get more information about endpoint down? Because here everything seems ok.

hyepod avatar Feb 08 '22 18:02 hyepod

getFeaturedGames always returns empty list:

{
    "gameList": [],
    "clientRefreshInterval": 300
}

getCurrentGameInfoBySummoner always returns 404, even if you pick someone from your friends list who you can see is playing a public game.

MingweiSamuel avatar Feb 09 '22 01:02 MingweiSamuel

Past issues:

  • #136
  • #165
  • #248
  • #266
  • #464

MingweiSamuel avatar Feb 09 '22 20:02 MingweiSamuel

Spectator is back!

/lol/spectator/v4/active-games/by-summoner/{encryptedSummonerId} is working as well as /lol/spectator/v4/featured-games:

{
    "gameList": [
        {
            "gameId": 5722328751,
            "mapId": 11,
            "gameMode": "CLASSIC",
            "gameType": "MATCHED_GAME",
            "gameQueueConfigId": 420,
            "participants": [
                {
                    "teamId": 100,
                    "spell1Id": 11,
                    "spell2Id": 4,
                    "championId": 25,
                    "profileIconId": 3599,
                    "summonerName": "happyhappy2",
                    "bot": false
                },
                ...
            ],
            "observers": {
                "encryptionKey": "jwegopQBgkKXIkmZtcGAAxwnXWAbpzLw"
            },
            "platformId": "EUW1",
            "bannedChampions": [
                {
                    "championId": 23,
                    "teamId": 100,
                    "pickTurn": 1
                },
                ...
            ],
            "gameStartTime": 1644471316402,
            "gameLength": 281
        },
        ...
    ],
    "clientRefreshInterval": 300
}

mikaeldui avatar Feb 10 '22 05:02 mikaeldui

@trebonius0 can we reopen this? for my app It's back returning 404

arxdsilva avatar Feb 16 '22 12:02 arxdsilva

Reopening: @RiotTuxedo the following regions are only returning 404: NA BR LAN LAS OCE

trebonius0 avatar Feb 16 '22 12:02 trebonius0

EUW & JP seem to be affected too now

trebonius0 avatar Feb 16 '22 23:02 trebonius0

Seems fixed now, so closing the issue

trebonius0 avatar Feb 17 '22 13:02 trebonius0

Reopening, as the issue happens again since last night ... (EUW, OCE and JP) @RiotTuxedo

trebonius0 avatar Mar 09 '22 15:03 trebonius0

Can confirm active-game is not working and just returns 404. Doesn't matter if game is in loading screen or ingame.

Janmm14 avatar Mar 10 '22 16:03 Janmm14

Update: Seems to be working for me right now. Maybe fixed again or this only applies to some accounts / games.

Janmm14 avatar Mar 10 '22 19:03 Janmm14

Indeed it seems to be fixed, so closing the issue

trebonius0 avatar Mar 11 '22 08:03 trebonius0

KR spectator server down for a few days now

windr0id avatar Mar 22 '22 14:03 windr0id

Hey guys

Reopening as BR,OCE,JP and NA are down again

trebonius0 avatar Jul 13 '22 12:07 trebonius0

I'm having issues where spectate is inconsistent in NA1. Sometimes it works and sometimes it doesn't (404) when I know they're playing.

Are there any factors that would reliably cause this (game type, etc) or is it just the state of the api right now?

steven-agg avatar Jan 05 '24 17:01 steven-agg

I'm having issues where spectate is inconsistent in NA1. Sometimes it works and sometimes it doesn't (404) when I know they're playing.

Are there any factors that would reliably cause this (game type, etc) or is it just the state of the api right now?

Arena and Quickplay currently don't work with Spectator-V4

bangingheads avatar Jan 05 '24 17:01 bangingheads

Thank you

On Fri, Jan 5, 2024, 12:33 PM BangingHeads @.***> wrote:

I'm having issues where spectate is inconsistent in NA1. Sometimes it works and sometimes it doesn't (404) when I know they're playing.

Are there any factors that would reliably cause this (game type, etc) or is it just the state of the api right now?

Arena and Quickplay currently don't work with Spectator-V4

— Reply to this email directly, view it on GitHub https://github.com/RiotGames/developer-relations/issues/602#issuecomment-1879028774, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMPN6BH6RFYKWMCACULGR7TYNA2OXAVCNFSM5N2BBGGKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBXHEYDEOBXG42A . You are receiving this because you commented.Message ID: @.***>

steven-agg avatar Jan 05 '24 18:01 steven-agg