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

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

Open
petrkutalek opened this issue Jan 21, 2024 · 0 comments
Open

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

petrkutalek opened this issue Jan 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@petrkutalek
Copy link

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
@Hunter275 Hunter275 added the bug Something isn't working label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants