[@hemang-mishra:matrix.org](https://matrix.to/#/@hemang-mishra:matrix.org) I would like to work on this issue, I'll pop the backstack if the current route is settings screen.
2025-11-17 32122, 2025
HemangMishra[m] joined the channel
2025-11-17 32123, 2025
HemangMishra[m]
<NirvanJain[m]> "https://github.com/metabrainz/..." <- Sure, you may start working.
2025-11-17 32146, 2025
anuj_ joined the channel
2025-11-17 32159, 2025
petitminion joined the channel
2025-11-17 32143, 2025
HSOWA has quit
2025-11-17 32114, 2025
HSOWA joined the channel
2025-11-17 32114, 2025
HSOWA has quit
2025-11-17 32114, 2025
HSOWA joined the channel
2025-11-17 32133, 2025
anuj_ has quit
2025-11-17 32134, 2025
petitminion has quit
2025-11-17 32148, 2025
petitminion joined the channel
2025-11-17 32137, 2025
aerozol[m]
Hey monkey can you have a look at this? If it's an issue it may impact our YiM genre stats as well - at least it would be good to know how it all works: https://community.metabrainz.org/t/gsoc-2025-deve…
2025-11-17 32118, 2025
Strykar has quit
2025-11-17 32141, 2025
reosarevok[m] joined the channel
2025-11-17 32141, 2025
reosarevok[m]
ansh: we had a request to update test.mb to have also more recent MB features, so I rebased it on top of `production`. I'm going to update it in a moment. It should still work fine, anyway, but you can double-check in a bit :)
reosarevok[m]: even I am impressed. it turns out most EU grants are actually grifts. and if you create an EU grant, supposedly for the benefit of open source people, ideally you should not actually exploit those open source people.
2025-11-17 32130, 2025
BIKASHPANDEY[m] joined the channel
2025-11-17 32130, 2025
BIKASHPANDEY[m]
Hi everyone! 👋... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/fhTDcYQJMvSvdDIaEEzWvZOm>)
2025-11-17 32159, 2025
mayhem[m]
hi BIKASH PANDEY . which project are you interested in? picard?
2025-11-17 32142, 2025
BIKASHPANDEY[m]
Hi! I’m interested in contributing to beginner-friendly bugs and small fixes in Picard. I’d love guidance on which area would be best to focus on next.
2025-11-17 32143, 2025
petitminion has quit
2025-11-17 32130, 2025
BIKASHPANDEY[m]
I’m interested in UI improvements, plugins, tagging, or testing. I’ve already contributed a bug fix (PR #2766) and would love to continue contributing.
2025-11-17 32153, 2025
lucifer[m]
mayhem: about WoC, do we have any project ideas?
2025-11-17 32131, 2025
mayhem[m]
I dont. I also don't particularly feel like participating... having a break from all that is nice.
2025-11-17 32137, 2025
lucifer[m]
makes sense
2025-11-17 32147, 2025
ApeKattQuest has quit
2025-11-17 32143, 2025
petitminion joined the channel
2025-11-17 32133, 2025
MonkeyPython joined the channel
2025-11-17 32142, 2025
Maxr1998 joined the channel
2025-11-17 32141, 2025
Maxr1998_ has quit
2025-11-17 32119, 2025
monkey[m] joined the channel
2025-11-17 32120, 2025
monkey[m]
<lucifer[m]> "reosarevok, monkey : does MB/..." <- Negative for BB
mayhem: this is the second largest source of errors in sentry.
2025-11-17 32102, 2025
lucifer[m]
monkey: do you remember what error we see if last.fm users connected to LB have privacy mode enabled? is it 404 user not found or something else?
2025-11-17 32128, 2025
monkey[m]
Ooooh, it's definitely something less clear than that, let me look it up again
2025-11-17 32118, 2025
monkey[m]
lucifer: “Error from the lastfm API while getting listens: {“message”:“Login: User required to be logged in”,“error”:17}”\
2025-11-17 32150, 2025
monkey[m]
This is the error we send users by email
2025-11-17 32156, 2025
lucifer[m]
i see, so a 404 is definitely a typo on user's behalf or account deleted. that is something like 40k+ errors so i'll change it to disabled sync and send an email.
2025-11-17 32126, 2025
monkey[m]
Yes, that sounds like the right thing to do.
2025-11-17 32134, 2025
monkey[m]
<aerozol[m]> "Heya ansh, I made a revierw..." <- My comments on your notes:... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/XfFUOFCfDHEqEFpXTRVoFsAZ>)
2025-11-17 32104, 2025
kellnerd[m] joined the channel
2025-11-17 32105, 2025
kellnerd[m] wonders how fast LB-1878 could be fixed and whether he should [patch this in elbisaur](https://github.com/kellnerd/elbisaur/issues/2)
LB-1878: Inconsistent listen history export JSON format
2025-11-17 32118, 2025
monkey[m]
Those all look like fairly simple changes, but I don't know if there are deeper implications
2025-11-17 32146, 2025
monkey[m]
So it's mainly "inserted_at" at integer (definitely a mistake to have floating point) and consistent placement of "recording_msid" ?
2025-11-17 32112, 2025
monkey[m]
If so, I think both of those should be really easy and with no dire consequences
2025-11-17 32125, 2025
kellnerd[m]
Yeah, mostly the placement of recording_msid in the current history export format. Everything else is just a bonus which I've found when I looked closer.