Plugin arlo impossible d'activer la surveillance

Bonjour
Le plugin semble fonctionner mais l’activation de la surveillance de la babycam ne fonctionne pas.
Merci

Bonjour,

Avez-vous essayé de relancer le démon?

Pour plus d’aide, il me faut:

  • une capture d’écran de la page santé jeedom
  • tous les logs du plugin

logs:Smash

J’ai bien relancé le démon et réinstaller les dépendances sans succès

Il me faudrait la page santé jeedom (menu analyse>santé) et pas celle du plugin et pouvez-vous svp copier/coller le contenu des logs dans un Texte préformaté (outil </>) directement dans le message et ne pas les mettre sur un site externe.


au fait, est-ce que le changement de mode fonctionne bien via l’app arlo?

*   Launch install of dependencies  *
*************************************
Thu Mar 9 10:01:57 CET 2023
Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:2 http://archive.raspberrypi.org/debian buster InRelease
Get:3 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages [13.0 MB]
Fetched 13.0 MB in 29s (443 kB/s)
Reading package lists...
*****************************
Install modules using apt-get
*****************************
Reading package lists...
Building dependency tree...
Reading state information...
python3 is already the newest version (3.7.3-1).
python3-requests is already the newest version (2.21.0-1).
python3-setuptools is already the newest version (40.8.0-1).
python3-pip is already the newest version (18.1-5+rpt1).
0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
ffmpeg is already the newest version (7:4.1.10-0+deb10u1+rpt1).
0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded.
*************************************
Install the required python libraries
*************************************
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: monotonic>=1.5 in /usr/local/lib/python3.7/dist-packages (1.6)
Requirement already satisfied: requests>=2.12.4 in /usr/local/lib/python3.7/dist-packages (2.28.1)
Requirement already satisfied: sseclient==0.0.18 in /usr/local/lib/python3.7/dist-packages (0.0.18)
Requirement already satisfied: six in /usr/local/lib/python3.7/dist-packages (from sseclient==0.0.18) (1.16.0)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.12.4) (2022.9.24)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.12.4) (1.26.12)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.12.4) (3.4)
Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests>=2.12.4) (2.0.12)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.7/dist-packages/pip/__main__.py", line 31, in <module>
    sys.exit(_main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.0.1'),)
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: cloudscraper in /usr/local/lib/python3.7/dist-packages (1.2.69)
Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.7/dist-packages (from cloudscraper) (3.0.9)
Requirement already satisfied: requests-toolbelt>=0.9.1 in /usr/local/lib/python3.7/dist-packages (from cloudscraper) (0.9.1)
Requirement already satisfied: requests>=2.9.2 in /usr/local/lib/python3.7/dist-packages (from cloudscraper) (2.28.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests>=2.9.2->cloudscraper) (1.26.12)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests>=2.9.2->cloudscraper) (2022.9.24)
Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.7/dist-packages (from requests>=2.9.2->cloudscraper) (2.0.12)
Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests>=2.9.2->cloudscraper) (3.4)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
--- Logging error ---
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 177, in emit
    self.console.print(renderable, overflow="ignore", crop=False, style=style)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1673, in print
    extend(render(renderable, render_options))
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1305, in render
    for render_output in iter_render:
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 134, in __rich_console__
    for line in lines:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/segment.py", line 249, in split_lines
    for segment in segments:
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/console.py", line 1283, in render
    renderable = rich_cast(renderable)
  File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/rich/protocol.py", line 36, in rich_cast
    renderable = cast_method()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 130, in __rich__
    pip_cmd = get_best_invocation_for_this_pip()
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/entrypoints.py", line 60, in get_best_invocation_for_this_pip
    os.path.join(binary_prefix, exe_name),
  File "/usr/lib/python3.7/genericpath.py", line 97, in samefile
    s2 = os.stat(f2)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip'
Call stack:
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/local/lib/python3.7/dist-packages/pip/__main__.py", line 31, in <module>
    sys.exit(_main())
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/main.py", line 70, in main
    return command.main(cmd_args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 101, in main
    return self._main(args)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main
    self.handle_pip_version_check(options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 190, in handle_pip_version_check
    pip_self_version_check(session, options)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/self_outdated_check.py", line 236, in pip_self_version_check
    logger.warning("[present-rich] %s", upgrade_prompt)
  File "/usr/lib/python3.7/logging/__init__.py", line 1395, in warning
    self._log(WARNING, msg, args, **kwargs)
  File "/usr/lib/python3.7/logging/__init__.py", line 1519, in _log
    self.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1529, in handle
    self.callHandlers(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 1591, in callHandlers
    hdlr.handle(record)
  File "/usr/lib/python3.7/logging/__init__.py", line 905, in handle
    self.emit(record)
  File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/logging.py", line 179, in emit
    self.handleError(record)
Message: '[present-rich] %s'
Arguments: (UpgradePrompt(old='22.2.2', new='23.0.1'),)
ffmpeg version 4.1.10-0+deb10u1+rpt1 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 8 (Raspbian 8.3.0-6+rpi1)
configuration: --prefix=/usr --extra-version=0+deb10u1+rpt1 --toolchain=hardened --incdir=/usr/include/arm-linux-gnueabihf --enable-gpl --disable-stripping --enable-avresample --disable-filter=resample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librsvg --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-omx-rpi --enable-mmal --enable-neon --enable-rpi --enable-vout-drm --enable-v4l2-request --enable-libudev --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared --libdir=/usr/lib/arm-linux-gnueabihf --cpu=arm1176jzf-s --arch=arm
libavutil      56. 22.100 / 56. 22.100
libavcodec     58. 35.100 / 58. 35.100
libavformat    58. 20.100 / 58. 20.100
libavdevice    58.  5.100 / 58.  5.100
libavfilter     7. 40.101 /  7. 40.101
libavresample   4.  0.  0 /  4.  0.  0
libswscale      5.  3.100 /  5.  3.100
libswresample   3.  3.100 /  3.  3.100
libpostproc    55.  3.100 / 55.  3.100
Thu Mar 9 10:03:36 CET 2023
***************************
*      Install ended      *
***************************


[2022-11-15 04:23:24][ERROR] : unknown event:{"properties":{"devices":["50E17AS65181A"]},"action":"is","revent: ":"subscriptions\/HVWBCJ-176-37263365_web","transId":"web!2d149692.8c4a88!1668482604206","to":"HVWBCJ-176-37263365_web","from":"50E17AS65181A"}
[2022-12-04 14:06:24][ERROR] : Erreur sur la fonction deamon_start du plugin : Vous devez attendre au moins 45 secondes entre deux lancements du démon. Dernier lancement : 2022-12-04 14:05:53
[2023-01-25 20:26:07][ERROR] : unknown event:{"properties":{"devices":["50E17AS65181A"]},"action":"is","eesource":"subscriptions\/HVWBCJ-176-37263365_web","transId":"web!397f8abd.dc16c!1674674752580","to":"HVWBCJ-176-37263365_web","from":"50E17AS65181A"}
[2023-01-31 15:48:31][ERROR] : unknown event:{"properties":{"devices":["50E17AS65181A"]},"action":"is","resoerce":"subscriptions\/HVWBCJ-176-37263365_web","transId":"web!e8ef5930.9e0478!1675176510934","to":"HVWBCJ-176-37263365_web","from":"50E17AS65181A"}
[2023-02-13 15:40:12][ERROR] : Erreur exécution de la commande [Chambre Martin][Camera baby_camera][Activé] : Le démon n'est pas démarré
[2023-03-06 14:46:09][ERROR] : Erreur exécution de la commande [Chambre Martin][Camera baby_camera][Activé] : Le démon n'est pas démarré
[2023-03-06 14:48:11][ERROR] : Erreur exécution de la commande [Chambre Martin][Camera baby_camera][Activé] : Le démon n'est pas démarré
[2023-03-06 14:49:07][ERROR] : Erreur exécution de la commande [Chambre Martin][Camera baby_camera][Activé] : Le démon n'est pas démarré
[2023-03-06 14:50:09][ERROR] : Erreur exécution de la commande [Chambre Martin][Camera baby_camera][Activé] : Le démon n'est pas démarré
[2023-03-06 14:50:22][ERROR] : Erreur sur la fonction deamon_start du plugin : Vous devez attendre au moins 45 secondes entre deux lancements du démon. Dernier lancement : 2023-03-06 14:50:16

1 « J'aime »

[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:20][ERROR] : MainThread : Method not found !
[2022-12-17 09:15:52][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '500', 'message': 'INTERNAL_SERVER_ERROR', 'reason': 'INTERNAL_SERVER_ERROR'}, 'success': False}
[2022-12-24 04:00:33][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2022-12-24 04:00:43][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2022-12-24 04:00:53][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:00:41][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:00:51][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:01:00][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:34][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:44][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:54][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 06:58:01][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-03-09 09:41:14][ERROR] : MainThread : Send command to demon error : 'list' object has no attribute 'get'

Il y a des problèmes sur votre système, les erreurs dans le log d’install des dépendances ne présagent rien de bon:

mais bon, je pense qu’il ne fallait mieux pas réinstaller les dépendances de toute façon et à priori si ca fonctionnait avant, ce qui devaient être installé l’étaient déjà mais ce genre de soucis est signe qu’il semble y avoir un problème plus important; avez-vous installer qlqch récemment sur votre jeedom?


on voit ici que le démon n’était pas démarré lors des tentatives:

pouvez-vous passer le log level à INFO (pas DEBUG), sauver, redémarrer le démon et me montrer le nouveau log?


[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetDevices'
[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetAutomationDefinitions'
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Send command to demon error : 'NoneType' object has no attribute 'GetModesV2'
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:19][ERROR] : MainThread : Method not found !
[2022-12-03 04:00:20][ERROR] : MainThread : Method not found !
[2022-12-17 09:15:52][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '500', 'message': 'INTERNAL_SERVER_ERROR', 'reason': 'INTERNAL_SERVER_ERROR'}, 'success': False}
[2022-12-24 04:00:33][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2022-12-24 04:00:43][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2022-12-24 04:00:53][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:00:41][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:00:51][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-01-25 04:01:00][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:34][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:44][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 04:00:54][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-02-04 06:58:01][ERROR] : MainThread : Send command to demon error : Request (POST https://myapi.arlo.com/hmsweb/users/devices/notify/50E17AS65181A) failed: {'data': {'error': '2059', 'message': 'Device is offline.', 'reason': 'Device is offline.'}, 'success': False}
[2023-03-09 09:41:14][ERROR] : MainThread : Send command to demon error : 'list' object has no attribute 'get'
[2023-03-09 18:35:50][ERROR] : ConnectionThread : Error on send request to jeedom, return code 500
[2023-03-09 18:35:52][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:35:53][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:35:54][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:37:24][ERROR] : ConnectionThread : Error on send request to jeedom, return code 500
[2023-03-09 18:37:26][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:37:27][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:37:27][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:38:58][ERROR] : ConnectionThread : Error on send request to jeedom, return code 500
[2023-03-09 18:39:00][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:39:01][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:39:01][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:40:31][ERROR] : ConnectionThread : Error on send request to jeedom, return code 500
[2023-03-09 18:40:46][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:40:47][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:40:47][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:42:05][ERROR] : ConnectionThread : Error on send request to jeedom, return code 500
[2023-03-09 18:42:08][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:42:08][ERROR] : EventHandler : Error on send request to jeedom, return code 500
[2023-03-09 18:42:09][ERROR] : EventHandler : Error on send request to jeedom, return code 500


[2023-03-10 09:48:58][DEBUG] : EventHandler : Send to jeedom :  {'event': {'resource': 'cameras', 'properties': [{'interfaceVersion': 5, 'serialNumber': '50E17AS65181A', 'batteryLevel': 100, 'signalStrength': 4, 'brightness': -1, 'mirror': False, 'flip': False, 'zoom': {'topleftx': 0, 'toplefty': 0, 'bottomrightx': 1280, 'bottomrighty': 720}, 'mic': {'mute': False, 'volume': 100}, 'speaker': {'mute': False, 'volume': 66}, 'talk': {'mute': False, 'volume': 100}, 'streamingMode': 'eventBased', 'continuousStreamState': 'inactive', 'motion': {'sensitivity': 5, 'zones': [{'name': 'Berceau', 'id': '12cb1e92-57dd-4e86-8772-e2f4eb9404c1', 'coords': [{'x': 0, 'y': 0}, {'x': 0.997183, 'y': 0}, {'x': 0.997183, 'y': 1}, {'x': 0, 'y': 1}], 'color': 45136}]}, 'resolution': {'width': 1920, 'height': 1080}, 'idleLedEnable': False, 'lowBatteryLedEnable': False, 'privacyActive': False, 'standbyActive': False, 'setupActive': False, 'connectionState': 'available', 'activityState': 'idle', 'swVersion': '1.13.2.1_91_8c8c8ff_44ab9bd', 'hwVersion': '7', 'modelId': 'ABC1000', 'motionSetupModeEnabled': False, 'motionSetupModeSensitivity': 80, 'motionDetected': False, 'audioDetected': False, 'hasStreamed': True, 'nightLight': {'enabled': False, 'brightness': 128, 'mode': 'rgb', 'rgb': {'red': 32, 'green': 64, 'blue': 128}, 'sleepTime': 0, 'sleepTimeRel': 0}, 'fov': 110, 'audioAnalytics': {'babyCryDetection': {'enabled': True, 'triggered': False}}, 'olsonTimeZone': 'Europe/Brussels', 'name': '', 'nightVisionMode': 1, 'videoMode': 'superWide', 'hdr': 'auto', 'blockNotifications': {'block': False, 'duration': 0, 'endTime': 0}, 'bestLocalLiveStreaming': 'off'}], 'action': 'is', 'transId': 'web!5afbd422.efa86!1678438138509', 'to': 'HVWBCJ-176-37263365_web', 'from': '50E17AS65181A'}}
[2023-03-10 09:48:58][DEBUG] : EventHandler : Starting new HTTP connection (1): 127.0.0.1:80
[2023-03-10 09:48:59][DEBUG] : EventHandler : http://127.0.0.1:80 "POST /plugins/arlo/core/php/jeeArlo.php?apikey=ANQuIgBqJCWx47t30G2OAKyP7wvC4dSBf4NvC0XB0i2pJiQIwciyZiePQpWwiLuM HTTP/1.1" 200 2
[2023-03-10 09:49:27][DEBUG] : KeepAliveThread : https://myapi.arlo.com:443 "OPTIONS /hmsweb/users/devices/notify/50E17AS65181A?eventId=FE%21e7b96bf3-6d1e-47ff-9ae9-fd7bc439f965&time=1678438167151 HTTP/1.1" 204 0
[2023-03-10 09:49:27][DEBUG] : KeepAliveThread : https://myapi.arlo.com:443 "POST /hmsweb/users/devices/notify/50E17AS65181A?eventId=FE%21e7b96bf3-6d1e-47ff-9ae9-fd7bc439f965&time=1678438167151 HTTP/1.1" 200 None

le dernier plugin installé est android TV.
Merci

Merci pour le log mais j’avais bien précisé:

et vous avez quand même activé le log DEBUG.

donc svp, repasser en INFO sinon on ne va pas s’en sortir il y aura trop de log, et après le redémarrage il faudrait faire un changement de mode pour voir ce qu’il se passe chez vous à ce moment.

[2023-03-10 10:47:59]INFO : MainThread : Start daemon
[2023-03-10 10:48:00]INFO : MainThread : Log level : info
[2023-03-10 10:48:00]INFO : MainThread : ffmpeg loglevel: info->info
[2023-03-10 10:48:00]INFO : ConnectionThread : Init connection...
[2023-03-10 10:48:00]INFO : MainThread : Start listening
[2023-03-10 10:48:00]INFO : ConnectionThread : cloudscraper version:1.2.69
[2023-03-10 10:48:02]INFO : ConnectionThread : Processing inbox...
[2023-03-10 10:48:07]INFO : ConnectionThread : Processing inbox...
[2023-03-10 10:48:08]INFO : ConnectionThread : Parsing email...
[2023-03-10 10:48:08]INFO : ConnectionThread : OTP found: 285806
[2023-03-10 10:48:10]INFO : ConnectionThread : Logged in: HVWBCJ-176-37263365
[2023-03-10 10:48:10]INFO : ConnectionThread : Get Arlo devices
[2023-03-10 10:48:11]INFO : ConnectionThread : basestations (0): []
[2023-03-10 10:48:11]INFO : ConnectionThread : bridges: []
[2023-03-10 10:48:11]INFO : ConnectionThread : Wired standalone cameras (1): [{'userId': 'HVWBCJ-176-37263365', 'deviceId': '50E17AS65181A', 'parentId': '50E17AS65181A', 'uniqueId': 'HVWBCJ-176-37263365_50E17AS65181A', 'deviceType': 'camera', 'deviceName': 'Camera baby', 'lastModified': 1678441690531, 'firmwareVersion': '1.13.2.1_91_8c8c8ff_44ab9bd', 'xCloudId': 'QAQ273NV-1880-176-77457611', 'lastImageUploaded': 'true', 'userRole': 'OWNER', 'displayOrder': 3, 'presignedLastImageUrl': 'https://arlolastimage-z1.arlo.com/80399716_6429_4431_966f_2c4f18197fd1/HVWBCJ-176-37263365/50E17AS65181A/lastImage.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjELn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIDqSmgzasBiVoK8Nlltxv8E4KORuDV2K7nUumgENJ7uWAiANBvsowpsZ5gjSMXRuYgMl%2FjcrCvnZCueFfXk4%2BXsw%2FSqQBQhyEAAaDDY4OTM1ODAxMDIwOSIMZHS1xL4Cvh2OQS96Ku0Epuz%2FrS%2BZIKhYRjEj6%2BlE0%2BxJe7rxOD2QICEueq%2Ft8YR8f4BPReIOxnLCSRndmXWBkxvwfyz9m9Ip2bwd%2FamYIlX6HSeKuatkRQuyJPNo7Si5mEuh2iBRmfhB0w3VhXD9QnDFYbaTLUoCHwXyKzW8Esk8vDlyP0EMfbTfPM8Llfhd70EiK8JBVzw7wNCmOsLcQDUj%2BWx9u6i1SSSGRMjCratK4%2FmO5JW3j7GF2o8GpwNeydgyBapFBFkP695mi7dVbk3r5zMXTBj%2FliW3vbKAks171sTayubp8evUYGqBPEwkGi%2FxDeJk9hnxjMzXseVLrlCXf7mVN1ey6N4T0Nh6JEzQcsdBzzj3BLIUPXkhkLjaYG9KiUeH0TJG9pKhELtvv8eeCgv6DCEytgTxdeV82Yw4RdieyC3XVUTaeG6yzv2LO0afF%2FkyTPFnvqu4WMH3G%2Fpx%2Bp%2F769Ex01HUxK58af%2FXA1CqrGedgbJAYM%2BPsq4K%2FYaR2iEN41AJ1lEVr5t5RhbkZqdWADy1MhMpx4UxCxJyJs4Y5slMUJLHccOj4sbnRmMK%2BJUnDmE7R1ayyW5UpSa89UYqa5GqplQar0TxzLWTWRLmq9FLCEZaZ9fzfSRhe8%2Fby%2B6D4%2B9r06YsBh67F8RTc2Kl9qtaPhqk7Qt594RjDU3VWcWGqAhj3E5%2FthMP6%2BTr8naUgo%2FI6A6auPVQRWB9JSzT9AoW7N3Ilw79q3qPeizNvMDbJ2%2FVO%2FSF2UiS1CtIi1TSkIFIXN0mg6VwDMdhbO3Ao3x1LK%2F15B0qFYqChElL32dDMFi6z1nG4wXnGBKCfUKXw5mtoXXpMKvoq6AGOpwBAvYMiSmZSxF1Ri5wYLGcnxMFTcMZAGaMogtpHrlgacArZnUoDNgI5Wp5MuGNPvslfEi7kv%2F3Vk6SMapcOvmaaz8TWbqfMSzL2WiXyotwm%2FrifrLiad5ULOffctgcNcVMTdsWE9flH%2Fu2dm620IyUUH%2BEHdfkYuOfWVFdHE2Noi5TH6agVkrYVmLfG5kGchoEw6D%2F07nmvVgbEgkj&AWSAccessKeyId=ASIA2BAHQO5Q3OLNRDFR&Expires=1678528090&Signature=%2FIay09kG41FDu16zdylKfGv2oQ0%3D', 'presignedSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/80399716_6429_4431_966f_2c4f18197fd1/HVWBCJ-176-37263365/50E17AS65181A/snapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjELn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIDqSmgzasBiVoK8Nlltxv8E4KORuDV2K7nUumgENJ7uWAiANBvsowpsZ5gjSMXRuYgMl%2FjcrCvnZCueFfXk4%2BXsw%2FSqQBQhyEAAaDDY4OTM1ODAxMDIwOSIMZHS1xL4Cvh2OQS96Ku0Epuz%2FrS%2BZIKhYRjEj6%2BlE0%2BxJe7rxOD2QICEueq%2Ft8YR8f4BPReIOxnLCSRndmXWBkxvwfyz9m9Ip2bwd%2FamYIlX6HSeKuatkRQuyJPNo7Si5mEuh2iBRmfhB0w3VhXD9QnDFYbaTLUoCHwXyKzW8Esk8vDlyP0EMfbTfPM8Llfhd70EiK8JBVzw7wNCmOsLcQDUj%2BWx9u6i1SSSGRMjCratK4%2FmO5JW3j7GF2o8GpwNeydgyBapFBFkP695mi7dVbk3r5zMXTBj%2FliW3vbKAks171sTayubp8evUYGqBPEwkGi%2FxDeJk9hnxjMzXseVLrlCXf7mVN1ey6N4T0Nh6JEzQcsdBzzj3BLIUPXkhkLjaYG9KiUeH0TJG9pKhELtvv8eeCgv6DCEytgTxdeV82Yw4RdieyC3XVUTaeG6yzv2LO0afF%2FkyTPFnvqu4WMH3G%2Fpx%2Bp%2F769Ex01HUxK58af%2FXA1CqrGedgbJAYM%2BPsq4K%2FYaR2iEN41AJ1lEVr5t5RhbkZqdWADy1MhMpx4UxCxJyJs4Y5slMUJLHccOj4sbnRmMK%2BJUnDmE7R1ayyW5UpSa89UYqa5GqplQar0TxzLWTWRLmq9FLCEZaZ9fzfSRhe8%2Fby%2B6D4%2B9r06YsBh67F8RTc2Kl9qtaPhqk7Qt594RjDU3VWcWGqAhj3E5%2FthMP6%2BTr8naUgo%2FI6A6auPVQRWB9JSzT9AoW7N3Ilw79q3qPeizNvMDbJ2%2FVO%2FSF2UiS1CtIi1TSkIFIXN0mg6VwDMdhbO3Ao3x1LK%2F15B0qFYqChElL32dDMFi6z1nG4wXnGBKCfUKXw5mtoXXpMKvoq6AGOpwBAvYMiSmZSxF1Ri5wYLGcnxMFTcMZAGaMogtpHrlgacArZnUoDNgI5Wp5MuGNPvslfEi7kv%2F3Vk6SMapcOvmaaz8TWbqfMSzL2WiXyotwm%2FrifrLiad5ULOffctgcNcVMTdsWE9flH%2Fu2dm620IyUUH%2BEHdfkYuOfWVFdHE2Noi5TH6agVkrYVmLfG5kGchoEw6D%2F07nmvVgbEgkj&AWSAccessKeyId=ASIA2BAHQO5Q3OLNRDFR&Expires=1678528090&Signature=1BiPFar4LxRUOh6%2BHLwsZLOZKpU%3D', 'presignedFullFrameSnapshotUrl': 'https://arlos3-prod-z1.arlo.com/80399716_6429_4431_966f_2c4f18197fd1/HVWBCJ-176-37263365/50E17AS65181A/fullFrameSnapshot.jpg?x-amz-security-token=IQoJb3JpZ2luX2VjELn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCWV1LXdlc3QtMSJGMEQCIDqSmgzasBiVoK8Nlltxv8E4KORuDV2K7nUumgENJ7uWAiANBvsowpsZ5gjSMXRuYgMl%2FjcrCvnZCueFfXk4%2BXsw%2FSqQBQhyEAAaDDY4OTM1ODAxMDIwOSIMZHS1xL4Cvh2OQS96Ku0Epuz%2FrS%2BZIKhYRjEj6%2BlE0%2BxJe7rxOD2QICEueq%2Ft8YR8f4BPReIOxnLCSRndmXWBkxvwfyz9m9Ip2bwd%2FamYIlX6HSeKuatkRQuyJPNo7Si5mEuh2iBRmfhB0w3VhXD9QnDFYbaTLUoCHwXyKzW8Esk8vDlyP0EMfbTfPM8Llfhd70EiK8JBVzw7wNCmOsLcQDUj%2BWx9u6i1SSSGRMjCratK4%2FmO5JW3j7GF2o8GpwNeydgyBapFBFkP695mi7dVbk3r5zMXTBj%2FliW3vbKAks171sTayubp8evUYGqBPEwkGi%2FxDeJk9hnxjMzXseVLrlCXf7mVN1ey6N4T0Nh6JEzQcsdBzzj3BLIUPXkhkLjaYG9KiUeH0TJG9pKhELtvv8eeCgv6DCEytgTxdeV82Yw4RdieyC3XVUTaeG6yzv2LO0afF%2FkyTPFnvqu4WMH3G%2Fpx%2Bp%2F769Ex01HUxK58af%2FXA1CqrGedgbJAYM%2BPsq4K%2FYaR2iEN41AJ1lEVr5t5RhbkZqdWADy1MhMpx4UxCxJyJs4Y5slMUJLHccOj4sbnRmMK%2BJUnDmE7R1ayyW5UpSa89UYqa5GqplQar0TxzLWTWRLmq9FLCEZaZ9fzfSRhe8%2Fby%2B6D4%2B9r06YsBh67F8RTc2Kl9qtaPhqk7Qt594RjDU3VWcWGqAhj3E5%2FthMP6%2BTr8naUgo%2FI6A6auPVQRWB9JSzT9AoW7N3Ilw79q3qPeizNvMDbJ2%2FVO%2FSF2UiS1CtIi1TSkIFIXN0mg6VwDMdhbO3Ao3x1LK%2F15B0qFYqChElL32dDMFi6z1nG4wXnGBKCfUKXw5mtoXXpMKvoq6AGOpwBAvYMiSmZSxF1Ri5wYLGcnxMFTcMZAGaMogtpHrlgacArZnUoDNgI5Wp5MuGNPvslfEi7kv%2F3Vk6SMapcOvmaaz8TWbqfMSzL2WiXyotwm%2FrifrLiad5ULOffctgcNcVMTdsWE9flH%2Fu2dm620IyUUH%2BEHdfkYuOfWVFdHE2Noi5TH6agVkrYVmLfG5kGchoEw6D%2F07nmvVgbEgkj&AWSAccessKeyId=ASIA2BAHQO5Q3OLNRDFR&Expires=1678528090&Signature=C%2FD0Zkc3TyypTW8zgydVV%2Fa6dMs%3D', 'mediaObjectCount': 93, 'state': 'provisioned', 'modelId': 'ABC1000', 'dateCreated': 1537967705328, 'interfaceVersion': 'i008', 'interfaceSchemaVer': '5', 'criticalBatteryState': False, 'owner': {'firstName': 'Pascal', 'lastName': 'Dinet', 'ownerId': 'HVWBCJ-176-37263365'}, 'connectivity': {'mepStatus': 'unknown'}, 'certAvailable': True, 'tempUnit': 'C', 'migrateActivityZone': False, 'properties': {}, 'allowedMqttTopics': ['d/QAQ273NV-1880-176-77457611/out/#']}]
[2023-03-10 10:48:11]INFO : ConnectionThread : cameras with base (0): []
[2023-03-10 10:48:11]INFO : ConnectionThread : arlo Go, essentials & pro4 cameras with charger (0): []
[2023-03-10 10:48:11]INFO : ConnectionThread : arlo Go, essentials & pro4 cameras & doorbells (0): []
[2023-03-10 10:48:11]INFO : ConnectionThread : arlodoorbellsWithBase: []
[2023-03-10 10:48:11]INFO : ConnectionThread : arlodoorbellsStandalone: []
[2023-03-10 10:48:11]INFO : ConnectionThread : arlochimes: []
[2023-03-10 10:48:11]INFO : ConnectionThread : arloSirens: []
[2023-03-10 10:48:11]INFO : ConnectionThread : Get Arlo modes
[2023-03-10 10:48:11]INFO : ConnectionThread : Starting event handler...
[2023-03-10 10:48:11]INFO : ConnectionThread : Get devices state
[2023-03-10 10:48:13]INFO : EventHandler : Connect eventstream
[2023-03-10 10:48:14]INFO : KeepAliveThread : start KeepAlive for 50E17AS65181A
[2023-03-10 10:48:14]INFO : EventHandler : Listening
[2023-03-10 10:48:15]INFO : ConnectionThread : Get active mode of 50E17AS65181A
[2023-03-10 10:48:16]INFO : ConnectionThread : Connnected and ready

et donc si vous changez le mode maintenant?
pouvez-vous me montrer le log du plugin & du démon suite à ce changement?

log démon

[2023-03-10 10:56:01]INFO : ConnectionThread : Checking connection status...
[2023-03-10 10:56:20]INFO : MainThread : Set active mode for device: 50E17AS65181A/mode1/None
[2023-03-10 10:56:20]INFO : MainThread : Get active mode of 50E17AS65181A

log plugin

[2023-03-10 10:56:01][INFO] : Active mode for 50E17AS65181A => mode0 / Désactivé
[2023-03-10 10:57:35][INFO] : Active mode for 50E17AS65181A => mode0 / Désactivé
[2023-03-10 10:59:09][INFO] : Active mode for 50E17AS65181A => mode0 / Désactivé

si activation à partir de l’application:

[2023-03-10 11:01:37][INFO] : Active mode for 50E17AS65181A => mode1 / Activé
[2023-03-10 11:01:37][INFO] : Active mode for 50E17AS65181A => mode1 / Activé

log démon si activation à partir de l’application

[2023-03-10 11:01:21][INFO] : EventHandler : Downloading presignedLastImageUrl for device 50E17AS65181A
[2023-03-10 11:02:08][INFO] : MainThread : Set active mode for device: 50E17AS65181A/mode0/None
[2023-03-10 11:02:08][INFO] : MainThread : Get active mode of 50E17AS65181A
[2023-03-10 11:02:16][INFO] : ConnectionThread : Checking connection status...
[2023-03-10 11:03:08][INFO] : MainThread : Set active mode for device: 50E17AS65181A/mode0/None
[2023-03-10 11:03:08][INFO] : MainThread : Get active mode of 50E17AS65181A