linuxserver / docker-daapd

GNU General Public License v3.0
107 stars 36 forks source link

[BUG] Installation done, app doesn't work #86

Closed AzzamDaaboul closed 7 months ago

AzzamDaaboul commented 11 months ago

Is there an existing issue for this?

Current Behavior

After digging, I found that daapd is now https://github.com/owntone/owntone-server daapd didn't work, I am using the last version of casaos on raspberry pi 4

Expected Behavior

No response

Steps To Reproduce

1

Environment

- OS: raspberry pi 4 , casaos
- How docker service was installed: via casaos

CPU architecture

arm64

Docker creation

name: linuxserver-daapd
services:
  app:
    environment:
      - PGID=1000
      - PUID=1000
      - TZ=Europe/Brussels
    image: linuxserver/daapd:28.8.20231018
    labels:
      icon: https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png
    restart: unless-stopped
    volumes:
      - type: bind
        source: /DATA/AppData/daapd/config
        target: /config
      - type: bind
        source: /DATA/AppData/daapd/music
        target: /music
    x-casaos:
      envs:
        - container: PUID
          description:
            en_us: for UserID
        - container: PGID
          description:
            en_us: for GroupID
        - container: TZ
          description:
            en_us: specify a timezone to use, see this list.
    ports: []
    devices: []
    cap_add: []
    command: []
    networks:
      - default
    privileged: false
    container_name: ""
    cpu_shares: 90
    deploy:
      resources:
        limits:
          memory: 3793M
networks:
  default:
    name: linuxserver-daapd_default
x-casaos:
  architectures:
    - amd64
    - arm64
  author: WisdomSky
  category: LinuxServer.io
  description:
    en_us: "Visit homepage: https://hub.docker.com/r/linuxserver/daapd/"
  developer: LinuxServer.io
  icon: https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-icon.png
  main: app
  port_map: "3689"
  project_url: https://ejurgensen.github.io/forked-daapd/
  store_app_id: linuxserver-daapd
  tagline:
    en_us: (iTunes) media server with support for AirPlay devices, Apple Remote (and
      compatibles), Chromecast, MPD and internet radio.
  thumbnail: https://raw.githubusercontent.com/linuxserver/beta-templates/master/lsiodev/img/daapd-git.png
  title:
    en_us: Daapd
    custom: ""
  hostname: ""
  scheme: http
  index: /

Container logs

linuxserver-daapd-app-1  | [migrations] started
linuxserver-daapd-app-1  | [migrations] no migrations found
linuxserver-daapd-app-1  | ───────────────────────────────────────
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  |       ██╗     ███████╗██╗ ██████╗ 
linuxserver-daapd-app-1  |       ██║     ██╔════╝██║██╔═══██╗
linuxserver-daapd-app-1  |       ██║     ███████╗██║██║   ██║
linuxserver-daapd-app-1  |       ██║     ╚════██║██║██║   ██║
linuxserver-daapd-app-1  |       ███████╗███████║██║╚██████╔╝
linuxserver-daapd-app-1  |       ╚══════╝╚══════╝╚═╝ ╚═════╝ 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  |    Brought to you by linuxserver.io
linuxserver-daapd-app-1  | ───────────────────────────────────────
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | To support LSIO projects visit:
linuxserver-daapd-app-1  | https://www.linuxserver.io/donate/
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | ───────────────────────────────────────
linuxserver-daapd-app-1  | GID/UID
linuxserver-daapd-app-1  | ───────────────────────────────────────
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | User UID:    1000
linuxserver-daapd-app-1  | User GID:    1000
linuxserver-daapd-app-1  | ───────────────────────────────────────
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | 
linuxserver-daapd-app-1  | [custom-init] No custom files found, skipping...
linuxserver-daapd-app-1  | [2023-10-19T18:24:05Z INFO  librespot] librespot 0.4.2 UNKNOWN (Built on 2023-08-01, Build ID: 1690865570, Profile: release)
linuxserver-daapd-app-1  | [2023-10-19T18:24:05Z WARN  libmdns] Failed to register IPv6 receiver: Os { code: 19, kind: Uncategorized, message: "No such device" }
linuxserver-daapd-app-1  | [ls.io-init] done.
linuxserver-daapd-app-1  | Failed to set ownership on logfile: Operation not permitted
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: OwnTone version 28.8 taking off
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: Built with:
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - ffmpeg
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - Spotify
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - librespot-c
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - LastFM
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - Chromecast
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - MPD
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - Websockets
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - ALSA
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - Webinterface
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: - Regex
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: mDNS init
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [FATAL]     main: mDNS init failed
linuxserver-daapd-app-1  | [2023-10-19 20:24:05] [  LOG]     main: Exiting.
linuxserver-daapd-app-1  | Failed to set ownership on logfile: Operation not permitted
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: OwnTone version 28.8 taking off
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: Built with:
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - ffmpeg
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - Spotify
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - librespot-c
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - LastFM
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - Chromecast
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - MPD
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - Websockets
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - ALSA
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - Webinterface
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: - Regex
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: mDNS init
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [FATAL]     main: mDNS init failed
linuxserver-daapd-app-1  | [2023-10-19 20:24:06] [  LOG]     main: Exiting.
linuxserver-daapd-app-1  | Failed to set ownership on logfile: Operation not permitted
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: OwnTone version 28.8 taking off
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Built with:
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - ffmpeg
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - Spotify
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - librespot-c
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - LastFM
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - Chromecast
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - MPD
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - Websockets
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - ALSA
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - Webinterface
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: - Regex
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: mDNS init
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Avahi state change: Client connecting
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]       db: Configured to use database file '/config/dbase_and_logs/songs3.db'
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]       db: Now vacuuming database, this may take some time...
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]       db: Database OK with 0 active files and 6 active playlists
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Error 'Bad state' when creating service browser for _raop._tcp, check that Avahi is running
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     raop: Could not add mDNS browser for AirPlay devices
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Error 'Bad state' when creating service browser for _airplay._tcp, check that Avahi is running
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]  airplay: Could not add mDNS browser for AirPlay devices
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Error 'Bad state' when creating service browser for _roku-rcp._tcp, check that Avahi is running
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]      rcp: Could not add mDNS browser for RCP/SoundBridge devices
linuxserver-daapd-app-1  | ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Error 'Bad state' when creating service browser for _googlecast._tcp, check that Avahi is running
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     cast: Could not add mDNS browser for Chromecast devices
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     scan: Bulk library scan completed in 0 sec
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]  spotify: No spotify refresh token found
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]  spotify: Spotify webapi token refresh failed. In order to use Spotify, authorize the server to access your saved tracks by visiting http://owntone.local:3689
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]      lib: Library init scan completed in 0 sec (0 changes)
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     mdns: Error 'Bad state' when creating service browser for _touch-remote._tcp, check that Avahi is running
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [FATAL]   remote: Could not browse for Remote services
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [FATAL]     main: Remote pairing service failed to start
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: MPD deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: HTTPd deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Player deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Library scanner deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Cache deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Worker deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Database deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: mDNS deinit
linuxserver-daapd-app-1  | [2023-10-19 20:24:07] [  LOG]     main: Exiting.
linuxserver-daapd-app-1  | Found user 'avahi' (UID 86) and group 'avahi' (GID 86).
linuxserver-daapd-app-1  | Successfully dropped root privileges.
linuxserver-daapd-app-1  | avahi-daemon 0.8 starting up.
linuxserver-daapd-app-1  | WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
linuxserver-daapd-app-1  | Loading service file /etc/avahi/services/sftp-ssh.service.
linuxserver-daapd-app-1  | Loading service file /etc/avahi/services/ssh.service.
linuxserver-daapd-app-1  | *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
linuxserver-daapd-app-1  | Joining mDNS multicast group on interface eth0.IPv4 with address 172.20.0.2.
linuxserver-daapd-app-1  | New relevant interface eth0.IPv4 for mDNS.
linuxserver-daapd-app-1  | Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
linuxserver-daapd-app-1  | New relevant interface lo.IPv4 for mDNS.
linuxserver-daapd-app-1  | Network interface enumeration completed.
linuxserver-daapd-app-1  | Registering new address record for 172.20.0.2 on eth0.IPv4.
linuxserver-daapd-app-1  | Registering new address record for 127.0.0.1 on lo.IPv4.
linuxserver-daapd-app-1  | Server startup complete. Host name is b9edd657ea7b.local. Local service cookie is 1033399170.
linuxserver-daapd-app-1  | Failed to set ownership on logfile: Operation not permitted
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: OwnTone version 28.8 taking off
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: Built with:
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - ffmpeg
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - Spotify
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - librespot-c
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - LastFM
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - Chromecast
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - MPD
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - Websockets
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - ALSA
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - Webinterface
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: - Regex
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     main: mDNS init
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     mdns: Avahi state change: Client running
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]       db: Configured to use database file '/config/dbase_and_logs/songs3.db'
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]       db: Now vacuuming database, this may take some time...
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]       db: Database OK with 0 active files and 6 active playlists
linuxserver-daapd-app-1  | ALSA lib confmisc.c:165:(snd_config_get_card) Cannot get card index for 0
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]     scan: Bulk library scan completed in 0 sec
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]  spotify: No spotify refresh token found
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]  spotify: Spotify webapi token refresh failed. In order to use Spotify, authorize the server to access your saved tracks by visiting http://owntone.local:3689
linuxserver-daapd-app-1  | [2023-10-19 20:24:09] [  LOG]      lib: Library init scan completed in 0 sec (0 changes)
linuxserver-daapd-app-1  | Service "b9edd657ea7b" (/etc/avahi/services/ssh.service) successfully established.
linuxserver-daapd-app-1  | Service "b9edd657ea7b" (/etc/avahi/services/sftp-ssh.service) successfully established.
github-actions[bot] commented 11 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.

j0nnymoe commented 11 months ago

Going to need to provide more context of "not working". What are you doing to find it's not working?

AzzamDaaboul commented 10 months ago

Going to need to provide more context of "not working". What are you doing to find it's not working?

The app is not working .. I mean that word precisely. See the screenshot: https://pasteboard.co/KZJUwgOqfEre.png

LinuxServer-CI commented 9 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 6 months ago

This issue is locked due to inactivity