cglatot / PokeManager

Uses Python API for Pokemon Go to mass transfer Pokemon
Other
147 stars 32 forks source link

[Feature] Can't display all pokemon result #15

Closed elliottfeng closed 8 years ago

elliottfeng commented 8 years ago

If there are like more than 500 in inventory, can't display every one.

Solution

Increase the scrollback buffer size. Windows. Linux.

cglatot commented 8 years ago

Using which commands? And "like" 500, or actually 500? Does it give an error, or does it just go back to the Main Menu?

elliottfeng commented 8 years ago

use code 1 to list all because of too many, can't display all results in window.

cglatot commented 8 years ago

Ahhhhh, that will be because of the buffer height of CMD. I'll look into it, but no promises

elliottfeng commented 8 years ago

also one suggestion, speed transfer and rename would be better~

cglatot commented 8 years ago

Solution to issue: Increase the scrollback buffer size. Windows. Linux.

I won't be adding "speed" transfer and rename. That is just asking for insta bans. Code is available to fork, though.