Steve Herrell

Results 405 comments of Steve Herrell

Thanks for the update. I'll double check the authentication operation here.

It's working here for me. If you get a chance do you mind trying it again with `pyaarlo` debug enabled. You can add `verbose_debug=True` to the PyArlo options and turn...

I think they changed the email format. It's working fine in English but if you're not using English it might be an issue. One person has reported an issue when...

It should be fixed in master branch. I'll push a release later.

Which version are you using? On Sun., Apr. 4, 2021, 04:20 vzlgdu, ***@***.***> wrote: > Hi, after using pyaarlo for months with f2f auth factor, today I'm > receiving the...

What type of cameras/base stations are you using? And I guess this has worked for a while? And what mode are you trying to set? edit: can you turn on...

Mode is still working for me so I need the debug. Can you paste your `pyaarlo.PyArlo` call too - minus the sensitive data obviously.

Can you run this code, changing the usernames/passwords as necessary, it will output some debug: ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- import sys import logging import pyaarlo #...

This is your problem: ``` 2021-04-05 16:33:19,048 - pyaarlo - DEBUG - request-end=200 2021-04-05 16:33:19,049 - pyaarlo - DEBUG - request-body= {'meta': {'code': 403, 'error': 9017, 'message': 'Account locked'}} 2021-04-05...