streamdeck-web-requests
streamdeck-web-requests copied to clipboard
10 seconds delay
I started using this plugin but I'm experiencing a strange issue. I configured many actions to perform GET requests against a localhost nodered server. Randomly some actions execute very slowly and I can't understand what is happening. If I restart the streamdeck software the issue goes away (or appears on other buttons) without changing any configuration.
Here some more details on what happens.
I put a console.log
just before the fetch
, and another one as the first row inside checkResponseStatus
, so just before and after the fetch: the first log appears as soon as I press the button on the streamdeck.
Then nothing happens for a couple of seconds, from 10 to 15, then I receive the network call in the backend and the streamdeck gets the response almost immediately.
Seems like the fetch doesn't start, for some reason.
Any hints? Ever experienced something like this?