Planetary-Computers / autotab-starter

Build browser agents for real world tasks

Home Page:https://autotab.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failing to authenticate on "Couldn't sign you in".

smomen opened this issue · comments

Hi - I've followed the docs, and after running autotab record on Mac I get the following.
image

  • I've tried both adding creds in the yaml and omitting them. No change.
  • Javascript is enabled.

Am I missing something?

Hi, this was because we were tripping up Google's detection of chromedriver/Selenium which prevents logins with @gmail.com addresses (but not Google workspace emails which is why we didn't catch it). We've just merged a change that should fix this, please try out the most recent version on main!

Thanks @jonasalexander - confirming it's working now, thanks for the merge!