PokeAPI / pokeapi

The Pokémon API
https://pokeapi.co
BSD 3-Clause "New" or "Revised" License
4.19k stars 941 forks source link

Some Generation VIII and all Generation IX moves are returning 404 #1151

Closed andreferreiradlw closed 3 days ago

andreferreiradlw commented 1 week ago

Some Generation VIII and all Generation IX moves seem to be returning 404 since yesterday.

On the Generation VIII moves, the ones that seem to be returning 404 are also missing effect entries, for example:

Other moves from the same generation seem to work as usual, for example:

Example of a Generation IX move:

All of these move were returning data up until yesterday so I was wondering if anything has changed since then?

Naramsim commented 1 week ago

Hi, it seems we lost data at some point yesterday while merging PRs. We are aware of it and already regenerated the correct data (we think). Now it's going to take a day for Cloudflare to invalidate the data and serve the proper content.

iamc24 commented 5 days ago

Hi, it seems we lost data at some point yesterday while merging PRs. We are aware of it and already regenerated the correct data (we think). Now it's going to take a day for Cloudflare to invalidate the data and serve the proper content.

pounce, supercell-slam, behemoth-blade, and behemoth-bash are all still down.

Naramsim commented 4 days ago

Hi! It was a caching problem. I purged the cache on CF. Can you retry in a few minutes?

iamc24 commented 4 days ago

All four move endpoints are up again, but behemoth-blade and behemoth-bash are missing learned_by_pokemon data. I noticed b/c that's what I'm trying to pull from the API, and I'm getting errors from that being missing for those 2 moves.

Edit: After checking the pokemon endpoints, zacian-crowned and zamazenta-crowned are missing behemoth-blade and behemoth-bash respectively from their move learn set data. I'm unsure if it's related to the data loss or not.

andreferreiradlw commented 4 days ago

@Naramsim thanks for the update, I've just checked everything and seems like the moves are back again so the original issue opened seems to be resolved now