We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
thanks for the msi fix tried to load my json file, a list of entries like this:
[ { "servoName": "leftHand.thumb", "arduino": 0, "servoId": 0, "pin": 2, "minComment": "open", "maxComment": "close", "minDegrees": -120, "maxDegrees": 120, "autoDetach": 1000, "restDegrees": 0, "enabled": true, "servoType": "MG996R", "cableTerminal": 0, "wireColorArduinoTerminal": "", "wireColorTerminalServo": "" }, ... ] but get this error:
how can a string be too short? Are the empty strings a problem?
Juerg
The text was updated successfully, but these errors were encountered:
Please post the full schema and full json data.
Sorry, something went wrong.
Yes, empty string has length 0 and might be too short
I testes it with empty strings and it works like a charm :) Maybe the JSON schema is wrong?
No branches or pull requests
thanks for the msi fix
tried to load my json file, a list of entries like this:
[
{
"servoName": "leftHand.thumb",
"arduino": 0,
"servoId": 0,
"pin": 2,
"minComment": "open",
"maxComment": "close",
"minDegrees": -120,
"maxDegrees": 120,
"autoDetach": 1000,
"restDegrees": 0,
"enabled": true,
"servoType": "MG996R",
"cableTerminal": 0,
"wireColorArduinoTerminal": "",
"wireColorTerminalServo": ""
},
...
]
but get this error:
how can a string be too short? Are the empty strings a problem?
Juerg
The text was updated successfully, but these errors were encountered: