savage7

Results 14 comments of savage7

I have the same problem. As soon as the view.transform is made this issue appears.

I had the same problem after the Realm build failed. Clearing all Cocoapods data & DerivedData resolved this: `rm -rf ~/Library/Caches/CocoaPods Pods ~/Library/Developer/Xcode/DerivedData/*`

For testing purpose I added a extra task which resets all submodules accordingly: git submodule foreach --recursive git reset --hard git submodule update --recursive --init This solves the issue, can...

I had the same problem. I wrote the govee support via email, the changed the rate limit for my token. Now it works.

Add additional "sync" or force sync option would be great to handle this, I also encountered this when testing the API.

Any chance that this will be merged?

@NickM-27 Is this the log you mean? I traced with Home assitant when opening the links.html in the go2rtc web ui. ``` 2023-04-06 12:42:14.231 DEBUG (webrtc) [custom_components.webrtc.utils] 12:42:14.226 TRC [rtsp]...

Where can I find the log?

ah ok now I get it, this log seams to be complete, it contains a third audio track: ``` 2023-04-06 15:10:19.291 DEBUG (webrtc) [custom_components.webrtc.utils] 15:10:19.291 TRC [rtsp] client request: 2023-04-06...

Yes the same for me, I tried to play a sound file via curl and got: `RTSP/1.0 401 Unauthorized ` Curl printed `can't match media` not sure why.