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] No sound #2

Open
1 task done
Heartnett opened this issue Oct 11, 2024 · 2 comments
Open
1 task done

[BUG] No sound #2

Heartnett opened this issue Oct 11, 2024 · 2 comments

Comments

@Heartnett
Copy link

Heartnett commented Oct 11, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

No sound when playing voice messages / audio / video files.

Expected Behavior

The opposite of the current behaviour.

Steps To Reproduce

  1. Use the docker compose config from the documentation (with minor changes, see "Docker creation" section).
  2. Setup a service.
  3. Load the created service.
  4. Play something.

Environment

- OS: Debian 12 (Bookworm)
- How docker service was installed: distro's package manager

CPU architecture

x86-64

Docker creation

services:
  ferdium:
    image: lscr.io/linuxserver/ferdium:latest
    container_name: ferdium
    restart: unless-stopped
    security_opt:
      - seccomp:unconfined #optional
    shm_size: "1gb"
    environment:
      - NO_DECOR=1
      - PUID=1000
      - PGID=1000
      - TITLE='Ferdium (Docker)'
      - TZ=<your timezone>
    ports:
      - 5000:3000
      - 5001:3001
    volumes:
      - /dev/snd:/dev/snd
      - ./config:/config
    labels:
      com.centurylinklabs.watchtower.enable: true

Container logs

2024-10-11T03:45:58.271032796Z [migrations] started
2024-10-11T03:45:58.271109256Z [migrations] no migrations found
2024-10-11T03:45:58.347040909Z ───────────────────────────────────────
2024-10-11T03:45:58.347075145Z 
2024-10-11T03:45:58.347081722Z       ██╗     ███████╗██╗ ██████╗
2024-10-11T03:45:58.347088019Z       ██║     ██╔════╝██║██╔═══██╗
2024-10-11T03:45:58.347094036Z       ██║     ███████╗██║██║   ██║
2024-10-11T03:45:58.347100005Z       ██║     ╚════██║██║██║   ██║
2024-10-11T03:45:58.347106361Z       ███████╗███████║██║╚██████╔╝
2024-10-11T03:45:58.347115232Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2024-10-11T03:45:58.347124180Z 
2024-10-11T03:45:58.347130560Z    Brought to you by linuxserver.io
2024-10-11T03:45:58.347136526Z ───────────────────────────────────────
2024-10-11T03:45:58.347201053Z 
2024-10-11T03:45:58.347213511Z To support LSIO projects visit:
2024-10-11T03:45:58.347224997Z https://www.linuxserver.io/donate/
2024-10-11T03:45:58.347235179Z 
2024-10-11T03:45:58.347241585Z ───────────────────────────────────────
2024-10-11T03:45:58.347248498Z GID/UID
2024-10-11T03:45:58.347254179Z ───────────────────────────────────────
2024-10-11T03:45:58.350987936Z 
2024-10-11T03:45:58.351009350Z User UID:    1000
2024-10-11T03:45:58.351018069Z User GID:    1000
2024-10-11T03:45:58.351026975Z ───────────────────────────────────────
2024-10-11T03:45:58.439966528Z [custom-init] No custom files found, skipping...
2024-10-11T03:45:58.468632952Z _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
2024-10-11T03:45:58.469138485Z 
2024-10-11T03:45:58.469157542Z Xvnc KasmVNC 1.2.0 - built Oct  5 2024 19:00:51
2024-10-11T03:45:58.469164761Z Copyright (C) 1999-2018 KasmVNC Team and many others (see README.me)
2024-10-11T03:45:58.469171314Z See http://kasmweb.com for information on KasmVNC.
2024-10-11T03:45:58.469189910Z Underlying X server release 12014000, The X.Org Foundation
2024-10-11T03:45:58.469200555Z 
2024-10-11T03:45:58.529898651Z [ls.io-init] done.
2024-10-11T03:45:58.581550751Z Obt-Message: Xinerama extension is not present on the server
2024-10-11T03:45:58.766458256Z [269:1011/054558.766006:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:45:58.972177500Z 17
2024-10-11T03:46:00.667269623Z [269:1011/054600.667081:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:46:00.667315565Z [269:1011/054600.667154:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:46:00.668797765Z [269:1011/054600.668666:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.668821057Z [269:1011/054600.668700:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.668829005Z [269:1011/054600.668722:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.668839107Z [269:1011/054600.668743:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.668874000Z [269:1011/054600.668819:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.843407270Z [269:1011/054600.843190:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.874714635Z Checking for beta autoupdate feature for deb/rpm distributions
2024-10-11T03:46:00.876005661Z Found package-type: deb
2024-10-11T03:46:00.878510326Z [269:1011/054600.878330:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:00.915408406Z [269:1011/054600.915215:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type: 
2024-10-11T03:46:04.596255110Z [269:1011/054604.596056:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:46:04.596315356Z [269:1011/054604.596136:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:46:04.596325497Z [269:1011/054604.596185:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
2024-10-11T03:46:04.718724234Z [MobX] Since strict-mode is enabled, changing (observed) observable values without using an action is not allowed. Tried to modify: [email protected]
2024-10-11T03:46:05.524584737Z �[36mFerdium Migration:�[0m �[0m 🧙‍  Running database migration wizard
2024-10-11T03:46:05.608439501Z �[32minfo�[39m: serving app on http://localhost:46569
2024-10-11T03:46:05.627162497Z �[36mFerdium Migration:�[0m �[0m 🔧  Nothing to migrate, already on the newest version
2024-10-11T03:46:05.637355660Z [269:1011/054605.637172:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:05.909146703Z [269:1011/054605.908954:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:05.967392931Z [269:1011/054605.967182:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:06.255314408Z [269:1011/054606.255101:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T03:46:07.763178169Z (node:269) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 did-stop-loading listeners added to [WebContents]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
2024-10-11T03:46:07.763236845Z (Use `ferdium --trace-warnings ...` to show where the warning was created)
2024-10-11T03:46:32.833491408Z  2024-10-11 05:46:32,832 [INFO] websocket 0: got client connection from 127.0.0.1
2024-10-11T03:46:32.851347877Z  2024-10-11 05:46:32,851 [PRIO] Connections: accepted: @172.18.0.1_1728618392.833472::websocket
2024-10-11T03:46:34.595290548Z Checking for update
2024-10-11T03:46:37.576863830Z Update for version 6.7.7 is not available (latest version: 6.7.7, downgrade is disallowed).
2024-10-11T03:46:44.742287180Z (node:406) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 select-capture-device:18c498b8-2190-4317-9635-a894d601f725 listeners added to [IpcRenderer]. MaxListeners is 10. Use emitter.setMaxListeners() to increase limit
2024-10-11T03:46:44.742360008Z (Use `exe --trace-warnings ...` to show where the warning was created)
2024-10-11T04:01:32.631535725Z [269:1011/060132.631314:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.631971419Z [269:1011/060132.631678:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.632217156Z [269:1011/060132.632111:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.637174258Z [269:1011/060132.636982:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.637613294Z [269:1011/060132.637532:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.637785424Z [269:1011/060132.637722:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.637950944Z [269:1011/060132.637883:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638080414Z [269:1011/060132.638012:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638222390Z [269:1011/060132.638155:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638524513Z [269:1011/060132.638461:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638666567Z [269:1011/060132.638602:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638792471Z [269:1011/060132.638711:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.638936224Z [269:1011/060132.638874:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.639069103Z [269:1011/060132.639003:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.639211247Z [269:1011/060132.639145:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.639331376Z [269:1011/060132.639256:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:32.639466011Z [269:1011/060132.639408:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:34.336175188Z [269:1011/060134.335942:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:01:34.336225273Z [269:1011/060134.336027:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:03:03.806327687Z [269:1011/060303.806138:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:03:03.806674846Z [269:1011/060303.806576:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:03:03.806863686Z [269:1011/060303.806797:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:03:04.472919202Z [269:1011/060304.472752:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
2024-10-11T04:03:04.473014014Z [269:1011/060304.472899:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
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.

@LinuxServer-CI
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Issues
Development

No branches or pull requests

2 participants