Cory J Reid

Results 5 comments of Cory J Reid

I was having an issue with Focus never being reported to Home Assistant as well. Turns out having the "Share Across Devices" setting disabled also blocks this information from being...

It appears the issue still exists, albeit the rate does seem slower. I cloned the repo, checked out the branch, and ran `docker build -t test .` from the repository...

So we've been playing music with the bot for several hours a day every day and the `overlay2` file has now grown to over 8GB. While streaming music the behavior...

I ran a couple `du /tmp/*` commands sequentially (while the bot is actively streaming) and saved the output. Then I later `diff`ed the output. ``` root@muse:/tmp# du /tmp/* > output1...

And the command which launched the process which is generating the data: `/usr/local/bin/node --require /usr/app/node_modules/tsx/dist/suppress-warnings.cjs --loader file:///usr/app/node_modules/tsx/dist/loader.js src/scripts/migrate-and-start.ts` I captured this by installing `procps` and running ` ps -p -o...