driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

Convert result to str before regex #149

Open alindman opened 1 year ago

alindman commented 1 year ago

Also more logging if there are no matches.

update and add/remove sections as needed

New Features

please describe new capabilities

Fixes

please list/describe an fixes, including links to related issues

Testing

please describe both unit tests included and any integration tests conducted

Prior to merging for releases:

wcpettus commented 1 year ago

from a consistency perspective, dripline has traditionally sent unicode in packets on the mesh - the bytes encoding from the ethernet socket.recv is a bit of an anomaly should consider the most uniform implementation

wcpettus commented 3 months ago

That this isn't the case indicates that the code is doing something unexpected somewhere in one of the passes. I would recommend tracking the type of this reply through this chain - particularly right before it leaves the ethernet_scpi_service in send_to_device and right after on_get of FormatEntity gets it.