-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Rylan Meilutis edited this page Jan 25, 2026
·
14 revisions
- Run a build that triggers
build.rs(for examplecargo buildor./build.py release). - Ensure
telemetry_config.jsonis valid JSON. - If you override the schema path, set
SEDSPRINTF_RS_CONFIG_RS.
All nodes must use the exact same telemetry_config.json order and definitions. Mismatches cause decode errors or undefined behavior.
If a receiver was built without the compression feature, it cannot decode compressed payloads. Ensure all nodes share the same feature set.
Bare-metal targets must provide telemetryMalloc, telemetryFree, and seds_error_msg.
- Ensure you built the extension:
./build.py pythonormaturin develop. - Verify you are using the same Python interpreter you built for.