Yooooomi / your_spotify

Self hosted Spotify tracking dashboard
GNU General Public License v3.0
2.77k stars 110 forks source link

Large time periods do not display entirely #290

Open Jurrer opened 10 months ago

Jurrer commented 10 months ago

Describe the bug

Selecting big data range such as one year, or big custom data range ex. January 1 2023 - Sept 29 2023 displays only months until March 2023(3 months in this particular case). Calculated time and records seem correct. Error is in Time Listened chart and in most charts in All Stats.

Expected behavior

App shows data in requested data range.

Additional context

Please paste the docker-compose file you're using to host YourSpotify and their logs (you can skip mongo logs). If your issue have anything related to other tools, please paste their config too.

 your-spotify-server:
    image: yooooomi/your_spotify_server
    container_name: your-spotify-server
    environment:
      API_ENDPOINT: ${SERVER_HOST}
      CLIENT_ENDPOINT: ${WEB_HOST}
      SPOTIFY_PUBLIC: ${SPOTIFY_PUBLIC}
      SPOTIFY_SECRET: ${SPOTIFY_SECRET}     
    restart: unless-stopped
  your-spotify-web:
    image: yooooomi/your_spotify_client
    container_name: your-spotify-web
    environment:
      API_ENDPOINT: ${SERVER_HOST}
    restart: unless-stopped

Logs contain a lot of personal data I would prefer not to share

Screenshots

image