We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting with yesterday, I'm getting an Access Denied error when using staged authorization.
I'm using selenium with the following Chromeoptions:
options = Options() options.add_argument("--disable-blink-features=AutomationControlled") options.add_argument("--no-sandbox") options.add_argument("--headless") options.add_argument("--disable-dev-shm-usage") options.add_argument('--disable-extensions') options.add_argument("--user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36") options.add_argument("--window-size=1920,1080") options.add_argument("--disable-gpu") options.add_argument("--log-level=3")
I always worked without problems but starting with yesterday, after clicking the login button I'm redirected to a page saying
You don't have permission to access "http://auth.tesla.com/en_us/oauth2/v3/authorize?" on this server.
When authorizing manually in the browser everything seems to work.
The text was updated successfully, but these errors were encountered:
Sounds a bit like #128, which OS and which versions of Python and packages are you using?
Sorry, something went wrong.
No branches or pull requests
Starting with yesterday, I'm getting an Access Denied error when using staged authorization.
I'm using selenium with the following Chromeoptions:
I always worked without problems but starting with yesterday, after clicking the login button I'm redirected to a page saying
When authorizing manually in the browser everything seems to work.
The text was updated successfully, but these errors were encountered: