Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Unonw-A is missing a bunch of sprites

Abierto
#1,687 4 comentarios 0 reacciones 0 asignados Ver en GitHub

Los mantenedores suelen responder en 1 día

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
58/100
Tipo de issue
Error
Claridad
Bastante claro
Estado de actividad
Activo
Stack tecnológico
python
Área
api

Línea de trabajo

Start by comparing the responses from pokemon/201, pokemon-form/201, and pokemon-form/10001, then inspect the repository's data source and the change referenced by #1681. Done means unown-a has complete, correct sprite data and pokemon/201 exposes Unown A artwork consistently with the other forms.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Describe the Bug

Of all the unonw forms, on unown-a (pokemon-form/201) is missing sprite data. It only has two backsprites, all other fields are null.

The interesting part here is, that all other forms (pokemon-form/10001 and above) do have full sprite data available. unown-a is the default for, so one could argue that is no problem, as the pokemon resource should have all sprites of that one as well. However, the unown pokemon resource (pokemon/201) is inconsistent in that manner. It does have sprite data, and most of the point to unown-a images, but the artworks for example are of unown-f, not a, meaning there is currently no way to get the A-Artwork via the API, even though all the others are available.

Note: I did not look into it yet, but that might have to do with #1681 . @FallenDeity may you can confirm whether that is a preexisting issue or a problem introduced by your change?

Steps to Reproduce
  • GET https://pokeapi.co/api/v2/pokemon/201 -> Artwork is Unown F
  • GET https://pokeapi.co/api/v2/pokemon-form/201 -> Artwork is missing
  • GET https://pokeapi.co/api/v2/pokemon-form/10001 -> Artwork is Unown B
Resolving the Bug

Anyone is open to making a PR for this issue.

Lenguaje dominante
Python
Estrellas
5.4k
Forks
1.2k
Merge medio
2 d 7 h
PR fusionados (30 d)
17

Preparar el entorno

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PokeAPI/pokeapi

Todos los issues de PokeAPI/pokeapi

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.