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

A pingable but non MQTT IP address crash loops code. #7

Open
va3wam opened this issue Sep 1, 2021 · 2 comments
Open

A pingable but non MQTT IP address crash loops code. #7

va3wam opened this issue Sep 1, 2021 · 2 comments
Assignees
Labels
type: bug Something isn't working.

Comments

@va3wam
Copy link
Owner

va3wam commented Sep 1, 2021

@va3wam
Copy link
Owner Author

va3wam commented Sep 1, 2021

If you enter an address like 1.1.1.1 for the MQTT broker I address then the PING test passes which causes Hexbot too try and subscribe to the command topic. This appears to hang the processor which in short order causes the watch dog to issue a panic reboot. The chp reboots and repeats. For now the only work around is to comment out the line bool tmp = connectToMqttBroker(); // Connect to MQTT broker. in main.cpp, reboot then use the web interface to ste a proper IP address. We need better defense against this hapening.

@va3wam va3wam added the type: bug Something isn't working. label Sep 1, 2021
@va3wam va3wam added this to Needs triage in Write embedded code via automation Sep 1, 2021
@theAgingApprentice theAgingApprentice self-assigned this Dec 16, 2021
@theAgingApprentice theAgingApprentice moved this from Needs triage to Low priority in Write embedded code Dec 16, 2021
@theAgingApprentice
Copy link
Collaborator

Not sure that we can fix this. For now we;'ll just call this a limitation. Will not close this ticket until the issue is documented in an FAQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working.
Projects
Development

No branches or pull requests

2 participants