PokeGOAPI-PHP icon indicating copy to clipboard operation
PokeGOAPI-PHP copied to clipboard

Pokemon GO PHP API library

Results 9 PokeGOAPI-PHP issues
Sort by recently updated
recently updated
newest added

Hi I'm on wamp server 64 (php 7.0.4) I've this error : ``` ( ! ) Fatal error: Uncaught Exception: skip((1) 64-bit): Error seeking in src\POGOProtos\protocolbuffers.inc.php on line 709 (...

Hi, are you going to be upgrading this to work with the latest API at all? Thanks.

Hi I was trying to obtain settings but I got this: ``` Fatal error: Uncaught Exception: Incorrect wire format for field 2, expected: 0 got: 2 in /var/www/html/PokeGOAPI-PHP/src/POGOProtos/Settings/Master/BadgeSettings.php:45 Stack trace:...

Hi When I'm calling getCatchablePokemon, half time I don't get any result (wherever I do the scan). And the other half I get this error: ![](http://image.prntscr.com/image/12bd8cd0f9a34718a9cad86478a222e3.png) Any idea ?

Is there a method showing if pokemon can be evolved ? Cannot find it :( Im making simple web to show whole inventory and pokemons, i want to display candies...

Looks like me running PHP 5.4 is not going to hack it.. is there any way to lower the requirements down a bit? Problem 1 - This package requires php...

question

403 Forbidden` response: Error=NeedsBrowser I get this when trying to login, any tips?

I was wondering if there's a way to enlarge the search radius around your coordinates/position? Settings in the MapSettings class do not seem to do the trick.

$PokemonGoAPI->getInventories()->getPokeBank()->getPokemonById(\POGOProtos\Enums\PokemonId::PIDGEY); Fatal error: Uncaught Error: Call to a member function getInventoryItemsArray() on null in /Applications/XAMPP/xamppfiles/htdocs/pkg2/src/PokemonGoAPI/Api/Inventory/Inventories.php:68 Stack trace: #0 /Applications/XAMPP/xamppfiles/htdocs/pkg2/src/PokemonGoAPI/Api/PokemonGoAPI.php(49): PokemonGoAPI\Api\Inventory\Inventories->updateInventories(false) #1 /Applications/XAMPP/xamppfiles/htdocs/pkg2/examples/CheckPidgeyExample.php(20): PokemonGoAPI\Api\PokemonGoAPI->__construct(Array) #2 /Applications/XAMPP/xamppfiles/htdocs/pkg2/examples/CheckPidgeyExample.php(41): CheckPidgeyExample->run() #3 {main} thrown in...