Uploaded image for project: 'ListenBrainz'
  1. ListenBrainz
  2. LB-1087

Fail to run weekly_flashback_jams

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • recommendations, troi
    • None

      1. Argument bug when calling 'PlaylistRedundancyReducerElement'

      unexpected keyword argument 'artist_count' 

      My solution: it's because `artist_count` doesn't match `max_artist_occurrence' (typo in "occurrence" too). Delete the parameter initialization and use max_artist_occurrence = 2 by default.

      2. Failure when generating a playlist

      Cannot fetch recording years from MusicBrainz: HTTP code 404 

      My idea: the API in year_lookup does not exist, probably need to build a method for year lookup

      SERVER_URL = "https://labs.api.listenbrainz.org/year-artist-recording-year-lookup/json" 

       

            kartik1712 amCap1712
            SivanD SivanD
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package