StatsugiriLabs / Statsugiri

Competitive Pokémon Data Platform
https://www.statsugiri.gg/
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Investigate Replay Refactor Outage #334

Open kelvinkoon opened 8 months ago

kelvinkoon commented 8 months ago

Describe the issue The PS replay site has been refactored as per: https://twitter.com/PokemonShowdown/status/1721051985720565853 Replay retrieval is broken on the data pipeline. This is a result of HTML parsing being changed.

The solution is as follows:

Acceptance Criteria

Zarel commented 8 months ago

Were you using HTML scraping before? Our documented API for replay searches is here:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md#replay-search

kelvinkoon commented 8 months ago

Were you using HTML scraping before? Our documented API for replay searches is here:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md#replay-search

Thanks for the response! It was confirmed the API wasn't ported last night which caused some issues on our end. https://x.com/notcelsiusdeg/status/1721387903194964426?s=46

We'll keep monitoring for any issues in the near future.