CPU
CPU
> > > package.lock.json isn't added because the repo already has a yarn.lock (yarn install is meant to be used, not npm intsall) Thanks, totally missed the `yarn.lock`. Removed!
@Pantman you might want to try increasing the delay between the calls and see if that fixes it. I sort of randomly set it to a 0.5s delay. https://github.com/misenhower/homebridge-wyze-connected-home/pull/23/files
I have a PR open that fixes this issue. https://github.com/misenhower/homebridge-wyze-connected-home/pull/23
Thanks for keeping open. Tangentially, is this plugin still actively maintained? Last commit was 6 months ago and there are 4 open PRs.
Also noticed that the color & brightness setting doesnt always work through automation. Only sometimes does it get both correct.
That should be possible. Can you share the code you wrote that isn't working for you? Is it not working on Android only or is it the Unity Editor too?...
Ah, ok. Android can have some strange issues that are problems with Unity (and not the Vimeo plugin). This [might help](https://github.com/vimeo/vimeo-unity-sdk/issues/52#issuecomment-440755650) you out. You might want to consider using [AVPro...
Finally got a chance to check out your PR. This looks pretty good so far! Your code still doesn't seem to pass the token in since it is setting the...
Also, you should try passing in just the file name and not the `full_path`. The `file_name` is used just as a way to show a unique name for the new...
I'm not sure how to help you if your result is inconsistent every time. Are you able to reproduce the same error state consistently? I do get this error every...