-
Notifications
You must be signed in to change notification settings - Fork 43
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
A couple of error reports #292
Comments
Yes, please always report these, this is helpful.
|
Unfortunately, I do not have access to that second Traceback. I am a newbie when it comes to Home Assistant, and I haven't figured out how to get to the actual log file that inteon-mqtt writes to. The only way I know how to view the insteon-mqtt log is through the add-on web page. I have tried adding the logging: file: section to my config file, but it doesn't seem to do anything. Yesterday I was adding a bunch of devices to my setup, and that is when I saw the errors. I still have more to add. If I see them again today, I'll be sure to grab as much information as I can. |
No problem, I believe you are running this as a Home Assistant Add-On, if so, using these settings in your config.yaml will get you a file you can read: logging:
# 10=DEBUG, 20=INFO, 30=WARNING, 40=ERROR
level: 10
# Print messages to a file.
file: /config/insteon-mqtt/insteon_mqtt.log |
The second issue looks like a long standing bug. I can see it in my logs all the way back in April. It looks like the The reported bug arises on an extended message of 22 bytes, and sends the whole thing twice. I suspect we have an issue with partially clearing the buffer. |
I have merged a fix for your first issue. The second one is more difficult to find. I may have found it, but the logging that you saw doesn't quite match what I would expect to see, so maybe it isn't fixed. I also improved the logging around this error, so there is a hope that if the error happens again we will get better information. The error shows up rarely in my logs, so I am going to leave this issue open for a month or so and we can check back in the logs then and see if we still see it. |
Using the new 0.7.4. Everything seems to be working, but I have noticed a couple of traceback reports in the logs. Sorry, but I don't have a lot of context for any of these, other than the lines that I grabbed from right before the report. Everything seems to be working fine, so I haven't been too bothered by any of these, but I thought you might want to know about them. If they aren't helpful, then disregard.
and
and
The text was updated successfully, but these errors were encountered: