mchristopher / PokemonGo-DesktopMap

Electron App around PokemonGo-Map
https://pokemon-go-updater.mike.ai/download
MIT License
1.77k stars 394 forks source link

Scanning 0 results #1318

Closed kamikzeNL closed 2 years ago

kamikzeNL commented 7 years ago

Running the following command python run_map.py -asi "1" -ari "90" -ac "accounts.csv" -l "mylocation" -j -st "10" -sd "50" -ld "60" -lr "3" -mf "100" -dc -H "localhost" -P "5000" -k "mygmapskey-cwIXVys" --db-type "mysql" --db-name "xxx" --db-user "xxx" --db-pass "xxx" --db-host "localhost" --db-port "3306" --db-max_connections "150"

The accounts are properly logged in and running around, but there are 0 results. When i use these accounts in the desktopmap.exe, i am getting results?! It is scanning properly. Also logging into the account, pokemons are spawning.

Initially when i was running the command i got the following warning "Windows 64-bit processes currently unsupported.". I edited the file so that it would always set win32 mode. Maybe this is related to my problem.

Any idea how i can get results through the command line?? I'm running windows 7 ultimate 64bits.