-
-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
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
Incorrect sprite URLs #736
Comments
Same here, i thought my code just blown up |
The moment I deployed my personal project this occurs haha, waiting for fixes. |
Hi all, I'm really sorry for the problem. I rolled back and purged the Cloudflare cache. Thanks for raising the issue |
Thanks for the quick fix! Everything seems to be working again from my POV |
Hi, this isn't a fix, just a roll back. This is the PR (#727) that broke the sprites. I think we add the duplicated |
Not working |
Not true, I get https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/back/1.png which is valid |
If I access
https://pokeapi.co/api/v2/pokemon/1
the value of
sprites.front_default
is:https://raw.githubusercontent.com/PokeAPI/sprites/master/https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png
https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/1.png
Looking at some code examples / demos that are using this API, they are all not showing images anymore at the moment
A couple of hours ago, images were still working for me
The text was updated successfully, but these errors were encountered: