vinnymac / PokeNurse

💉 A tool for Pokémon Go to aid in transferring and evolving Pokémon
284 stars 55 forks source link

New Pokemon result in a white screen at launch #173

Closed YesThatAllen closed 7 years ago

YesThatAllen commented 7 years ago

Once ~a new Igglybuff~ a new Gen2 pokemon has been caught, PokeNurse opened to a white screen.

After it was evolved(or transferred), PokeNurse can open again.

ModestZombie commented 7 years ago

Same issue, that's good to know I can evolve it in the meantime

jasonlo1000 commented 7 years ago

Having the same problem too after hatching a Smoochum.

shaival141 commented 7 years ago

Me too having same problem, I've got elekid and pichu, and I don't want to evlove them

chri5gilbert commented 7 years ago

Same issue with Togepi

4tw0ne commented 7 years ago

2ndgenwhitescreen In case any coders need the error but do not have any 2nd gen yet

vinnymac commented 7 years ago

@4tw0ne thanks for the stacktrace, looks like the error is happening because we have no base stat data on these pokemon. I should be possible to fix the white screen issue by continuing if we fail to find any usable stats, but we will still have visual bugs, missing avatars/stats etc. I will see if I can put something together later today.

vinnymac commented 7 years ago

If you know how to build from the develop branch you can give the fix a try. Let me know how it goes.

4tw0ne commented 7 years ago

Thank you, @vinnymac I have used Eclipse for java awhile back, and will see what I can do to try the dev-build. Bit rusty myself, any tips for new comers to get started would be highly appreciated. I can follow instructions well, but sometimes just need a bit of direction.

Other than that, I am happy to report any errors I can duplicate.

nbyouri commented 7 years ago

I ran the develop branch and and it's still a blank screen.

screen shot 2016-12-20 at 13 48 58
vinnymac commented 7 years ago

@nbyouri thanks for getting it running, I can't even open the app on my phone anymore for some reason so I appreciate it. I just pushed another change that makes sure there are 802 slots for all pokemon up to Alola. The count error above was from it being unable to find a spot to count the new pokemon that are coming down from the API. If only I could get one of these new pokemon on my account I would be able to debug this very quickly.

nbyouri commented 7 years ago

I can confirm the app launches 👍 Now it needs the sprites added!

Thanks!

vinnymac commented 7 years ago

@nbyouri I added sprites (649), cries (721), and some non-3d images (721) since I can't find 3d ones. Let me know if they work 👍

garykw commented 7 years ago

@vinnymac Thanks for the update. First time running dev for this repo but I can confirm that the app is now displaying the list now along with the image of igglybuff.