I am currently working on an app that should be able to do the following:
It should be able to store data over a user-selected period of time.
- You need to specify the node you want to save.
- You need to specify the mount point of the USB device.
- The period you want (in seconds).
- And the interval at which a value should be saved during that period.
So far, it works quite well, however, I keep getting the following error message in the node:
Method failed - Error: 408
DL_TIMEOUT
original error: DL_TIMEOUT
and
Method failed - Error: 400
DL_TYPE_MISMATCH
Can't read type Information
Despite the error messages, the saving function works, but then the app crashes and has to be restarted.
My specific question is how I can increase the timeout and why I am getting a mismatch error.
Below you will find the important files.
And a few screenshots of what I have already tried:
I guees the reason is in node:Â types/webserver/settings
the default is at 3000 ms, is there a possibilty to change the default?
I tried to set the timeout based on the period and interval
Maybe someone with similar problems could help me out.Â
Thanks in advanceÂ
Â
 
Â