web icon indicating copy to clipboard operation
web copied to clipboard

[bug]: Invalid value in the `X-Protobuf-Schema` HTTP header

Open petrkutalek opened this issue 1 year ago • 0 comments

The X-Protobuf-Schema HTTP header returned in the /api/v1 calls (like GET /api/v1/fromradio, PUT /api/v1/toradio etc.) is invalid.

Meshtastic returns URL which does not exist (anymore?):

X-Protobuf-Schema: https://raw.githubusercontent.com/meshtastic/protobufs/master/mesh.proto

The correct one is

X-Protobuf-Schema: https://raw.githubusercontent.com/meshtastic/protobufs/master/meshtastic/mesh.proto

petrkutalek avatar Jan 21 '24 00:01 petrkutalek