The Market Robo™
All problems
TMKR-5003
Warning
Vendor

Config field not found

A remote configuration change referenced a field that the robot's config schema does not define.
Configuration & symbolsAlso known as: FIELD_NOT_FOUND, config_field_not_found

Symptoms

The change result reports error_code FIELD_NOT_FOUND.

Causes

The field name in the change request does not match any field in the robot's IRobotConfig.
The published config schema is out of sync with the compiled robot.

How to fix it

1
Match field names exactlyUse the exact field names from your define_schema(). Field names are case-sensitive.
2
Re-publish the schemaIf you renamed or added fields, re-publish the config schema and recompile so the platform and robot agree.
Did this fix it?If you're still seeing TMKR-5003, open a support ticket with the code and your license ID and we'll help directly.