simple-last-fm-scrobbler/sls

Insufficient warning when authentication has expired(?) and local scrobble cache not working

maszaa opened this issue · 1 comments

For some reason I get "network error, retrying..." while authenticated to Last.fm and scrobbling for time to time. The notification for that should in my opinnion be the highest in priority but it's burried within the "new app detected" notifications.

Also when this problem occures nothing seems to be locally cached and I'm missing all the scrobbles before I re-authenticate. Shouldn't that be the idea of local cache when these problems occur?

Android 9 and app version 1.7

Still experiencing this. Shouldn't the app retry by itself without the user re-authenticating? I've found out by my own project that the once failed session key works if the user hasn't revoked it. So the app should just attempt to use the key again and again.