#metabrainz

/

      • d4rk joined the channel
      • 2025-11-06 31028, 2025

      • d4rkie has quit
      • 2025-11-06 31042, 2025

      • anuj_ joined the channel
      • 2025-11-06 31038, 2025

      • Kladky joined the channel
      • 2025-11-06 31028, 2025

      • anuj_ has quit
      • 2025-11-06 31026, 2025

      • lucifer[m]
        mayhem: LB meet at what time today?
      • 2025-11-06 31037, 2025

      • mayhem[m]
        shall we keep it same time as before (meeting time - 2 hours)? ansh monkey
      • 2025-11-06 31048, 2025

      • ansh[m] joined the channel
      • 2025-11-06 31048, 2025

      • ansh[m]
        Yes, works for me
      • 2025-11-06 31012, 2025

      • lucifer[m]
        👍
      • 2025-11-06 31010, 2025

      • Maxr1998 joined the channel
      • 2025-11-06 31039, 2025

      • Maxr1998_ has quit
      • 2025-11-06 31039, 2025

      • mamanullah7[m] has quit
      • 2025-11-06 31048, 2025

      • _BrainzGit
        [listenbrainz-server] 14MonkeyDo opened pull request #3397 (03master…art-creator-skip-missing): Art Creator: add "skip missing" option to show albums with no cover art https://github.com/metabrainz/listenbrainz-server…
      • 2025-11-06 31007, 2025

      • HSOWA has quit
      • 2025-11-06 31033, 2025

      • HSOWA joined the channel
      • 2025-11-06 31033, 2025

      • HSOWA has quit
      • 2025-11-06 31033, 2025

      • HSOWA joined the channel
      • 2025-11-06 31027, 2025

      • adhawkins
        bitmap[m]: I have artwork-redirect running, and I think it's correctly connecting to the local database. However, when I run 'curl -x http://xcp-mbserver-docker.gently.org.uk:8081 -L http://coverartarchive.org/release/25fbfbb4-b1ee-… I get a '400 bad request' (https://termbin.com/4d5h)
      • 2025-11-06 31008, 2025

      • adhawkins
        I get the following in the artwork-redirect docker log: https://paste.debian.net/1404846/
      • 2025-11-06 31050, 2025

      • adhawkins
        This is the config.ini: https://termbin.com/y3tv2
      • 2025-11-06 31013, 2025

      • bitmap[m]
        adhawkins (IRC): hmm, since you're using it as a proxy and also specifying -L to curl, it's also passing the archive.org redirect through to the artwork-redirect service, which is wrong (only the initial request should be proxied)
      • 2025-11-06 31022, 2025

      • adhawkins
        Ah, if all it's going to do is redirect to the archive.org servers, I don't think it's going to help me much. Ideally I want it to be able to serve the JSON file without reaching out anywhere else.
      • 2025-11-06 31033, 2025

      • bitmap[m]
        yeah, the json files are also hosted on archive.org - it's just a redirect service and doesn't host or generate any content. but it could still help you if the coverartarchive.org errors you were previously getting were from our servers rather than archive.org's
      • 2025-11-06 31033, 2025

      • bitmap[m]
        do your logs indicate where the issue was?
      • 2025-11-06 31032, 2025

      • adhawkins
        bitmap[m]: I'm not sure about that. I'd have to double check. Not sure if I log the redirects to see which one is the one that fails.
      • 2025-11-06 31015, 2025

      • _BrainzGit
        [bookbrainz-site] 14anshg1214 opened pull request #1191 (03master…ansh/add-user-redirect): feat(user): add user route for editor redirection https://github.com/metabrainz/bookbrainz-site/pul…
      • 2025-11-06 31033, 2025

      • adhawkins
      • 2025-11-06 31053, 2025

      • adhawkins
        If I'm reading that correctly, it's the initial fetch of the JSON from coverartarchive.org (which is a MB server rather than one at the IA) that's failing. The one for the first matching release succeeds, ending in a redirect to archive.org, but the second one gives an SSL error (implying the socket has been forcefully closed or rejected at the
      • 2025-11-06 31053, 2025

      • adhawkins
        remote end?).
      • 2025-11-06 31028, 2025

      • adhawkins
        So it would appear that if I can make that first lookup go to my local server, hopefully the redirects will succeed.
      • 2025-11-06 31049, 2025

      • fettuccinae[m] has quit
      • 2025-11-06 31003, 2025

      • bitmap[m]
        adhawkins (IRC): that sounds correct to me - it looks like an issue with our services, so running the artwork-redirect can help
      • 2025-11-06 31024, 2025

      • v6lur joined the channel
      • 2025-11-06 31032, 2025

      • adhawkins
        Ok, just trying that now. Would be nice to have it confirmed that there's some sort of rate limiting in place on there just so I know I'm on the right track.
      • 2025-11-06 31007, 2025

      • bitmap[m]
        I'm not super familiar with our gateway setup, so don't know if it's due to rate limiting exactly. I've also been seeing a lot of connection reset by peer errors from our servers lately (currently having to patch our JSON dump scripts to workaround that)
      • 2025-11-06 31051, 2025

      • adhawkins
        Oh ok. I've modified libcaa to make the initial request to my local server, just doing a run over my entire music collection now to see how it goes.