Stefano Russello

Results 23 comments of Stefano Russello

I got the same error too. Please @baoyongzhang can you fix the code as @endy-s suggested. It would be great! Thank you for your library though!

Any news? I'm still getting this error in production? Can we help you to fix this issue? Let us know! Thanks!

I confirm that updating CircularReveal to 2.0.1 does not fix the problem. I'm going to disable it if on pre lollipop devices. Hope you will fix it soon!

Yes @Ni42 exactly!

I tried it but does not work!

I tried to call this function from NicklasW\PkmGoApi\Services\Request\MapRequestService: ``` public function getResources($latitude, $longitude) { // Retrieve a list of cell ids from the latitude and longitude $cellIds = S2::getCellIds($latitude, $longitude);...

Thank you so much! If I can help you, let me know! Only one time getPokestops() gave me a complete array, but now is always void! That is an example...

The login and getProfileData is still working! Do you know how can I retrieve the "gyms currently conquered" value? I didn't find it! Thanks!

The old method does not work: ``` $application->setLocation(47.466582, 9.750203); $map = new Map(); $map->update(); var_dump($map->getPokestops()); ``` How can I get the list of Pokestops with the new version of API?

I have the same issue but I need the coordinator layout. Is there any alternative solution? Thank you!