vinnymac / PokeNurse

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

nickname's can only be 12 characters long #134

Closed WilliamAnthony closed 8 years ago

WilliamAnthony commented 8 years ago

After I changed the nickname, the console output:

[+] Pokemon 317512073583467345 nicknamed MyNickName

seems ok, but after I refresh and the console output:

[+] Retrieving player's Pokemons and Calculating Evolves

my pokemon nickname is reverted to previous.

mackhankins commented 8 years ago

I can't replicate this error. I rename a pokemon and refresh it's fine. I log out and log back in it's fine. Could you try again after a fresh login?

WilliamAnthony commented 8 years ago

yes, I already tried logout, login, rename several times before I post this issue. Is there any debug message that can be activated to trace the bug?

mackhankins commented 8 years ago

What OS? Also under window-> toggle console option there are some tools. Maybe there is an error under console.

vinnymac commented 8 years ago

@WilliamAnthony What version of PokeNurse are you using? What OS are you using? Did you build the app yourself? What kind of account do you have (Google/PTC)?

WilliamAnthony commented 8 years ago

Found out the problem. I tried to rename with pogo app, it restricts the input to 12 max chars. I can rename successfully with PokeNurse If I rename them with 12 chars or less. I think it will more user friendly if PokeNurse restrict the input or raise any error if the operation fails. Sorry to bother you all with silly question.

vinnymac commented 8 years ago

@WilliamAnthony no that is completely reasonable, I had no idea it was restricted to 12 characters. We can easily limit that for you! Thanks for confirming the issue!