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]: Artist cover missing #2857

Open
3 tasks done
TianMiao8152 opened this issue Feb 14, 2024 · 1 comment
Open
3 tasks done

[Bug]: Artist cover missing #2857

TianMiao8152 opened this issue Feb 14, 2024 · 1 comment
Labels
bug triage New bug reports that need to be evaluated

Comments

@TianMiao8152
Copy link

I confirm that:

  • I have searched the existing open AND closed issues to see if an issue already exists for the bug I've encountered
  • I'm using the latest version (your issue may have been fixed already)

Version

0.49.3-SNAPSHOT (0200c18)

Current Behavior

Without any manipulation during use, the artist cover is suddenly lost, and most of them become the same cover
image

Expected Behavior

returned to normal use

Steps To Reproduce

No response

Environment

- OS:debian-12.4
- Browser:
- Client:

How Navidrome is installed?

Docker

Configuration

No response

Relevant log output

_   _             _     _
| \ | |           (_)   | |
|  \| | __ ___   ___  __| |_ __ ___  _ __ ___   ___
| . ` |/ _` \ \ / / |/ _` | '__/ _ \| '_ ` _ \ / _ \
| |\  | (_| |\ V /| | (_| | | | (_) | | | | | |  __/
\_| \_/\__,_| \_/ |_|\__,_|_|  \___/|_| |_| |_|\___|
                 Version: 0.49.3-SNAPSHOT (0200c189)

time="2024-02-14T10:46:31Z" level=info msg="goose: no migrations to run. current version: 20230404104309\n"
time="2024-02-14T10:46:31Z" level=info msg="Starting signaler"
time="2024-02-14T10:46:31Z" level=info msg="Creating Image cache" maxSize="1.0 GB" path=/data/cache/images
time="2024-02-14T10:46:31Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2024-02-14T10:46:31Z" level=info msg="Setting Session Timeout" value=24h
time="2024-02-14T10:46:31Z" level=info msg="Finished initializing cache" cache=Image elapsedTime=4.2ms maxSize=1GB
time="2024-02-14T10:46:31Z" level=info msg="Configuring Media Folder" name="Music Library" path=/music
time="2024-02-14T10:46:31Z" level=info msg="Starting scheduler"
time="2024-02-14T10:46:31Z" level=info msg="Scheduling periodic scan" schedule="@every 1h"
time="2024-02-14T10:46:31Z" level=info msg="Login rate limit set" requestLimit=5 windowLength=20s
time="2024-02-14T10:46:31Z" level=info msg="Found ffmpeg" path=/usr/bin/ffmpeg
time="2024-02-14T10:46:31Z" level=info msg="Spotify integration is not enabled: missing ID/Secret"
time="2024-02-14T10:46:31Z" level=info msg="Mounting Native API routes" path=/api
time="2024-02-14T10:46:31Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2024-02-14T10:46:31Z" level=info msg="Creating Transcoding cache" maxSize="100 MB" path=/data/cache/transcoding
time="2024-02-14T10:46:31Z" level=info msg="Finished initializing cache" cache=Transcoding elapsedTime="668.344µs" maxSize=100MB
time="2024-02-14T10:46:31Z" level=info msg="Mounting Subsonic API routes" path=/rest
time="2024-02-14T10:46:31Z" level=error msg="Agent not available. Check configuration" name=spotify
time="2024-02-14T10:46:31Z" level=info msg="Mounting Public Endpoints routes" path=/share
time="2024-02-14T10:46:31Z" level=info msg="Mounting LastFM Auth routes" path=/api/lastfm
time="2024-02-14T10:46:31Z" level=info msg="Mounting ListenBrainz Auth routes" path=/api/listenbrainz
time="2024-02-14T10:46:31Z" level=info msg="Mounting Background images routes" path=/backgrounds
time="2024-02-14T10:46:31Z" level=info msg="Mounting WebUI routes" path=/app
time="2024-02-14T10:46:31Z" level=info msg="----> Navidrome server is ready!" address="0.0.0.0:4533" startupTime=59ms tlsEnabled=false
time="2024-02-14T10:46:33Z" level=warning msg="Error parsing year date field" date=0002 file="/music/Chinese/刷牙 - 小孩小孩 (2023哔哩哔哩拜年纪单品).1.mp3"
time="2024-02-14T10:46:38Z" level=info msg="Finished processing changed folder" deleted=0 dir=/music/Chinese elapsed=5.42s updated=660

time="2024-02-14T10:46:39Z" level=warning msg="Error warming cache" error="error cacheing id='ar-47418e7b558c66b3114fb8c9571cff24_0': could not get a cover art for ar-47418e7b558c66b3114fb8c9571cff24_0: artwork unavailable"
...................Omit the same error (ID different)

time="2024-02-14T10:46:41Z" level=info msg="Finished processing changed folder" deleted=0 dir=/music/Foreign elapsed=2.61s updated=191
time="2024-02-14T10:46:41Z" level=info msg="Finished processing changed folder" deleted=0 dir=/music/Soft elapsed=738.9ms updated=74
time="2024-02-14T10:46:41Z" level=info msg="Finished processing Music Folder" added=925 deleted=0 elapsed=8.82s folder=/music playlistsImported=0 updated=0
time="2024-02-14T10:46:56Z" level=info msg="Loading translations" languages="[ar bg ca cs da de eo es fa fi fr gl it ja nl pl pt ru sl sv th tr uk zh-Hans zh-Hant]" requestId=1Panel-navidrome-7yXb/nm6IV2QDm0-000005

Anything else?

No response

Code of Conduct

  • I agree to follow Navidrome's Code of Conduct
@TianMiao8152 TianMiao8152 added bug triage New bug reports that need to be evaluated labels Feb 14, 2024
@Prankish8407
Copy link

Prankish8407 commented Feb 28, 2024

you should look at a free account at lastFM and get the API keys in your configuration like so, had the issue as wel at the start but was my own problem.

it requires lastFM to pull metadata for artists, after i set it up correctly everything works perfectly.
Hope it helps you out.

  navidrome:
    image: deluan/navidrome:latest
    container_name: navidrome
    user: 1000:1000
    ports:
      - "4533:4533"
    restart: unless-stopped
    environment:
      ND_SCANSCHEDULE: 1h
      ND_LOGLEVEL: info  
      ND_SESSIONTIMEOUT: 24h
      ND_BASEURL: ""
      ND_SPOTIFY_ID: "xxxx"
      ND_SPOTIFY_SECRET: "xxxx"
      ND_LASTFM_ENABLED: true
      ND_LASTFM_APIKEY: "xxxx"
      ND_LASTFM_SECRET: "xxxx"
      ND_LASTFM_LANGUAGE: "en"
      ND_PASSWORDENCRYPTIONKEY: "xxxx"
    volumes:
      - /volumes/navidrome-data:/data
      - /volumes/navidrome-music:/music:ro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage New bug reports that need to be evaluated
Projects
None yet
Development

No branches or pull requests

2 participants