[musicbrainz-server] 14mwiencek opened pull request #2739 (03master…fix-type-constraint-genre-error): Add another missing Types module import for Genre https://github.com/metabrainz/musicbrainz-serve...
wargreen has quit
wargreen joined the channel
matterharz joined the channel
matterharz has left the channel
chancey joined the channel
chancey has quit
chancey joined the channel
chancey has quit
daKu18 joined the channel
kaine2 has quit
daKu18 has quit
kaine2 joined the channel
chancey joined the channel
chancey has quit
chancey joined the channel
chancey has quit
[musicbrainz-server] 14reosarevok merged pull request #2739 (03master…fix-type-constraint-genre-error): Add another missing Types module import for Genre https://github.com/metabrainz/musicbrainz-serve...
reosarevok
yvanzo: I'd love to get https://github.com/metabrainz/musicbrainz-serve... finished and merged, since it's a minor change *and* a definite improvement. If you don't have time to do the same for Data::Editable, I'd happily merge this and send a second PR myself (or send a commit to yours, but I'm not sure I can push to your repo :) )
reosarevok: I can try it with some of their other contact addresses. I had written to their metadata services, because it seemed fitting
reosarevok
And also, I merged bitmap's hopeful selenium fix into master, so yvanzo, you should be able to rebase on master to see whether other errors appear now :)
reosarevok: Refactoring Perl code should be below our lowest priorities, I’d love to get your help with everything else, e.g. SEC-123, see the draft PR. Investigating the 5xx from this night right now. Will get back to PRs after that.
Well, I'm mostly working on that at the moment because I have a ton of React PRs open and I don't want to keep adding more of those until we review and merge some :)
yvanzo
So you are opening a ton of Perl PRs instead.
reosarevok
Yes, those are a lot easier to review and merge whenever we have time :)
And reviewing stuff as often as I can, too
yvanzo
If you are out of inspiration, just ask, there are a tons of things that can be done without conflicting with current changes.
reosarevok
I'm not out of inspiration, I just care about improving old code
What help do you want with the SEC one? Should I be researching the CI errors or?
yvanzo
There is a blocking Ecmascript error.
I copied the log in the last commit.
reosarevok
(and don't worry, my plan with those Perl ones is to merge your stuff, then adapt my stuff accordingly)
(not make you deal with all the conflicts)
FWIW, I tried to use Moose with properly on controllers and it broke, so we're doing shit wrong somewhere, I'll figure that out eventually :)
Ok, I'll take a look at those errors, see what I can figure out
reosarevok: However I don’t understand the first warning (maybe it is usual, I didn't check), I tried several alternative export/import notations unsuccessfully.
reosarevok
This one?
export 'DEVELOPMENT_SERVER' (imported as 'DEVELOPMENT_SERVER') was not found in './common/DBDefs-client.mjs' (possible exports: default)
lucifer: I truncated the similarity.recording table and am requesting piles of new data, but with higher thresholds, so each set should be considerably smaller.
lucifer
👍
mayhem
and as I was trying to brainstorm how to move forward with similarities and artist radio, my brain delivered a Picard AutoTag feature that might making tagging MUCH faster and acoustic fingerprints... useless. thanks brain. not what I needed.
lucifer: any idea why the prefetch_count thing works?
lucifer
mayhem: it ensures that only a fixed numbers of messages are sent to ts writer at time. without prefetch count, rmq/kombu will try to send as many as possible. when it was failing, this was as large as 10k at a time.
why it silently crashes at 10k messages is not known though because logs were empty. probably a bug in kombu i'd assume.
We should probably filter ones that have front but also other attributes?
Or prefer only front
No, I don't think it's an issue in MB, the attribute is correct as it does show the front.
lucifer
hmm i see but MB website does show the correct cover.
maybe an issue in the query I copied from CAA.
monkey
However my code for fetching the image from CAA json response probably doesn't do more than "get an image with 'front' attribute"
lucifer
iiuc, this mbid should have been resolved by the backend. frontend would be getting a caa id.
monkey
mayhem: This is displayed in the Listening Now standalone deb, yes?
Ah, odd
Well, maybe the same mistake I thought I had in the JS code exists in the python code, i.e. "get the first 'front' image" rather than get the first image with only 'front' attribute