David

Results 137 comments of David

Yep, most of it is just python dependencies

I can confirm it's not a one-off, I've been able to replicate it

It seems to be related with checking if a `key_path` has been saved, which isn't set on startup. https://github.com/node-red/node-red/blob/master/packages/node_modules/@node-red/runtime/lib/storage/localfilesystem/projects/git/index.js#L451

This looks really cool, thanks for the PR. I'll take a look soon

If anyone wants to test this, I've pushed an image: `ghcr.io/dmunozv04/isponsorblocktv:pr-244` or `dmunozv04/isponsorblocktv:pr-244`

I wonder if portainer gitops has some way to mount a secret as a file, similar to how Kubernetes handles it. You should be able to save the full configuration...

If it has a YouTube TV app, it should just work. Let me know if it does since I don’t have a device to test

Please, update to the latest version and run the container in debug mode, adding `--debug` to the docker command and post the logs. That way I'll be able to see...

It sounds like another instance of this: https://github.com/dmunozv04/iSponsorBlockTV/issues/192#issuecomment-2358185433 TL;DR: Use main.py --config instead of main_tui.py since it was just made for ease in development. I should probably just remove it

Interesting that main --setup doesn't run setup, that must be a bug. Try with `main setup`