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

[BUG] New install, blank screen? #114

Closed
1 task done
CptanPanic opened this issue Oct 28, 2023 · 7 comments
Closed
1 task done

[BUG] New install, blank screen? #114

CptanPanic opened this issue Oct 28, 2023 · 7 comments

Comments

@CptanPanic
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

So I just installed this docker container, and can connect to it, but not sure if I missing something, but I can't get anything to happen. For example I type status, and nothing.

image

Expected Behavior

No response

Steps To Reproduce

docker-compose up

Environment

- OS: Linux
- How docker service was installed: As part of UnRaid

CPU architecture

x86-64

Docker creation

beets:
    image: lscr.io/linuxserver/beets:latest

    environment:
      - PUID=99
      - PGID=100
      - TZ=Etc/UTC
    volumes:
      - /mnt/user/appdata/music/beets:/data
      - /mnt/user/media/music/downloads:/music
    ports:
      - 8337:8337
    restart: unless-stopped


### Container logs

```bash
2023-10-27T13:57:12.709148792Z [migrations] no migrations found

2023-10-27T13:57:17.267010952Z usermod: no changes

2023-10-27T13:57:17.268313502Z ───────────────────────────────────────

2023-10-27T13:57:17.268330712Z 

2023-10-27T13:57:17.268335622Z       ██╗     ███████╗██╗ ██████╗ 

2023-10-27T13:57:17.268340092Z       ██║     ██╔════╝██║██╔═══██╗

2023-10-27T13:57:17.268344502Z       ██║     ███████╗██║██║   ██║

2023-10-27T13:57:17.268348822Z       ██║     ╚════██║██║██║   ██║

2023-10-27T13:57:17.268353132Z       ███████╗███████║██║╚██████╔╝

2023-10-27T13:57:17.268357412Z       ╚══════╝╚══════╝╚═╝ ╚═════╝ 

2023-10-27T13:57:17.268361832Z 

2023-10-27T13:57:17.268365742Z    Brought to you by linuxserver.io

2023-10-27T13:57:17.268369852Z ───────────────────────────────────────

2023-10-27T13:57:17.268662282Z 

2023-10-27T13:57:17.268672812Z To support LSIO projects visit:

2023-10-27T13:57:17.268676232Z https://www.linuxserver.io/donate/

2023-10-27T13:57:17.268679242Z 

2023-10-27T13:57:17.268682192Z ───────────────────────────────────────

2023-10-27T13:57:17.268685742Z GID/UID

2023-10-27T13:57:17.268688652Z ───────────────────────────────────────

2023-10-27T13:57:17.271057201Z 

2023-10-27T13:57:17.271065091Z User UID:    99

2023-10-27T13:57:17.271067291Z User GID:    100

2023-10-27T13:57:17.271069041Z ───────────────────────────────────────

2023-10-27T13:57:17.271071011Z 

2023-10-27T13:57:17.288229652Z cp: not replacing '/config/beets.sh'

2023-10-27T13:57:17.289097512Z cp: not replacing '/config/config.yaml'

2023-10-27T13:57:17.292488060Z [custom-init] No custom files found, skipping...

2023-10-27T13:57:18.140264832Z  * Serving Flask app 'beetsplug.web'

2023-10-27T13:57:18.140286142Z  * Debug mode: off

2023-10-27T13:57:18.141311432Z WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

2023-10-27T13:57:18.141343322Z  * Running on all addresses (0.0.0.0)

2023-10-27T13:57:18.141348672Z  * Running on http://127.0.0.1:8337

2023-10-27T13:57:18.141352882Z  * Running on http://172.23.0.3:8337

2023-10-27T13:57:18.141356962Z Press CTRL+C to quit

2023-10-27T13:57:18.319646376Z [ls.io-init] done.
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

That's exactly what the beets webui is supposed to look like. It's primarily a CLI app. Read the documentation we link to here https://github.com/linuxserver/docker-beets#application-setup

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2023
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Oct 28, 2023
@CptanPanic
Copy link
Author

That's exactly what the beets webui is supposed to look like. It's primarily a CLI app. Read the documentation we link to here https://github.com/linuxserver/docker-beets#application-setup

Yes I understand that it is a cli application. Maybe documentation should include some examples on how to use. So in my example shouldnt typing 'status' be equivalent to running 'beets status ' but why does nothing happen on my screen?

@j0nnymoe
Copy link
Member

The webui is mearly for querying your beets database, all other interactions with beets has to be done via cli.
We already provide information about how to use beets and link to their documentation. We also don't state anything about using the webui.

@CptanPanic
Copy link
Author

The webui is mearly for querying your beets database, all other interactions with beets has to be done via cli. We already provide information about how to use beets and link to their documentation. We also don't state anything about using the webui.

Ah, how about importing? Can you import from webui?

@j0nnymoe
Copy link
Member

If you can, it will tell you in the beets documentation. I haven't used it for a number of years but last time I checked, you couldn't.

@j0nnymoe
Copy link
Member

or just read the webui plugin docs https://beets.readthedocs.io/en/stable/plugins/web.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants