Send error information to the server #124

Closed
opened 2026-04-05 17:51:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @LunaroakF on 3/12/2025

SlimeVR-Tracker-ESP Issues#380
Using PacketErrorCode in the packet.h packets.h Line 72
I moved PacketErrorCode to Sensor.h in this.

  • using PACKET_ERROR 14
  • if I2CSCAN found an available IMU but not in the defines.h, Tracker will send PacketErrorCode::NOT_APPLICABLE to the server. else PacketErrorCode::OTHER

Server: Receive ErrorData From Tracker And replace "Error" #1344
SolarXR-Protocol: Error imformation show to the user #163

*Originally created by @LunaroakF on 3/12/2025* [SlimeVR-Tracker-ESP Issues#380](https://github.com/SlimeVR/SlimeVR-Tracker-ESP/issues/380) Using PacketErrorCode in the packet.h [packets.h Line 72](https://github.com/SlimeVR/SlimeVR-Tracker-ESP/blob/main/src/network/packets.h) I moved PacketErrorCode to Sensor.h in this. - using PACKET_ERROR 14 - if I2CSCAN found an available IMU but not in the defines.h, Tracker will send PacketErrorCode::NOT_APPLICABLE to the server. else PacketErrorCode::OTHER Server: [Receive ErrorData From Tracker And replace "Error" #1344](https://github.com/SlimeVR/SlimeVR-Server/pull/1344) SolarXR-Protocol: [Error imformation show to the user #163](https://github.com/SlimeVR/SolarXR-Protocol/pull/163)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#124