Hello,
I've tried to configure this nice project.
I would love to have arlo within frigate.
I've created a specific account in arlo, outlook and activate the IMAP option.
I've had issue with complex keypass.
So I've generated a 30 word with exclusively char and int.
Once tackled, the container I generate with portainer under synology NAS is launching.
Nevertheless, it doesn't seems to work :
2025-03-19` 09:19:28,263 [INFO] pyaarlo: pyarlo 0.8.0.17 starting...
2025-03-19 09:19:28,934 [WARNING] pyaarlo: error in new response={'meta': {'code': 400, 'error': 9261, 'message': 'Invalid factor data'}}
2025-03-19 09:19:29,696 [ERROR] pyaarlo: imap connection failedb'LOGIN failed.'
2025-03-19 09:19:29,696 [ERROR] pyaarlo: login failed: 2fa: startup failed
2025-03-19 09:19:29,728 [INFO] root: MQTT client connected to 192.168.0.31
Here is my docker file :
services:
arlo-streamer:
image: kaffetorsk/arlo-streamer:latest
container_name: arlo-streamer
restart: on-failure:5
environment:
- ARLO_USER=${ARLO_USER}
- ARLO_PASS=${ARLO_PASS}
- IMAP_HOST=${IMAP_HOST}
- IMAP_PORT=${IMAP_PORT}
- IMAP_USER=${IMAP_USER}
- IMAP_PASS=${IMAP_PASS}
- MQTT_BROKER=${MQTT_BROKER}
- MQTT_PORT=${MQTT_PORT}
- FFMPEG_OUT=${FFMPEG_OUT}
ports:
- "8655:8555" # Port RTSP pour le streaming
- 8080:80
volumes:
- /volume1/docker/arlo-streamer/:/config:rw
# Uncomment if privileged mode is needed
# privileged: true
volumes:
arlo-data:
Any idea how to tackle problem?
I've read that the french langage could be the issue?
I tried to swap to english, but Arlo doesn't allow so.
Thanks for support,
Benjamin.

Hello,
I've tried to configure this nice project.
I would love to have arlo within frigate.
I've created a specific account in arlo, outlook and activate the IMAP option.
I've had issue with complex keypass.
So I've generated a 30 word with exclusively char and int.
Once tackled, the container I generate with portainer under synology NAS is launching.
Nevertheless, it doesn't seems to work :
Here is my docker file :
Any idea how to tackle problem?
I've read that the french langage could be the issue?
I tried to swap to english, but Arlo doesn't allow so.
Thanks for support,
Benjamin.