Maybe it builds from the git .tar.xz asset not truly directly from git which, if so, you can ignore me.
I had a poke around in the PKGBUILD of the official Arch package, and the source is
source=(git+https://github.com/strawberrymusicplayer/strawberry#tag=$pkgver https://github.com/strawberrymusicplayer/strawberry/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)So it does build from the .tar.xz asset (which may be a recent change after the credential thing). The more you know 🤔
@jonas
Oh i did notice I got rate limited before when trying to search up artists, so that's a nice change! I switched back to non-custom API credentials and can confirm there is no more rate limiting reported in the CLI 🙂
My Spotify tracks still don't play though (getting that same error of resource not found).
Running Strawberry with GST_DEBUG=3 strawberry --verbose
I guess some part of my install is just borked... I did try deleting the Strawberry folder in .cache, but no change.