A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
98
fork

Configure Feed

Select the types of activity you want to include in your feed.

[scrobbler] fix listenbrainz api

+1 -1
+1 -1
crates/scrobbler/src/scrobbler.rs
··· 396 396 if let Some(did) = user { 397 397 did 398 398 } else { 399 - return Err(Error::msg(format!("Failed to decode token: {}", e))); 399 + return Err(Error::msg(format!("Failed to decode token: {} {}", e, token))); 400 400 } 401 401 } 402 402 };