-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issue running in container on Raspi3 #108
Comments
Is this reproducible? Does it print a stack trace? This looks like it is failing at some very low level code. |
yes this is reproducible.
|
Thanks for the update. This will be an interesting issue to debug since the stack trace points only to code outside of the application. Is there anything special about your Raspi configuration? |
hm, don't think there is anything special about it. After first research my assumption was the special architecture (arm7l) and that some libraries are not properly supporting this. But this is just the "feeling" :) Just for the sake of completeness, here is the cat /proc/cpuinfo info: processor : 1 processor : 2 processor : 3 Hardware : BCM2835 |
The Rpi itself is more than capable. Might be something with the docker setup, but that's just a hunch. |
Hi,
I've got an issue running the has-mqtt-publisher container (from repo) on Raspi3 (armv7l). It starts properly but doesn't deliver all values:
[2024-03-15T15:12:55Z INFO hms_mqtt_publish] Running revision: b3759da
[2024-03-15T15:12:55Z INFO hms_mqtt_publish] loading configuration from /config.toml
[2024-03-15T15:12:55Z INFO hms_mqtt_publish] using non-default update interval of 300.00s
[2024-03-15T15:12:55Z INFO hms_mqtt_publish] inverter host: 192.168.0.124
[2024-03-15T15:12:55Z INFO hms_mqtt_publish] Publishing to simple MQTT broker
[2024-03-15T15:12:55Z INFO hms2mqtt::inverter] Inverter is Online
thread 'main' panicked at library/std/src/sys/unix/thread.rs:245:21:
assertion
left == right
failed�
1
�
4
Would really appreciate if this can be fixed.
The text was updated successfully, but these errors were encountered: