-
Notifications
You must be signed in to change notification settings - Fork 4
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
Node Red quits when TV connected (after start Kodi on TV) #18
Comments
I got this error too |
this exit happened closing kodi. It doesn't crash every time it exit. |
it looks the problem comes with effort of the script to show if it connected or not. This is not important for working, can you please eventually remove that part of code? Thanks |
If not used on TV kodi goes unactive, probably for power safe reasons, so I need to keep it active sending commands. |
Probably this error is coming when for some reasons Kodi stopped playng slideshow, maybe timeout |
Another issue aout this module, when odi is not available the module stores all commands in queue, and when Kodi returns available it slams all the queue in a while. This is no sense, it may remember for example the last command only. I would like to ask limit the queue to the last command, and create an option to avoid remember anything. Thanks |
Hi, I hope the log helps, NR quitted when I've started Kodi 21 on TV, it got connected, propbably TV asked for something and that crashed the module. Thanks for support
6 Jul 13:25:31 - [error] TypeError: Cannot read properties of null (reading 'connected')
at C:\Users\Admin.node-red\node_modules\node-red-contrib-kodi\kodi.js:154:21
at constructor. (C:\Users\Admin.node-red\node_modules\node-red-contrib-kodi\kodi.js:53:21)
at constructor. (C:\Users\Admin.node-red\node_modules\machina\lib\machina.js:235:15)
at C:\Users\Admin.node-red\node_modules\lodash\index.js:2874:23
at C:\Users\Admin.node-red\node_modules\lodash\index.js:3049:15
at Function. (C:\Users\Admin.node-red\node_modules\lodash\index.js:3346:13)
at constructor.emit (C:\Users\Admin.node-red\node_modules\machina\lib\machina.js:233:6)
at constructor._onEnter (C:\Users\Admin.node-red\node_modules\node-red-contrib-kodi\lib\connectionFSM.js:91:34)
at constructor.transition (C:\Users\Admin.node-red\node_modules\machina\lib\machina.js:433:27)
at Fsm. [as transition] (C:\Users\Admin.node-red\node_modules\machina\lib\machina.js:580:60)
The text was updated successfully, but these errors were encountered: