dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

"Could not load config file" #69

Closed Darmach092 closed 9 months ago

Darmach092 commented 9 months ago

docker run --rm -it \

-v /isponsorblocktv/app/data \ --net=host \ -e TERM=$TERM -e COLORTERM=$COLORTERM \ ghcr.io/dmunozv04/isponsorblocktv \ --setup

Running this on my raspberry pi through SSL (using root) keeps bringing me the error "Could not load config file"

dmunozv04 commented 9 months ago

You seem to be missing a : on -v /isponsorblocktv:/app/data Docker volumes need a source on the system and a destination on the container. Please let me know if this works. This should be the full command:

docker run --rm -it \
-v /isponsorblocktv:/app/data \
--net=host \
-e TERM=$TERM -e COLORTERM=$COLORTERM \
ghcr.io/dmunozv04/isponsorblocktv \
--setup
Darmach092 commented 9 months ago

Note to self: don't do setups pre-morning coffee. worked straight away thank you!

dmunozv04 commented 9 months ago

Coffee definitely helps to catch mistakes, which we all have. Happy to know that it worked! You’re welcome