Skip to content

503 on /{club_id}/players - rate limit ? #110

Description

@andreefps

Production API consistently returns 503 errors for /clubs/{club_id}/players?season_id={season}
Strangely, after running the request locally, the same request then works in prod for 1-2 mins.

Reproduction

  1. Production fails
    curl "https://transfermarkt-api.fly.dev/clubs/631/players?season_id=2022"
    503: "Service Unavailable for url: https://www.transfermarkt.com/-/kader/verein/631/saison_id/2022/plus/1"

  2. Local works fine
    curl "http://localhost:8001/clubs/631/players?season_id=2022"
    ✅ 200

  3. Production now magically works
    curl "https://transfermarkt-api.fly.dev/clubs/631/players?season_id=2022"
    ✅ 200

  4. Production fails after a couple of minutes again.

(I have my own version hosted on fly and it's getting lots of random 503's on different endpoints btw)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions