Skip to content
New issue

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

Kapsch ETX numbers not send as strings #477

Open
emiltin opened this issue Dec 20, 2024 · 0 comments
Open

Kapsch ETX numbers not send as strings #477

emiltin opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@emiltin
Copy link
Contributor

emiltin commented Dec 20, 2024

There is a number of errors like this, mentioning schema errors for an attribute value in a StatusResponse, e.g. /sS/1/s, type:

    2024-12-20T00:42:16.601Z  49360  KTT+TC=101TC001      KTT+TC=101TC001      92cd  Received invalid StatusResponse schema errors: /sS/1/s, type, , /sS/1/s, string,  {"mType":"rSMsg","type":"StatusResponse","mId":"92cd7fb0-eeec-4e68-8b62-8b5c323308bc","sTs":"2024-12-20T00:41:58.235Z","ntsOId":"KTT+TC=101TC001","xNId":"","cId":"KTT+TC=101TC001","sS":[{"sCI":"S0007","n":"status","q":"recent","s":"True"},{"sCI":"S0007","n":"intersection","q":"recent","s":1}]}

The problem is this part:

"s":1

Numbers must be send as strings, so use "s":"1" instead.

@emiltin emiltin added the ETX label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant