Galaxy S8 shutting down flow

Post your questions and help other users.

Moderator: Martin

Post Reply
stevek
Posts: 9
Joined: 26 Aug 2014 07:32

Galaxy S8 shutting down flow

Post by stevek » 19 May 2017 11:22

Hi Martin,

Congrats on a truly great piece of software that i use every day.

One minor problem hopefully you'll have some insight on.

I'm using automagic to create a voice responsive system similar to Siri to control my phone. It worked perfectly on galaxy note 4 but on the S8 the voice input loop flow is being shut down randomly with the message

"} has been active too long, releasing" appearing in the log.

The voice loop is very simple, basically an

Input Speech action immediately followed by a condition that checks if the resultant value variable is null. If it is null, it branches back to the Input Speech action again and waits for any voice input. This loop continues essentially forever.

But randomly within minutes or sometimes hours, the Input Speech action freezes for no apparent reason and I have to shutdown AM then restart it to get the Input Speech action to work again.

Any suggestions as to why the S8 is doing this?

Many thanks Martin,

Steve

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Galaxy S8 shutting down flow

Post by Martin » 19 May 2017 20:06

Hi,

Sorry, I have no idea what the cause might be. Please try to add a short delay with action Sleep: 5s in the loop. Maybe the speech recognizer of the system uses too much resources for some reason.
Could you please use menu->Manage->Log, menu->'Send Log' when this problem occurs the next time? I'm curious to see where exactly the system returns this error.

Unfortunately I have no S8 yet. Are you using a regular single SIM device or a dual SIM S8?

Thanks & Regards,
Martin

Post Reply