linuxserver / docker-spotube

Web accessible Spotube inside a Debian Container
GNU General Public License v3.0
21 stars 1 forks source link

[BUG] Pipe config warnings #2

Closed Bidonh closed 3 months ago

Bidonh commented 7 months ago

Is there an existing issue for this?

Current Behavior

FYI I keep having those warnings in the log file while using any service as AudioSource:

[W][00596.832839] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][00596.832856] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory

Apparently from Pipewire https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3780

Wim Taymans (https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3780#note_2236358)

This is an installation problem, the config files and the libs should be bundled together at all times.

You can also do PIPEWIRE_LOG_SYSTEMD=false to disable the journal logging if you need to.

Expected Behavior

No response

Steps To Reproduce

On Synology DSM7.2.1, container throws constant libpipewire config errors.

Environment

No response

CPU architecture

x86-64

Docker creation

services:

  spotube:
    image: linuxserver/spotube:latest
    #version: v3.6.0-ls1
    container_name: spotube
    environment:
      - PUID=100
      - PGID=100
      - TZ=Europe/Paris
      - UMASK=022
    volumes:
      - /volume1/spotube/config:/config
      # download folder path
      - /volume1/download/tubedl:/config/Spotube
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped
    security_opt:
      - seccomp:unconfined #optional

Container logs

[W][01386.631085] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01386.631104] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01389.965029] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01389.965047] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.573844] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.573866] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.787168] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.787184] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01482.809405] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01482.809516] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.467219] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.467325] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.764217] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.764496] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.798089] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.798243] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
[W][01517.825777] pw.conf      | [          conf.c:  939 try_load_conf()] can't load config client.conf: No such file or directory
[E][01517.825926] pw.conf      | [          conf.c:  963 pw_conf_load_conf_for_context()] can't load default config client.conf: No such file or directory
github-actions[bot] commented 7 months ago

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

TalismanPooter commented 6 months ago

I'm having this exact problem.

LinuxServer-CI commented 5 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 2 months ago

This issue is locked due to inactivity