PokeAPI / pokebase

Python 3 wrapper for Pokéapi v2
BSD 3-Clause "New" or "Revised" License
286 stars 53 forks source link

Unable to get Pokemon evolution Chain #28

Closed Indiance closed 3 years ago

Indiance commented 3 years ago

How to recreate problem: -> Install pokebase -> char = pokebase.pokemon_species("charmander") -> char.evolution_chain should return evolution-chain-charmander but it returns evolution-chain-none

How to fix this?

Davidy22 commented 3 years ago

I have the fix for this among some other updates in a fork I made, for the time being you can clone my copy and use that until I get that and a bunch of other nonsense I've been doing pulled into the main branch

https://github.com/Davidy22/pokebase

Indiance commented 3 years ago

Ah I see, thank you

GregHilmes commented 3 years ago

This should be fixed in Pokebase by #29 now, can you confirm @Indiance ?

Indiance commented 3 years ago

Yup It works thanks