Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roku config not found #174

Closed
truthsword opened this issue Jul 3, 2024 · 1 comment
Closed

Roku config not found #174

truthsword opened this issue Jul 3, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@truthsword
Copy link

Before opening an issue make sure that there are no duplicates and that you are on the latest version.
Describe the bug
I run the setup. Add the YT app code, exit and then the docker container... but the config isn't found.
Using Debian12 via SSH.

To Reproduce
Steps to reproduce the behavior:

  1. Run the following setup:
    docker run --rm -it -v data:/app/data --net=host -e TERM=$TERM -e COLORTERM=$COLORTERM ghcr.io/dmunozv04/isponsorblocktv --setup
  2. Select the skips and enter the Roku code from the TV app. Save. Exit.
  3. Start the docker container docker compose up
services:
  iSponsorBlockTV:
    image: ghcr.io/dmunozv04/isponsorblocktv
    container_name: iSponsorBlockTV
    restart: unless-stopped
    volumes:
      - data:/app/data
volumes:
  data: {}
networks: {}

Then this:

docker compose up                                                 [+] Running 2/2
 ✔ Network sponsorblock_default  Created                                                     0.1s
 ✔ Container iSponsorBlockTV     Created                                                     0.1s
Attaching to iSponsorBlockTV
iSponsorBlockTV  | Could not load config file
iSponsorBlockTV  | Blank config file created
iSponsorBlockTV  | No devices found, please add at least one device
iSponsorBlockTV  | Exiting in 10 seconds...
[+] Stopping 1/1
 ✔ Container iSponsorBlockTV  Stopped                        

Expected behavior
No Could not load config file

iSponsorBlockTV server (please complete the following information):

  • OS: Docker on Debian12

Appreciate any help here. Seems so simple, yet...

@truthsword truthsword added the bug Something isn't working label Jul 3, 2024
@truthsword
Copy link
Author

Solved this by moving to bind mount vs docker mount for the /app/data mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant