Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay in Activity does not support more than 20 seconds. #137

Open
1 task done
Seexelas opened this issue Oct 18, 2023 · 2 comments
Open
1 task done

Delay in Activity does not support more than 20 seconds. #137

Seexelas opened this issue Oct 18, 2023 · 2 comments
Labels
bug Something isn't working system System level issue

Comments

@Seexelas
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Description

Hi,

I have done a Zidoo activity where I need a delay of more than 20 secs to let my Zidoo media player start so I can after this set the input.

It seems that a delay superior of 20 seconds freeze the activity start and the only way to exit is by power off or restart the remote.

How to Reproduce

Create an activity with different entities :
(in my case Panasonic Tv, then go to HDMI 2, then my AVR, input to Zidoo, then Zidoo starts and then a delay of 30 secs before setting the Zidoo to input on Home Theater.

Launch the activity

When the delay of 30 secs arrives, the activity freeze and do nothing.

Expected behavior

The activity starts with the predefine settings.

System version

1.4.2

What part of the system affected by the problem?

Overall system

Additional context

UCR2_logs_2023-10-18.txt

@Seexelas Seexelas added the bug Something isn't working label Oct 18, 2023
@github-actions github-actions bot added the system System level issue label Oct 18, 2023
@zehnm
Copy link

zehnm commented Oct 19, 2023

Thanks for reporting!
Indeed, there's a hard limit of 30 seconds in the activity execution (log entry: started activity with timeout of 30s) and the individual delay steps are not accounted for.
I've also discovered some UI issues while testing this.
We'll fix this.

@zehnm
Copy link

zehnm commented Oct 20, 2023

Release 1.4.3 increases the timeout from 30 to 60s as a quick "workaround". However, the UI might still show an error.
A real fix is in the works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working system System level issue
Projects
Status: In Progress
Development

No branches or pull requests

2 participants