Mathias Roth
Mathias Roth
Experiencing this same issue - nvidia shield on a local network, doesn't show up until I cast from chrome. Lmk if I can help debug!
@maxim-mityutko raises an interesting point with him running the container in kubernetes. I also ran into the issue and for me the container was running in podman. It seems like...
Doing some initial digging, to fix this issue for podman and kubernetes at least, the check should be extended to also check for `/run/containerenv` (podman) and `/var/run/secrets/kubernetes.io` (kubernetes)
I ended up installing it via pip and it seems to work now, but this might still be an issue for other users?
Experiencing the same issue. I'm an Android dev myself and have access to the hardware - let me know if you would like to do a pair debug session, @oliexdev!
I'm investigating now. Looking at this commit gives me some pause: https://github.com/oliexdev/openScale/commit/6ed3f62617ce1e966528b9a0a08978c404e51193 This many changes in one commit with a message that looks very llm-y? I'm also having a harder...