>>27310877Remove the -dp part and it should be fine
It's recognising -dp as -p and -d now that the support for -dp has been removed (it lets you toggle pokestops/gyms from the browser).
You can run
python
runserver.py -h
to see what commands the script is currently compatible with. See my screenshot. Anything that isn't on -h will be rejected.
>>27310886From the FAQ on github
Q: Can I sign in with Google?
A: Yes you can! Pass the flag -a google to use Google authentication
So instead of -PTC
>python runserver.py -a google -u exampleUsername -p examplePassword -l "COORD COORD2" -st 10They put in a new -a requirement