The Market Robo™
All problems
TMKR-5002
Warning
Vendor

Config field rejected — out of range

A remote configuration change was refused because the numeric value was outside the field's allowed minimum/maximum.
Configuration & symbolsAlso known as: OUT_OF_RANGE, config_out_of_range

Symptoms

The change result reports error_code OUT_OF_RANGE.

Causes

The value was below the field's minimum or above its maximum.

How to fix it

1
Stay within the declared rangeSend a value within the field's min/max (and step). Adjust the .with_range()/.with_step() definition in the schema if the limits are wrong.
Did this fix it?If you're still seeing TMKR-5002, open a support ticket with the code and your license ID and we'll help directly.