RPC doesn't work with Really Long Artist #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not 100% sure what causes this bug but I've found this issue with Last FM scrobbling and it seem like this RPC has the same issue where if an artist(s) is to long, the program just gives up and doesn't display RPC even if something is playing.
The Data does seem to be send to the plugin according to the logs
I also have used Feishin RPC before and it handle it fine before so I don't think its a discord limitation.
It might just be the string is to long or something but I'm not familiar enough with this code base or go in general to point at anything.
Any help with this issue would be greatly appreciated
If Last.fm does not receive the scrobbles, this seems to be an issue in Navidrome. Can you please open an issue there, preferable with logs and the MBID of this release?
I'll go do that but at least to me the docker logs suggest the artist is being sent to the plugin and then the errors occur there but could be wrong I go looking for something more detailed
Hey @TriforceGB this is actually a limitation in Discord RP, I fixed it by truncating the text sent to Discord, in the same way Feishin is doing.
For Last.fm, if you are seeing this issue, the best approach is to set
Lastfm.ScrobbleFirstArtistOnly=trueThe fix will be part of next release, at the end of the month.