We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: