Topic: No data on Flespi gateway REST API
I used to receive information via Flespi gateway REST API, but I have not received information for a couple of days. I can see data on log...
but GET request returns empty...
Any idea?
I used to receive information via Flespi gateway REST API, but I have not received information for a couple of days. I can see data on log...
but GET request returns empty...
Any idea?
I see this now!
{
"result": [
{
"timestamp": 1509365607
},
{
"timestamp": 10
}
],
"next_key": 1509373818
}
only timestamp ... and the other data?
sergio.botta, your messages have a parameter named "custom.engine operation", which contains invalid characted " " (space).
Our storage subsystem rejected the entire message with such incorrect parameters.
Now we have installed an update, after which the storage subsystem rejects only the wrong parameter itself, saving the rest of the message.
The two messages with only timestamp's was our test data which is deleted now.