scottmil
scottmil
I just discovered the same Cloudflare challenge that caused authentication to fail. I added user_agent='linux' to the pyaarlo login on my RaspberryPi server as well as the 2 Cloudflare servers...
I disabled IMAP 2FA and instead configured console 2FA using this login: arlo = pyaarlo.PyArlo(username=USERNAME, password=PASSWORD, tfa_source='console', tfa_type='SMS', storage_dir='aarlo', verbose_debug=True) but I got the errors below when starting up uWSGI...
Please close this issue. 2FA using IMAP is working again. Not sure what the problem was. I fixed the warning I was getting by creating the storage_dir "aarlo" which I...
Uh-oh…IMAP 2FA failed again….seems intermittent... *** Operational MODE: single process *** 2021-07-04 15:08:35,099 - pyaarlo - INFO - pyarlo 0.8.0a6 starting... 2021-07-04 15:09:41,355 - pyaarlo - ERROR - 2fa core...
Ahh....when I included save_session=False in my login, it worked: *** Operational MODE: single process *** 2021-07-04 15:29:21,377 - pyaarlo - INFO - pyarlo 0.8.0a6 starting... 2021-07-04 15:29:35,161 - pyaarlo -...
Hi Steve- It’s working for me now too. This is the login I used: # log in # add `verbose_debug=True` to enable even more debugging # add `dump=True` to enable...
I increased the Octoprint temperature interval to 10 seconds, and now my engraver is able to respond with "ok" after each temperature M105 (translated to ?$G). I no longer see...
Per the attached iPhone Eufy app screenshot for my Eufy Battery Doorbell, it appears that push notifications are activated. I receive motion detection notifications on my iPhone, but not in...
04-July-2022 Update: 1. I discovered that Eufy will only generate notifications if BOTH "Video Recording" AND "Notification" are checked in the Eufy app Security Settings. Checking only "Notification" did not...
Thank you!! > On Nov 4, 2022, at 10:18 AM, bropat ***@***.***> wrote: > > > Closed #263 as completed. > > — > Reply to this email directly, view...