I have a flow that saves some images to Micro Web Server at intervals.
Since I use more than one “Save image to directory/filename” Then flow card, they some times run at the same time, giving this error message:
Client is closed because User launched a task while another one is still running. Forgot to use ‘await’ or ‘.then()’?
I currently have a workaround by adding delays to the flows to try to keep them from running at the same time, but is this something that can be fixed in the app?
It is a bit difficult and inconvenient to use delays like this.
Extension doesn’t matter, old versions used xls not xlsx, and excel is backwards compatible. Even if it was a problem, it would be when opening the file, not when writing…
Btw, got most issues fix, but cannot download. homeylocal.com seems to be just that, a hostname for local access…
On mobile app I can do nothing with de device, I need to use a flow ..
Yes, in my cases it’s the four octets of my LAN IP-address separated by dashes followed by homey.homeylocal.com.
If I am correct that is somehow linked to Homey’s mechanism of connecting securely locally (I had to allow DNS Rebinding for that domain in order for that mechanism to work).
Not sure why your error message shows ‘xxx’ for the last two octets, instead of the actual numbers.
Are you sure? In my case I have to include the share name (on my NAS), that I configured as work (default) directory, in the flow cards path. Otherwise it won’t save to that folder.
Hi.
I’m trying to use the flowcard to write a sensorvalue to a textfile on the ftpserver but, when I open the textfile on the ftp-server there is not a readable value.
What am I doing wrong?