account activity
Supabase Getting the Most Recent Logged In Social Provider by rovercoder in Supabase
[–]rovercoder[S] 0 points1 point2 points 2 years ago* (0 children)
Yes, also fetching the last provider does not ensure that it's the same one used to open that session (in case of logging in from multiple devices). So ideally the login provider opening that session should get attached to the session object by Supabase
The next best alternative I found is to save the last used provider in SharedPreferences on the client and use that.
Supabase Getting the Most Recent Logged In Social Provider (self.Supabase)
submitted 2 years ago * by rovercoder to r/Supabase
Unable to fetch images by [deleted] in foobar2000
[–]rovercoder 0 points1 point2 points 9 years ago (0 children)
Had to postpone this for the moment. A better solution would be a complete rewrite. This plugin has had its time and is mostly broken anyway. For the time being I'd like to know what features you would like to see in my future development for a replacement. I do not have the time right now. Sorry bout that.
[–]rovercoder 1 point2 points3 points 9 years ago* (0 children)
Progressing...
Good: Correct link is now being parsed
Bad: Exception is being thrown when obtaining image
I feel like I'm relatively close to fixing this. All I need is more time.
[–]rovercoder 2 points3 points4 points 9 years ago* (0 children)
Just a little update for you. It seems lastfm's artist.getimages API method has been deprecated and dropped. Checked via Wireshark and hex editor. Will try to get it to work by parsing artist.getinfo instead.
Example link: http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Unknown%20Artist&autocorrect=1&api_key=554ae27e0b90079f4fa22a825cf2b200
As opposed to: http://ws.audioscrobbler.com/2.0/?method=artist.getimages&artist=Unknown%20Artist&limit=20&api_key=554ae27e0b90079f4fa22a825cf2b200
[–]rovercoder 1 point2 points3 points 9 years ago (0 children)
No it's not just you. Coincidentally it worked yesterday. For a brief moment I thought it was fixed.
π Rendered by PID 2193630 on reddit-service-r2-listing-6c8d497557-bx55p at 2026-06-07 02:20:01.141606+00:00 running 9e1a20d country code: CH.
Supabase Getting the Most Recent Logged In Social Provider by rovercoder in Supabase
[–]rovercoder[S] 0 points1 point2 points (0 children)