lucifer: ^ dataset counts. so we can definitely keep it low. 10k maximum, even down to 5k if we want. we can double-check how long a ~4-5k dataset takes to dump
lucifer
nice, +1
Toasty joined the channel
CatQuest has quit
CatQuest joined the channel
CatQuest has quit
CatQuest joined the channel
zas
bitmap, yvanzo, reosarevok: I got "Internal Server Error: 500" multiple times when submitting a release, it usually works when pressing the button again, are you aware of this issue (it appeared few days ago, likely with last prod release).
reosarevok
I am not, at least
zas
It doesn't seem number of 500s significantly increased over last month though
alastairp
monkey: ruaok: with lucifer we just had a chat about how we can keep track of PRs a little bit better, including knowing which ones we want to review/merge next and which ones someone wants someone else to look at with a higher priority
this is coming back to my previous comments about how sometimes I don't know what to work on next, or that I intentionally choose something easier rather than the "big" thing that we should merge next
as a trial, we opened a github project at https://github.com/orgs/metabrainz/projects/1, the idea is that we can add PRs to it and order them based on when we want to merge them next
it's an org-level project, so we can add PRs from multiple repos.
lucifer and I are going to try it for a while and see if it helps us keep track of work better, and maybe we can revisit it soon to see if it's working or not
monkey
All right, I can see this helping indeed
lucifer
alastairp: should we add a column for high priority, low priority or consider the top to down order as priority?
SaintHime joined the channel
SaintHime
IDK if this is the correct channel for this question, but does anyone know why I am unable to import my last.fm scrobbles into listenbrainz? Am I just missing something obvious? This box is grayed out for me as seen in this screen cap: https://s.saint.moe/5voh4. Thanks in advanced!
alastairp
lucifer: I think that the order in the column should be priority
SaintHime: this is indeed the correct place to ask
monkey: bug due to the props update?
lucifer
SaintHime: yeah, its greyed out for me as well. probably a bug. Thanks for reporting.
alastairp
Error: No global props element found on the page
TypeError: Cannot read property 'name' of undefined
kepstin has quit
monkey
Thanks for reporting SaintHime, I'll look at it right away
JuniorJPDJ has quit
yyoung[m] has quit
elomatreb[m] has quit
SaintHime
lucifer glad to know it's not just me. Just made an account and it was driving me insane. I thought I was just dumb and missing something obvious LOL
lucifer
:D
We should look into imporving the error catching in React pages. this didn't show up in sentry.
alastairp
lucifer: but this is the chicken and egg problem - no global props == no sentry dsn
lucifer
ah, right! 🤦
SaintHime
I'm not very technically inclined, so I apologize if this is a dumb question. Can I manually import my last.fm scrobbles with an api call?
or something of the sort
alastairp
SaintHime: in fact, that's all that the lastfm importer does. it uses the lastfm api to get your scrobbles, converts them to the format required by listenbrainz, and then uses the listenbrainz api to add them
however I don't know if we have any standalone demo code which does this
SaintHime
I see... is there any rate limiting that you know of? I have about 100k scrobbles. Even when the webui gets fixed do you think it will take a while to import?
I get this modal floating and am not able to get past it in local dev. Anyone having an idea of what might be causing it
BrainzGit
[listenbrainz-server] 14MonkeyDo opened pull request #1495 (03master…monkey-global-props-lastfm-template): Use base-react.html template in LastFM importer page https://github.com/metabrainz/listenbrainz-serv...
MBS-9356: Remove existing editors with no confirmed email and no OAuth tokens/edits/votes
lucifer
monkey: oh! makes sense now. approved.
reosarevok
Updated the query to add place_rating_raw, not sure any other change requires modifications there? :)
shivam-kapila
lucifer: ever seen the above dialog?
SaintHime
shivam-kapila, just made an account today and didnt ever see that dialog
lucifer
shivam-kapila: no, i haven;t. i am bringing up a dev instance to see if i also get that. you are on the latest master, right?
shivam-kapila
SaintHime: this is happening in local dev only. prod works fine
lucifer: yep
SaintHime
shivam-kapila, how do I switch to production?
oh you mean that pop up you have
sorry I understand what you mean
shivam-kapila
yeah SaintHime
alastairp
shivam-kapila: that either looks like the anti-spam request when editing the wiki, or maybe you're trying to access the MB oauth login page and you don't have your key and secret configured
BrainzGit
[listenbrainz-server] 14MonkeyDo merged pull request #1495 (03master…monkey-global-props-lastfm-template): Use base-react.html template in LastFM importer page https://github.com/metabrainz/listenbrainz-serv...
alastairp
lucifer: what's the story with LB redis? should we upgrade it along with ^ this PR?
let me start up the latest version of redis with the copy of the db file that I had. I think that all we'll need to do is 1) take down web, 2) save redis db, 3) take down redis, 4) start up new version of redis
and ideally we should double-check redis configuration because it's possible that 2 isn't even needed (if we can configure it to always serialise db to disk)
Well thankfully it was an easy one to fix, and we broke it just yesterday so it's all still fresh in memory.
alastairp
lucifer: right - although theoretically taking down redis will cause the service to go away in consul so everything should shut down and wait until it comes back
SaintHime
You have no clue how long I spent on trying to get it work
I didnt see any bug reports online so I assumed it was on my end
lmfao
lucifer
alastairp: right, consul will bring it down and then keep retrying to bring up the service. the only upside to manually taking down is less spam from sentry i guess :p
alastairp
yes right
dseomn_ joined the channel
dseomn has quit
dseomn_ is now known as dseomn
SaintHime has quit
SaintHime joined the channel
lucifer: "1:M 03 Jun 2021 10:23:35.396 * Loading RDB produced by version 5.0.3"
yeah, new redis just happily loads an old version
lucifer
nice! :D
alastairp
yep, and then it re-saves it as the new version and when you next load it, it's fine