mikeybs wrote: > I tried doing this and the script gives me an error saying incorrect > username or password.... > > I definitely have the correct password. I must be messing up on the > syntax somewhere.... > > I've tried > > ./mobile_devices.py [email protected] password > ./mobile_devices.py username password > ./mobile_devices.py '[email protected]' 'password' > ./mobile_devices.py 'username' 'password' >
Do you have two-factor auth enabled on your Google account? If so, you'll need to create an app password like @davewongillies suggested. Also, I can't remember how the script parses arguments, but try: ./mobile_devices.py username=myusername password=mypassword ------------------------------------------------------------------------ askvictor's Profile: http://forums.slimdevices.com/member.php?userid=64977 View this thread: http://forums.slimdevices.com/showthread.php?t=105800 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
