We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The log shows several messages were not decoded due to a "UnicodeDecodeError".
The log do not show any MQTT decode error messages. Doing so, a potential message is from one device to another device is getting discarded.
The log is showing the MQTT decode error messages.
2024-09-28 20:16:31.285018 INFO AppDaemon: New client Admin Client connected 2024-09-28 20:16:52.383142 INFO MQTT: Unable to decode MQTT message 2024-09-28 20:16:52.384120 ERROR MQTT: Unable to decode MQTT message, with Traceback: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/appdaemon/plugins/mqtt/mqttplugin.py", line 271, in mqtt_on_message payload = payload.decode() ^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte 2024-09-28 20:16:52.469429 INFO MQTT: Unable to decode MQTT message 2024-09-28 20:16:52.469850 ERROR MQTT: Unable to decode MQTT message, with Traceback: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/appdaemon/plugins/mqtt/mqttplugin.py", line 271, in mqtt_on_message payload = payload.decode() ^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte 2024-09-28 20:17:11.707325 INFO AppDaemon: Client disconnection from Admin Client 2024-09-28 20:17:22.250166 INFO MQTT: Unable to decode MQTT message 2024-09-28 20:17:22.251115 ERROR MQTT: Unable to decode MQTT message, with Traceback: Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/appdaemon/plugins/mqtt/mqttplugin.py", line 271, in mqtt_on_message payload = payload.decode() ^^^^^^^^^^^^^^^^ . . .
The text was updated successfully, but these errors were encountered:
This is a duplicate issue which was already reported here #350 and it was open. Also reported in AppDaemon/appdaemon#2103. Hence closing this issue.
Sorry, something went wrong.
No branches or pull requests
Problem/Motivation
The log shows several messages were not decoded due to a "UnicodeDecodeError".
Expected behavior
The log do not show any MQTT decode error messages. Doing so, a potential message is from one device to another device is getting discarded.
Actual behavior
The log is showing the MQTT decode error messages.
Steps to reproduce
Log
Version
The text was updated successfully, but these errors were encountered: