Steve Herrell
Steve Herrell
Annoying isn't it. It's something to do with python requests and the Cloudflare servers. I've added `cloudscraper` support and it seems to work until it doesn't. There are a couple...
Let me know how this goes. I want to get this integrated into Pyarlo - or made a requirement so I can hook into it - I've just been busy...
I'll push a fix for it.
Should be fixed in b4.
Can either of you turn on packet debug? I'm guessing they've changed the return packet. I'll try and reproduce it here.
Apologies. I haven't had much spare time to look at this stuff. Arlo just made some changes that might making debugging this stuff a little easier. Firstly, thanks for the...
Neither of you is getting the `activeAutomations` reply I was expecting. What should happen is we send POST a request to `https://myapi.arlo.com/hmsweb/users/devices/automation/active` and we get an `activeAutomations` response back. @m0urs...
That's what you should call but there could well be a bug. Can you try adding `synchronous_mode=True` to the `PyArlo` code.
After a quick look at the code I think there is a bug there - the code will keep reconnecting. I'll test it here and push a fix later.
Perfect timing, I was just about to reply. I added token caching and it needs a directory to store that information, I guess I need to make that code more...