Web Trigger sometime not working

This "error", if it was one, probably had a heart and passed me by.

It took me a while, after I had this post read to me, I got a little spur of mild panic and immediately checked if the web triggers were working.
30 minutes later my face color has returned to normal. Everything is working.
 

poiseberry

New member
Well the issue come back again.

Request failed - Internal server error: java.sql.SQLException: Cannot create PoolableConnectionFactory (Communications link failure

The last packet successfully received from the server was 1 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago.)
 

Endercraft

Moderator
Well the issue come back again.

Request failed - Internal server error: java.sql.SQLException: Cannot create PoolableConnectionFactory (Communications link failure

The last packet successfully received from the server was 1 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago.)
 

Nedly

New member
Popping in to join the *http post action running only once*
I noticed after creating the action (before saving macro) I can test the action many times and it works flawlessly and consecutively. It is only after saving the macro that the action seems to only work one time. To repair the action I had to re-create it.

It seems like a resource lock, like if we used a local library and did not release the resource or something, because note - not even http response debug etc functions after the action has errored.

If it uses curl, for example, curl is not asynchronous like competitors such as aiohttp.. It seems to me the first iteration runs but something is not released, so in trying to run action again - the required libraries are still bound up by the previous iteration..

This my best guess anyway.
Will be very excited to see fixes for this 🙏
 
Top