Tynan Winters
Tynan Winters
This worked for me, thank you! Do you know how I can decode the email body properly? >decoded_body = base64.b64decode(body).decode('utf-8') Returns garbage.
> To setup a proxy with user and password you will need to add an extension to you chrome driver. > > Here is the code I use to do...
Getting google captcha now
> i think your local chrome installation is missing. LOL, this worked for me :) Thanks!
@TomSchimansky Having the same issue with map.set_position(lat, long). @motormouthvis Were you able to find a solution?
@TomSchimansky, @motormouthvis Found the issue... when you scroll using mouse, the zoom is stored as float. In the utility_functions.py: def decimal_to_osm(lat_deg: float, lon_deg: float, zoom: int)