NicklasWallgren / PokemonGoAPI-PHP

Pokemon Go API PHP library
BSD 2-Clause "Simplified" License
130 stars 51 forks source link

Error Google Authentication Code #106

Closed Raphaelbm closed 8 years ago

Raphaelbm commented 8 years ago

Hello ! (it's me... )

When I tried to login with the authentication code, i have this error;

Fatal error: Undefined class constant 'POGOProtos\Enums\PokemonMove::MOVE_NONE' in .../api/src/Api/Data/Data.php on line 24

On line 24 there is:

$instance = new static();

I don't understand why I have this error. If someone can help me ! Thanks you.

Raphaelbm commented 8 years ago

php composer.phar update and that works !