> I had the same issues
It's a different issue. The one above is related to Tasker not knowing
when a plugin is finished so it can't wait for it. Using the Run Shell
action is the solution.
> with a comparable task. When explicitly setting the
> line to read to 1, the EOF values where a thing of the past.
>
> It seems this is small bug within the Read Line action.
No, EOF means End Of File, it's not an error condition (read the
action help). If you don't specify a line number, it starts reading at
the last file line. If you file only has one line it will alternate
between line1-EOF-line1-EOF...
Pent