Steve Herrell

Results 405 comments of Steve Herrell

I was about to say it doesn't matter. You are seeing a cloudflare issue. I'm not sure how to deal with that but I'll look online.

What does running this `dig ocapi-app.arlo.com` give you?

Can you try this script, it doesn't use cloudscraper but I can see what's coming back and why it's different to mine. ```python #!/usr/bin/env python3 import logging import requests import...

What kind of machine are you running these on?

What's even weirder is your and my responses from cloudflare look similar - ie, I think yours should have worked as well. One last one for now. Can you try...

Sorry for all the scripts; I'm figuring this out as I go along. This one prints debug from cloudscraper. ```python #!/usr/bin/env python3 import logging import requests import cloudscraper url =...

Is there any change you can try the script from somewhere outside your network? I'm not seeing the challenge come back for me.

I just tried running the script with your username/password and it worked for me. Somethings to try at your end: - login manually using a browser and see if that...

I can do 10 times. But like @m0urs I generally don't login more than once every couple of days - my main use is via Home Assistant.

I'll take a look at `setup.py` because I do have a bad habit of neglecting it. I'm going to bring some changes in sometime in the next few days so...