Impossible de piloter les modes

Bonjour,
Depuis ce matin impossible de piloter les modes depuis Jeedom
J’ai redémarré le Demon, synchronisé, relancé les Dépendances, rien ne bouge…
Je n’ai rien vu des récent sur la communauté.
Merci pour votre aide
Version Plugin : 2023-05-23 01:19:42
Jeedom ; V4.3.17 sur Atlas

Log Arlo_deamon :

[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:23:03]ERROR : MainThread : Method not found !
[2023-06-10 11:23:04]ERROR : MainThread : Method not found

Bonjour,

Et qu’avez-vous fait ou essayé de faire avant cela? Ce matin ou les jours précédents.

Parce que là on dirait que ce sont les fichiers du plugin qui sont cassés…

Sinon il manque toutes les infos demandées, voir documentation.

J’ai juste activé mon alarme depuis Jeedom.
Normalement, Arlo passse en mode acté.
Comme cela ne fonctionnait pas j’ai activé Arlo en manuel.
Les autres jours, tout se passe en automatique.
Pour la santé du plugin, tout est au vert.
Pourl es logs, je vous les ai fournis
Quant aux pages posant PB, je n’ai rien.
J’ai fait un nouveau contrôle vers 12:45, ça remarche.
J’en déduis que le pb venait du coté Arlo.
Si le Pb se reproduit je vous tiendrai informé.
Merci beaucoup pour votre intervention.

Je demande de la fournir systématiquement, vert ou pas il y a des infos qui me permettent d’avoir un contexte… aveugle je ne sais rien voir

Pas tous (dependances et démon sont les plus importants) et pas complet depuis le démarrage du démon.

Ce matin le problème s’est reproduit.
ci dessous le log complet et les copies d’écran :

Exception in thread EventStream:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 72, in __next__
self._connect()
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 748, in _update_chunk_length
self.chunk_left = int(line, 16)
ValueError: invalid literal for int() with base 16: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 443, in _error_catcher
yield
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 815, in read_chunked
self._update_chunk_length()
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 752, in _update_chunk_length
raise InvalidChunkLength(self, line)
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 623, in stream
for line in self.read_chunked(amt, decode_content=decode_content):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 844, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 460, in _error_catcher
raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 72, in __next__
self._connect()
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://myapi.arlo.com/hmsweb/client/subscribe
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-15 08:16:37]ERROR : MainThread : Send command to demon error : HTTPSConnectionPool(host='myapi.arlo.com', port=443): Read timed out. (read timeout=10)
Exception in thread EventHandler:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 204, in _new_conn
socket_options=self.socket_options,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 802, in urlopen
**response_kw,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 604, in connect
self.sock = sock = self._new_conn()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 207, in _new_conn
raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: : Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 497, in send
chunked=chunked,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 845, in urlopen
method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 85, in Connect
self.event_stream = sseclient.SSEClient(self.arlo.baseURL+'hmsweb/client/subscribe', session=self.arlo.request.session)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 39, in __init__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 47, in _connect
self.resp = requester.get(self.url, stream=True, **self.requests_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 259, in request
self.perform_request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 192, in perform_request
return super(CloudScraper, self).request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/eventHandler.py", line 81, in __eventHandler
self.__arloClient.Subscribe(device)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/arlo.py", line 180, in Subscribe
self.event_stream.Connect()
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 90, in Connect
raise Exception('Failed to start eventstream thread: {0}'.format(e))
Exception: Failed to start eventstream thread: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
[2023-06-03 11:57:26]ERROR : ConnectionThread : Please check server email config
[2023-06-03 11:57:26]ERROR : ConnectionThread : [Errno -2] Name or service not known
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 204, in _new_conn
socket_options=self.socket_options,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 802, in urlopen
**response_kw,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 604, in connect
self.sock = sock = self._new_conn()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 207, in _new_conn
raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: : Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 497, in send
chunked=chunked,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 845, in urlopen
method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 47, in _connect
self.resp = requester.get(self.url, stream=True, **self.requests_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 259, in request
self.perform_request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 192, in perform_request
return super(CloudScraper, self).request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventHandler:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 85, in Connect
self.event_stream = sseclient.SSEClient(self.arlo.baseURL+'hmsweb/client/subscribe', session=self.arlo.request.session)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 39, in __init__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/eventHandler.py", line 81, in __eventHandler
self.__arloClient.Subscribe(device)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/arlo.py", line 180, in Subscribe
self.event_stream.Connect()
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 90, in Connect
raise Exception('Failed to start eventstream thread: {0}'.format(e))
Exception: Failed to start eventstream thread: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
[2023-06-10 10:30:28]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:23:03]ERROR : MainThread : Method not found !
[2023-06-10 11:23:04]ERROR : MainThread : Method not found !
[2023-06-10 11:23:04]ERROR : MainThread : Method not found !
[2023-06-11 08:10:44]ERROR : MainThread : Method not found !




La Fin :


Merci d’avance

Je n’ai pas besoin de la liste des équipements ni de la page santé arlo mais bien la page santé JEEDOM.

Et il faut mettre les logs dans un Texte préformaté avec </>; là c’est illisible.

J’ai 67 ans et pas bien à l’aise sur internet
Désolé

Exception in thread EventStream:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 72, in __next__
self._connect()
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 748, in _update_chunk_length
self.chunk_left = int(line, 16)
ValueError: invalid literal for int() with base 16: b''
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 443, in _error_catcher
yield
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 815, in read_chunked
self._update_chunk_length()
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 752, in _update_chunk_length
raise InvalidChunkLength(self, line)
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 623, in stream
for line in self.read_chunked(amt, decode_content=decode_content):
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 844, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/usr/local/lib/python3.7/dist-packages/urllib3/response.py", line 460, in _error_catcher
raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 72, in __next__
self._connect()
File "/usr/local/lib/python3.7/dist-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://myapi.arlo.com/hmsweb/client/subscribe
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-12 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-12 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 04:00:06]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 04:00:06]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 17:30:14]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:30:14]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-05-13 17:36:30]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:30]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-13 17:36:59]ERROR : MainThread : Method not found !
[2023-05-15 08:16:37]ERROR : MainThread : Send command to demon error : HTTPSConnectionPool(host='myapi.arlo.com', port=443): Read timed out. (read timeout=10)
Exception in thread EventHandler:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 204, in _new_conn
socket_options=self.socket_options,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 802, in urlopen
**response_kw,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 604, in connect
self.sock = sock = self._new_conn()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 207, in _new_conn
raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: : Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 497, in send
chunked=chunked,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 845, in urlopen
method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 85, in Connect
self.event_stream = sseclient.SSEClient(self.arlo.baseURL+'hmsweb/client/subscribe', session=self.arlo.request.session)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 39, in __init__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 47, in _connect
self.resp = requester.get(self.url, stream=True, **self.requests_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 259, in request
self.perform_request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 192, in perform_request
return super(CloudScraper, self).request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/eventHandler.py", line 81, in __eventHandler
self.__arloClient.Subscribe(device)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/arlo.py", line 180, in Subscribe
self.event_stream.Connect()
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 90, in Connect
raise Exception('Failed to start eventstream thread: {0}'.format(e))
Exception: Failed to start eventstream thread: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
[2023-06-03 11:57:26]ERROR : ConnectionThread : Please check server email config
[2023-06-03 11:57:26]ERROR : ConnectionThread : [Errno -2] Name or service not known
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 204, in _new_conn
socket_options=self.socket_options,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/connection.py", line 60, in create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name or service not known
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 802, in urlopen
**response_kw,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 491, in _make_request
raise new_e
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 467, in _make_request
self._validate_conn(conn)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 1092, in _validate_conn
conn.connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 604, in connect
self.sock = sock = self._new_conn()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connection.py", line 207, in _new_conn
raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: : Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 497, in send
chunked=chunked,
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 845, in urlopen
method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/util/retry.py", line 515, in increment
raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 47, in _connect
self.resp = requester.get(self.url, stream=True, **self.requests_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 259, in request
self.perform_request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/cloudscraper/__init__.py", line 192, in perform_request
return super(CloudScraper, self).request(method, url, *args, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/adapters.py", line 519, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='myapi.arlo.com', port=443): Max retries exceeded with url: /hmsweb/client/subscribe (Caused by NameResolutionError(": Failed to resolve 'myapi.arlo.com' ([Errno -2] Name or service not known)"))
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventHandler:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 85, in Connect
self.event_stream = sseclient.SSEClient(self.arlo.baseURL+'hmsweb/client/subscribe', session=self.arlo.request.session)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 39, in __init__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/eventHandler.py", line 81, in __eventHandler
self.__arloClient.Subscribe(device)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/arlo.py", line 180, in Subscribe
self.event_stream.Connect()
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 90, in Connect
raise Exception('Failed to start eventstream thread: {0}'.format(e))
Exception: Failed to start eventstream thread: 502 Server Error: Bad Gateway for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
Exception in thread EventStream:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 705, in _error_catcher
yield
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1072, in read_chunked
self._update_chunk_length()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1007, in _update_chunk_length
raise InvalidChunkLength(self, line) from None
urllib3.exceptions.InvalidChunkLength: InvalidChunkLength(got length b'', 0 bytes read)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 816, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 932, in stream
yield from self.read_chunked(amt, decode_content=decode_content)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 1101, in read_chunked
self._original_response.close()
File "/usr/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/urllib3/response.py", line 722, in _error_catcher
raise ProtocolError(f"Connection broken: {e!r}", e) from e
urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 65, in __next__
next_chunk = next(self.resp_iterator)
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 818, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)", InvalidChunkLength(got length b'', 0 bytes read))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/usr/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "/var/www/html/plugins/arlo/resources/arlod/arlo/clientApi/eventstream.py", line 29, in __QueueEvents
for event in self.event_stream:
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 72, in __next__
self._connect()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/sseclient.py", line 52, in _connect
self.resp.raise_for_status()
File "/var/www/html/plugins/arlo/resources/venv/lib/python3.7/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://myapi.arlo.com/hmsweb/client/subscribe
[2023-06-10 10:30:28]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:30:28]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 10:32:09]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 10:32:09]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:15:29]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:15:29]ERROR : MainThread : Method not found !
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2023-06-10 11:23:03]ERROR : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2023-06-10 11:23:03]ERROR : MainThread : Method not found !
[2023-06-10 11:23:04]ERROR : MainThread : Method not found !
[2023-06-10 11:23:04]ERROR : MainThread : Method not found !
[2023-06-11 08:10:44]ERROR : MainThread : Method not found !

J’espère que c’est comme vous voulez ? :grin:

Passez le niveau de log en mode INFO & sauvegardez
Ensuite relancez le démon et montrez moi le log

vous n’auriez pas des coupures internet par hasard?

Pas de coupure à ma connaissance

Le log fait plus de 34000 oct

[2023-06-11 10:20:47]INFO : MainThread : Start daemon
[2023-06-11 10:20:47]INFO : MainThread : Log level : info
[2023-06-11 10:20:47]INFO : MainThread : ffmpeg loglevel: info->info
[2023-06-11 10:20:47]INFO : ConnectionThread : Init connection...
[2023-06-11 10:20:47]INFO : MainThread : Start listening
[2023-06-11 10:20:47]INFO : ConnectionThread : cloudscraper version:1.2.71
[2023-06-11 10:20:49]INFO : ConnectionThread : Processing inbox...
[2023-06-11 10:20:56]INFO : ConnectionThread : Processing inbox...
[2023-06-11 10:20:56]INFO : ConnectionThread : Parsing email...
[2023-06-11 10:20:56]INFO : ConnectionThread : OTP found: 220756
[2023-06-11 10:20:59]INFO : ConnectionThread : Logged in: W3WX7-176-58378032
[2023-06-11 10:20:59]INFO : ConnectionThread : Get Arlo devices
[2023-06-11 10:20:59]INFO : ConnectionThread : basestations (1): [{'userId': 'W3WX7-176-58378032', 'deviceId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_A0E2087KA01CE', 'deviceType': 'basestation', 'deviceName': 'Alexandre Arlo', 'lastModified': 1686471659304, 'firmwareVersion': '1.20.6.0_1323_24cf271', 'xCloudId': '22KW-2700-176-121333423', 'userRole': 'ADMIN', 'displayOrder': 7, 'mediaObjectCount': 0, 'state': 'provisioned', 'modelId': 'VMB4540', 'dateCreated': 1638629366602, 'interfaceVersion': 'i012', 'interfaceSchemaVer': '20', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'connectivity': {'type': 'ethernet', 'connected': True, 'mepStatus': 'unknown'}, 'certAvailable': True, 'automationRevision': 58, 'migrateActivityZone': False, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}]
[2023-06-11 10:20:59]INFO : ConnectionThread : bridges: []
[2023-06-11 10:20:59]INFO : ConnectionThread : Wired standalone cameras (0): []
[2023-06-11 10:20:59]INFO : ConnectionThread : cameras with base (5): [{'userId': 'W3WX7-176-58378032', 'deviceId': '4N71687C180CC', 'parentId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_4N71687C180CC', 'deviceType': 'camera', 'deviceName': 'Couloir', 'lastModified': 1686471659281, 'xCloudId': '22KW-2700-176-121333423', 'lastImageUploaded': 'true', 'userRole': 'ADMIN', 'displayOrder': 1, 'presignedLastImageUrl': 'https://arlolastimage-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687C180CC/lastImage.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=FwXzW0tFNjwS5HIe%2BXmF7Bx9WC0%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687C180CC/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=thDbwEdfC0wyTOL5c0qRwIkdP1c%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687C180CC/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=X16B9IREIy70Otu34BZXlsMGc50%3D', 'mediaObjectCount': 0, 'state': 'provisioned', 'modelId': 'VMC3030', 'dateCreated': 1638629742484, 'interfaceVersion': 'i003', 'interfaceSchemaVer': '3', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/cameras/4N71687C180CC/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}, {'userId': 'W3WX7-176-58378032', 'deviceId': '4N71687E17E9E', 'parentId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_4N71687E17E9E', 'deviceType': 'camera', 'deviceName': 'Bureau Ch', 'lastModified': 1686471659281, 'xCloudId': '22KW-2700-176-121333423', 'lastImageUploaded': 'true', 'userRole': 'ADMIN', 'displayOrder': 2, 'presignedLastImageUrl': 'https://arlolastimage-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687E17E9E/lastImage.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=zDlRizxNov2YRGXqoeQytm6WiOo%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687E17E9E/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=Skx%2FK9Oyh6TBtDcT0v9myC0UKFs%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/4N71687E17E9E/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=TCO8AxfJ374dfIf5Hi1SHJ8RRA4%3D', 'mediaObjectCount': 1, 'state': 'provisioned', 'modelId': 'VMC3030', 'dateCreated': 1638630185543, 'interfaceVersion': 'i003', 'interfaceSchemaVer': '3', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/cameras/4N71687E17E9E/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}, {'userId': 'W3WX7-176-58378032', 'deviceId': 'A6P1087GA3499', 'parentId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_A6P1087GA3499', 'deviceType': 'camera', 'deviceName': 'Exter Piscine', 'lastModified': 1686471659281, 'xCloudId': '22KW-2700-176-121333423', 'lastImageUploaded': 'true', 'userRole': 'ADMIN', 'displayOrder': 3, 'presignedLastImageUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087GA3499/recordings/1685766179618_thumb.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=X9kvQUEamvvL9616Ap8GzOyxFdU%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087GA3499/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=xpapZF2EhU8DVH6sADW3l3iS5Uk%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087GA3499/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=sDS4bOhUJTWBs6l0rA7KNzdI68s%3D', 'mediaObjectCount': 45, 'state': 'provisioned', 'modelId': 'VMC4040P', 'dateCreated': 1638629712778, 'interfaceVersion': 'i008', 'interfaceSchemaVer': '1', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/cameras/A6P1087GA3499/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}, {'userId': 'W3WX7-176-58378032', 'deviceId': 'A6P1087RA60D9', 'parentId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_A6P1087RA60D9', 'deviceType': 'camera', 'deviceName': 'Exter Porte', 'lastModified': 1686471659281, 'xCloudId': '22KW-2700-176-121333423', 'lastImageUploaded': 'true', 'userRole': 'ADMIN', 'displayOrder': 4, 'presignedLastImageUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087RA60D9/recordings/1685781640956_thumb.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=%2BlxU3%2FKRZYUvbESVV2p9bbaJpKQ%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087RA60D9/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=94fJOM4M7Pk7NK5Po1vwoNkTX%2FQ%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P1087RA60D9/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=PWHOoR%2B6Vi9xvMQc0nM0ngajrFk%3D', 'mediaObjectCount': 20, 'state': 'provisioned', 'modelId': 'VMC4040P', 'dateCreated': 1638629728535, 'interfaceVersion': 'i008', 'interfaceSchemaVer': '1', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/cameras/A6P1087RA60D9/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}, {'userId': 'W3WX7-176-58378032', 'deviceId': 'A6P21274A0298', 'parentId': 'A0E2087KA01CE', 'uniqueId': 'FHZQ8ST-176-7231820_A6P21274A0298', 'deviceType': 'camera', 'deviceName': 'Sejour', 'lastModified': 1686471659281, 'xCloudId': '22KW-2700-176-121333423', 'lastImageUploaded': 'true', 'userRole': 'ADMIN', 'displayOrder': 5, 'presignedLastImageUrl': 'https://arlolastimage-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P21274A0298/lastImage.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=z3xZsnYwAqQ%2F17%2F%2BsORtQp2i6%2FY%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P21274A0298/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=TAy6lKJEMxcq5RDZwcdxXVkrmaM%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/50f4d533_fc82_4ba5_b42d_38ee18598c67/FHZQ8ST-176-7231820/A6P21274A0298/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjEHAaCWV1LXdlc3QtMSJHMEUCIQDMRY5VyynrERdrd%2BJBjh5JbkS40EJgYwtmmA4oKVlvowIgXzCLtIraF7yMrXQm7QQJBw71ragEFfC2jH9JHCW9uwoqmQUIuf%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FARAAGgw2ODkzNTgwMTAyMDkiDJ8n7BJBiYQ%2B18feeCrtBOf%2BW6%2BWVJSMOqyri4Z%2FacurMxOppwiOVfKOAG%2Bzp6KPdFyYXymFxJFG18bYg6zMvyorF%2FTkZ9PsvQnsGpgeM2nHmrEuMLpaf2yvEv02YaJ2u4C7KWBJ83W99WUP0RPVC6mUpu%2BlONCHdeWSz4jCgL0Q4%2FYkIctg%2BmzeRKyTPPwl%2B3ioE5Nf1p1bUxpD8c%2F5atnixXeEtkOxhsAFjX4JfKi8qH8YkgZxdL%2FEfWBLyNnw%2B4s6iBwdfl7ZAxPORj7MqrJws20NNyMuy5Cvg%2FEy%2BlA0dSV64motuelp39X%2BujDrO5zAukOp9LwYWNkpr16%2B54UfaUBII7uukg%2FfNdudxo00KAuf8mnyplCJ%2B9xJFAtII6mds2gtpViXfO1L6K7NCzmFF9%2BymT3J7%2BM%2FHX6BagvCOgFyTXJiT4zusLzC1lBfQHz%2BJnN9%2BRdRjANB2vqKzUAs5%2BucS9it3YaaX9reZyIwJhDrtTwWuW4tn3fbn%2B1A2EX1vnoy%2BFlLSOc1BLUQ1n%2Bgjf2kUJP8DXAxm06rKnEIxxBAbYPj7esu%2FiDSC2FFL%2B6pm8X%2Bjojj7sljfZsOFHeOfMgcHIeFG9H3TPPEYBuvnjeDG%2Bh5jL%2BGyzmw8RNM8gzywPgwbUxuQMZN62LKckMRE1NR%2FD0SJwW8z10EybloBb1geXUxWb6y7weaCFOG5crw8bzCiN48px4ohxnk1kBhLKOj4s4XASLbviP7BSReDGIzdiLl3s1HRyeqMC%2F4QdOXCRsJePcgczSsuoKG1Zt58HAk4YssWgPQus5HkemjAow5JPesM57c7GaO7XkU5sLKog6h2gtLBv5%2F2DDV75WkBjqbAVAtUrVywEaPFc%2FjzhgPzeUkqRnYO2gg1dM5viIKFZxe%2B3LWpvIPfyU%2B9GGfM7jAW6uSCGSYpgicve%2FSqSNkAq5LC109wAx47tlR5jLbYVDnTCZp0NCbqbm3XrGnhZ6XVz7UliaK5uUpnORGo7QFnmmKjbxZkV%2FaFZBatRM%2BTzwGJM5nHGepC%2FRtzgmbfRDwraaI2JhlwFy%2Fx4lQ&AWSAccessKeyId=ASIA2BAHQO5QS4HA7BEK&Expires=1686558059&Signature=szLJgF1KGadAIwKUDJeWnxRXNPc%3D', 'mediaObjectCount': 1, 'state': 'provisioned', 'modelId': 'VMC4040P', 'dateCreated': 1638957839238, 'interfaceVersion': 'i008', 'interfaceSchemaVer': '1', 'owner': {'firstName': 'Christian', 'lastName': 'BRICOUT', 'ownerId': 'FHZQ8ST-176-7231820'}, 'properties': {}, 'allowedMqttTopics': ['d/22KW-2700-176-121333423/out/cameras/A6P21274A0298/#', 'd/22KW-2700-176-121333423/out/wifi/#', 'd/22KW-2700-176-121333423/out/subscriptions/#', 'd/22KW-2700-176-121333423/out/audioPlayback/#', 'd/22KW-2700-176-121333423/out/modes/#', 'd/22KW-2700-176-121333423/out/basestation/#', 'd/22KW-2700-176-121333423/out/siren/#', 'd/22KW-2700-176-121333423/out/devices/#', 'd/22KW-2700-176-121333423/out/storage/#', 'd/22KW-2700-176-121333423/out/schedule/#', 'd/22KW-2700-176-121333423/out/diagnostics/#', 'd/22KW-2700-176-121333423/out/automationRevisionUpdate/#', 'd/22KW-2700-176-121333423/out/audio/#', 'd/22KW-2700-176-121333423/out/activeAutomations/#', 'd/22KW-2700-176-121333423/out/lte/#']}]
[2023-06-11 10:20:59]INFO : ConnectionThread : arlo Go, essentials & pro4 cameras with charger (0): []
[2023-06-11 10:20:59]INFO : ConnectionThread : arlo Go, essentials & pro4 cameras & doorbells (0): []
[2023-06-11 10:20:59]INFO : ConnectionThread : arlodoorbellsWithBase: []
[2023-06-11 10:20:59]INFO : ConnectionThread : arlodoorbellsStandalone: []
[2023-06-11 10:20:59]INFO : ConnectionThread : arlochimes: []
[2023-06-11 10:20:59]INFO : ConnectionThread : arloSirens: []
[2023-06-11 10:20:59]INFO : ConnectionThread : Get Arlo modes
[2023-06-11 10:21:00]INFO : ConnectionThread : Starting event handler...
[2023-06-11 10:21:00]INFO : ConnectionThread : Get devices state
[2023-06-11 10:21:02]INFO : EventHandler : Connect eventstream
[2023-06-11 10:21:02]INFO : ConnectionThread : Connnected and ready
[2023-06-11 10:21:03]INFO : KeepAliveThread : start KeepAlive for A0E2087KA01CE
[2023-06-11 10:21:03]INFO : EventHandler : Listening

Je viens de tester. Pour l’instant ça marche !

Je pense quand même qu’il y a du y avoir une petite coupure et cela a cassé la connexion entre jeedom et arlo car ici un simple redémarrage du démon a rétabli la situation.

Ce que vous pouvez faire dans votre cas, car vous avez un hub, c’est de cocher la case « Activer heartbeat » juste au-dessus de la config « port socket interne »; sauvegardez et relancez le démon.

Ainsi cela devrait aider à rétablir la situation automatiquement la prochaine fois que cela se produit.

OK
Merci beaucoup