AutoInput error 1313911465 timeout
Hello, I believe I've encountered a bug in either Tasker or AutoInput.
If the AutoInput UI Query action times out and Continue Task After Error is ticked, each subsequent AutoInput action will timeout after either 4000ms or 5000ms with Error 1313911465 Action timed out, even if the subsequent action has a higher timeout or no timeout at all.
This bug can easily be reproduced with two actions:
Task: Bug
A1: AutoInput UI Query [
Configuration: Text: random text %TIMES
Timeout (Seconds): 2
Structure Output (JSON, etc): On
Continue Task After Error:On ]
A2: AutoInput Actions v2 [
Configuration: Actions To Perform: wait(10000)
Separator: ,
Check Millis: 1000
Timeout (Seconds): 15
Structure Output (JSON, etc): On ]
The action timeout values are arbitrary, and the bug still occurs with a wait between the actions. This bug occurs not only with UI Query but also Action and Gesture but not Actions v2. I couldn't determine why the timeout was exactly 4 seconds sometimes and 5 seconds other times.
This bug does not occur if the UI Query action only runs in a subtask, which is a convenient workaround.