Hello,
I developed a flow that works to a point.
Basically the part that seems weird happens inside a Sleep 10 seconds (number of seconds is irrelevant since any time value end in stop by loop count).
I've seen this happen also with Write to File.
Is it possible to fix this situation?
Thank You
Husky
Loop that shouldn't happen
Moderator: Martin
Loop that shouldn't happen
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Loop that shouldn't happen
Hi,
Could you please share an example flow or even better share the log after the problem occurred again?
The effective emergency stop count is evaluated for each flow so maybe the flow just executes more actions/conditions per minute than allowed.
You can increase the limit either globally in the preferences of Automagic or open the flow and use menu->Options to set Automatic emergency stop to a high value like 600.
Regards,
Martin
Could you please share an example flow or even better share the log after the problem occurred again?
The effective emergency stop count is evaluated for each flow so maybe the flow just executes more actions/conditions per minute than allowed.
You can increase the limit either globally in the preferences of Automagic or open the flow and use menu->Options to set Automatic emergency stop to a high value like 600.
Regards,
Martin
Re: Loop that shouldn't happen
Martin,
How do I fetch and ship the log to you? Never done that before.
I'm running a couple os tests.
Husky
PS: You were right. The problem was solved by bumping the number of iterations. Flow works fine now.
Anyway, I'd like to know what is the procedure ship the flow and the LOG I already have the flow and the Log . Might need this information in the vent of something funny coming up again.
I'd like to send you the flow and Log.
Thank You
Husky
How do I fetch and ship the log to you? Never done that before.
I'm running a couple os tests.
Husky
PS: You were right. The problem was solved by bumping the number of iterations. Flow works fine now.
Anyway, I'd like to know what is the procedure ship the flow and the LOG I already have the flow and the Log . Might need this information in the vent of something funny coming up again.
I'd like to send you the flow and Log.
Thank You
Husky
"Basic research is what I'm doing when I don't know what I'm doing"
Re: Loop that shouldn't happen
Husky,
To send the log you can open the flow list and select menu->Manage->Log, menu->Send Log. The default email address should be set to info@automagic4android.com so you can just select to use Gmail or another email client and hit the send button.
When many actions are executed in a short time frame it's usually required to enable the option 'Log to SD card' in the preferences of Automagic since the regular log will only record the last few hundred log entries. The log stored in the file will record up to 500kb of log data.
Regards,
Martin
To send the log you can open the flow list and select menu->Manage->Log, menu->Send Log. The default email address should be set to info@automagic4android.com so you can just select to use Gmail or another email client and hit the send button.
When many actions are executed in a short time frame it's usually required to enable the option 'Log to SD card' in the preferences of Automagic since the regular log will only record the last few hundred log entries. The log stored in the file will record up to 500kb of log data.
Regards,
Martin