Closed Apollon16 closed 1 year ago
Hi, this error is just a warning message (I could change the type of message). Sometime the official API is returning null value, and in the previous version it causes the nodered server to stop running.
Solution is in this case to ask again for value (poll)
Due to the fact the plugin interact with external APIs provided by French government, external errors (missing records, connection errors..) are thrown to the node-red core. To handle the exceptions and program a new query, a catch block must be added to the node-red flow. Error details can be found in the exception message payload.
The README.md describe the error handling: "Due to the fact the plugin interact with external APIs provided by French government, external errors (missing records, connection errors..) are thrown to the node-red core. To handle the exceptions and program a new query, a catch block must be added to the node-red flow. Error details can be found in the exception message payload."
hello, For a few days I have this error from Node red "Error: School Holiday API is returning no records". What should we do in this case? THANKS