Skip to content

[BUG] Spectator V5 unexpected Rate Limit #1169

Description

@GXJackJ

I have been experiencing a high level of unexpected Rate Limiting on Spectator V5 recently.

Since around 12pm CEST on the Friday 10th July my live application has been experiencing bursts of Rate Limiting on the Spectator V5 method ([/lol/spectator/v5/active-games/by-summoner/). These bursts do not match-up with demand, and in fact I am noticing them happening during off-peak times as much as peak.

I did not experience any rate limiting before this started on Friday, and I am now experiencing it frequently in bursts.

My method rate limit for Spectator V5 is double my Application rate limit, and I have many other methods calling successfully during these bursts without any rate limiting. The issue is only happening for this one method. My userbase has remained steady and no changes were made in my infrastructure.

Response attached in case it provides any clarity:

{
    "Date": "Wed, 15 Jul 2026 10:08:37 GMT",
    "Content-Type": "application/json;charset=utf-8",
    "Transfer-Encoding": "chunked",
    "Connection": "keep-alive",
    "Access-Control-Allow-Headers": "User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range",
    "Access-Control-Allow-Methods": "GET, PUT, DELETE, POST, OPTIONS",
    "Access-Control-Allow-Origin": "*",
    "Access-Control-Expose-Headers": "Content-Length,Content-Range",
    "set-cookie": X
    "Content-Encoding": "gzip",
    "Retry-After": "28",
    "Vary": "Origin, accept-encoding",
    "X-Rate-Limit-Type": "server",
    "cf-cache-status": "DYNAMIC",
    "Server": "cloudflare",
    "CF-RAY": X
}

The only part that I thought was interesting is the X-Rate-Limit-Type is "server", whereas it used to return either "method", "service", or "application". So, potentially Riot server issues causing unexpected rate limiting?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions