cedbossneo / openmower-gui

28 stars 17 forks source link

datatype/md5sum errors #36

Closed sraillard closed 4 months ago

sraillard commented 4 months ago

I have noticed these error messages using the fork ghcr.io/olliewalsh/openmower-gui:test, but my guess is the code should be the same.

In the openmoweer container, I have these error messages every 5 seconds:

[ERROR] [1714860572.586908230]: Client [/openmower-gui] wants topic /mower/status to have datatype/md5sum [mower_msgs/Status/34974b7399522cd2620f3d19293184c6], but our version has [mower_msgs/Status/33cd1b298baa54308c3c9343754a34fc]. Dropping connection.
[ERROR] [1714860577.591678193]: Client [/openmower-gui] wants topic /mower/status to have datatype/md5sum [mower_msgs/Status/34974b7399522cd2620f3d19293184c6], but our version has [mower_msgs/Status/33cd1b298baa54308c3c9343754a34fc]. Dropping connection.
[ERROR] [1714860582.595873376]: Client [/openmower-gui] wants topic /mower/status to have datatype/md5sum [mower_msgs/Status/34974b7399522cd2620f3d19293184c6], but our version has [mower_msgs/Status/33cd1b298baa54308c3c9343754a34fc]. Dropping connection.

And also these messages in the gui container:

[2024/05/05 05:00:23] [ERROR] subscriber '/mower/status' got an error: Client [/openmower-gui] wants topic /mower/status to have datatype/md5sum [mower_msgs/Status/34974b7399522cd2620f3d19293184c6], but our version has [mower_msgs/Status/33cd1b298baa54308c3c9343754a34fc]. Dropping connection.
[2024/05/05 05:00:28] [ERROR] subscriber '/mower/status' got an error: Client [/openmower-gui] wants topic /mower/status to have datatype/md5sum [mower_msgs/Status/34974b7399522cd2620f3d19293184c6], but our version has [mower_msgs/Status/33cd1b298baa54308c3c9343754a34fc]. Dropping connection.
cedbossneo commented 4 months ago

You you have both latest openmower and mowgli-gui ?

sraillard commented 4 months ago

openmower only (latest) and it seems to work fine now!