Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapter not working when TV is switched on (SIGBUS) #291

Open
zloe opened this issue Jan 14, 2025 · 0 comments
Open

Adapter not working when TV is switched on (SIGBUS) #291

zloe opened this issue Jan 14, 2025 · 0 comments
Labels

Comments

@zloe
Copy link

zloe commented Jan 14, 2025

Describe the bug
The adapter gets a SIGBUS error and fails when the TV is switched on.

To Reproduce
Steps to reproduce the behavior:

  1. Switch TV on
  2. Adapter gets a SIGBUS error and fails/stops

Expected behavior
Don't fail/crash..

Screenshots & Logfiles

2025-01-10` 11:44:19.451  - info: host.zlo-iobroker-2 instance system.adapter.lgtv.0 in version "2.4.0" started with pid 8679
2025-01-10 11:44:23.241  - debug: lgtv.0 (8679) Redis Objects: Use Redis connection: 0.0.0.0:9001
2025-01-10 11:44:23.322  - debug: lgtv.0 (8679) Objects client ready ... initialize now
2025-01-10 11:44:23.325  - debug: lgtv.0 (8679) Objects create System PubSub Client
2025-01-10 11:44:23.327  - debug: lgtv.0 (8679) Objects create User PubSub Client
2025-01-10 11:44:23.458  - debug: lgtv.0 (8679) Objects client initialize lua scripts
2025-01-10 11:44:23.471  - debug: lgtv.0 (8679) Objects connected to redis: 0.0.0.0:9001
2025-01-10 11:44:23.551  - debug: lgtv.0 (8679) Redis States: Use Redis connection: 0.0.0.0:6379
2025-01-10 11:44:23.560  - debug: lgtv.0 (8679) States create System PubSub Client
2025-01-10 11:44:23.562  - debug: lgtv.0 (8679) States create User PubSub Client
2025-01-10 11:44:23.576  - debug: lgtv.0 (8679) States connected to redis: 0.0.0.0:6379
2025-01-10 11:44:24.218  - info: lgtv.0 (8679) starting. Version 2.4.0 in /opt/iobroker/node_modules/iobroker.lgtv, node: v20.18.1, js-controller: 7.0.6
2025-01-10 11:44:24.279  - debug: lgtv.0 (8679) Schedule restart: 0 1,3,5,7,9,11,13,15,17,19,21,23 * * *
2025-01-10 11:44:24.388  - info: lgtv.0 (8679) Ready. Configured WebOS TV IP: 192.168.2.28
2025-01-10 11:44:24.392  - debug: lgtv.0 (8679) adapter.config = {"ip":"192.168.2.28","mac":"64:95:6c:cc:00:8c","timeout":"5000","reconnect":10000,"power":false,"healthIntervall":"5000","healthInterval":5000}
2025-01-10 11:44:24.425  - debug: lgtv.0 (8679) Connecting to WebOS TV: wss://192.168.2.28:3001
2025-01-10 11:44:24.629  - debug: lgtv.0 (8679) WebOS TV Connected
2025-01-10 11:44:24.753  - warn: host.zlo-iobroker-2 instance system.adapter.lgtv.0 terminated due to SIGBUS
2025-01-10 11:44:24.754  - info: host.zlo-iobroker-2 instance system.adapter.lgtv.0 terminated with code null ()
2025-01-10 11:44:24.754  - info: host.zlo-iobroker-2 Restart adapter system.adapter.lgtv.0 because enabled

Versions:

  • Adapter version: 2.4.0
  • JS-Controller version: 7.0.6
  • Node version: 20.18.1
  • Operating system: Raspian/Debian Bookworm
  • WebOS 05.40.61
  • TV OLED65C98LB

Additional context
it worked without this SIGBUS error in Version 2.2.0, Node v18.20.5 controller 7.0.6 and Raspian - Buster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants