Python-Wi-Fi-Positioning-System
Python-Wi-Fi-Positioning-System copied to clipboard
Google Python Pull Request Error
Hi Guys,
Nice Script. I am getting the following;
[+] Scanning nearby Wi-Fi networks...
[+] Generating the HTML request
{
"considerIp": false,
"wifiAccessPoints": []
}
[+] Sending the request to Google
Traceback (most recent call last):
File "wifi_positioning_system.py", line 514, in
Is this because Google has disabled Python pull requests en masse and requires batch dumps instead?
TY
I don't know if you still have a question about this, but I used it around September in 2018 and it worked fine, but as of now, it doesn't work. I guess it is because Google disabled Python pull requests, but even entering the link into the browser gives me a "Not Found", which makes me unsure of my guess.
Tested today in july 2019. Work good after getting some 401 / 404.
403: Check your key. I had to 1) activate geolocation API and 2) restrict API key to geolocation API 404: Try to add more WIFI datas. I was scanning using wlan0, raspberry internal wifi in a metal case, and get 404. Got good results with wlan1, wifi dongle with external antenna.