I have solution to my problem with automatisch relog .
Save as bat
echo off
:loop
start PidgeyBot.exe
timeout /t 1800 >null
taskkill /f /im PokemonGo.exe >nul
goto loop
That is my problem. ================================================== =============
[01:54:13] Loading settings.ini
[01:54:13] Loading itemRecycleFilter.ini
[01:54:13] Loading Google Accounts...
[01:54:13] 1 Google Account(s) Loaded
[01:54:13] Connecting now all Google Accounts...
[01:54:16] Access token expired, attempt to relog
and.. it does nothing ;/
Save as bat
echo off
:loop
start PidgeyBot.exe
timeout /t 1800 >null
taskkill /f /im PokemonGo.exe >nul
goto loop
That is my problem. ================================================== =============
[01:54:13] Loading settings.ini
[01:54:13] Loading itemRecycleFilter.ini
[01:54:13] Loading Google Accounts...
[01:54:13] 1 Google Account(s) Loaded
[01:54:13] Connecting now all Google Accounts...
[01:54:16] Access token expired, attempt to relog
and.. it does nothing ;/