-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
request-error=CloudflareChallengeError #74
Comments
Annoying isn't it. It's something to do with python requests and the Cloudflare servers. I've added There are a couple of things you can do to try to get it to work:
And once it works it will save out the authentication token and re-use it without using the Cloudflare servers. I think it's generally valid for 14 days. The token is saved in the storage directory which defaults to |
I just discovered the same Cloudflare challenge that caused authentication to fail. |
Can confirm that cycling through user-agents helps. |
Although I had 2FA working fine with IMAP, I was getting intermittent errors of:
request-error=CloudflareChallengeError
Which appears to be related to the CloudFlare CDN doing a "Browser check" - but it was only occasional, and after a day or two it would succeed and download the past 7 days - also, I could run it manually and it would work most of the time.
But now, it happens every time, and has for the past 6 days, and I cannot run it manually - same error.
And I have gone to my.arlo.com on the same machine, and logged in just fine (and trusted the browser), but the error persists.
Perhaps saving the trusted browser cookies somehow, and including them in the PyArlo request?
What a pain.
Best,
joe
The text was updated successfully, but these errors were encountered: