#metabrainz

/

      • yvanzo
        Chinmay3199: docker run --rm -ti --entrypoint '/bin/bash --noprofile --norc' postgres:12.3
      • 2020-05-29 15046, 2020

      • Mr_Monkey
        Do you remember how you installed docker and docker-compose?
      • 2020-05-29 15057, 2020

      • Mr_Monkey
        And what's your linux distribution and version?
      • 2020-05-29 15044, 2020

      • Gazooo joined the channel
      • 2020-05-29 15026, 2020

      • Chinmay3199
        Actually prabal installed docker and docker-compose in my pc. I'll talk to him and let you know
      • 2020-05-29 15037, 2020

      • Chinmay3199
        I'm using 20.04
      • 2020-05-29 15041, 2020

      • Chinmay3199
        Ubuntu 20.04 LTS
      • 2020-05-29 15001, 2020

      • Mr_Monkey
        So apparently people are saying that some recent changes in 20.04 cause the permission issue you see with docker.
      • 2020-05-29 15023, 2020

      • Mr_Monkey
        Their solution was to uninstall it and reinstall it from the apt package.
      • 2020-05-29 15014, 2020

      • Chinmay3199
        alastairp: I tried `docker run --rm -ti --entrypoint /bin/bash postgres:12.3` again it gave same error but I this time it also opened a CLI (postgres I think)
      • 2020-05-29 15019, 2020

      • Chinmay3199
      • 2020-05-29 15034, 2020

      • alastairp
        great, that's a bash prompt
      • 2020-05-29 15053, 2020

      • alastairp
        can you do `ls -la /`
      • 2020-05-29 15006, 2020

      • alastairp
        Mr_Monkey: oh yeah, that might be it
      • 2020-05-29 15015, 2020

      • Mr_Monkey
      • 2020-05-29 15025, 2020

      • Chinmay3199
      • 2020-05-29 15033, 2020

      • Mr_Monkey
        Specifically for Snap in this case, but it might also have affected other package managers
      • 2020-05-29 15024, 2020

      • alastairp
        Mr_Monkey: yeah, that link looks exactly like this issue
      • 2020-05-29 15040, 2020

      • Mr_Monkey
        Does anyone know how to find out how a package was installed on linux? i.e. with what package manager?
      • 2020-05-29 15055, 2020

      • Chinmay3199
        Mr_Monkey: Exactly same errors. So the problem is with 20.04 then I guess
      • 2020-05-29 15038, 2020

      • Mr_Monkey
        Thankfully, they had a solution which was to uninstall the version they had and reinstall from the apt package instead
      • 2020-05-29 15048, 2020

      • Mr_Monkey
        So, now you need to find out how docker was installed on your machine, uninstall it and reinstall it with the default ubuntu package manager
      • 2020-05-29 15025, 2020

      • Chinmay3199
        Yeah got it. Thanks alot everyone. Hope it works XD
      • 2020-05-29 15045, 2020

      • Mr_Monkey
        Good luck! 🤞
      • 2020-05-29 15008, 2020

      • alastairp
        > with the default ubuntu package manager
      • 2020-05-29 15034, 2020

      • alastairp
        careful - the graphical interface in 20.04 is snaps now, so you should more specifically follow the apt installation instructions on the docker website
      • 2020-05-29 15007, 2020

      • Chinmay3199
        Oh thanks!
      • 2020-05-29 15006, 2020

      • Mr_Monkey
        Oh, didn't know that. Thanks :)
      • 2020-05-29 15050, 2020

      • alastairp
        Mr_Monkey: yeah, it's causing quite a bit of drama
      • 2020-05-29 15055, 2020

      • alastairp
        well, "drama"
      • 2020-05-29 15000, 2020

      • alastairp
        storm in a teacup, etc
      • 2020-05-29 15041, 2020

      • ZaphodBeeblebrox
        Mr_Monkey: seems there is no expire for things in a merge que: probably there should be some incase people start adding and then alter forget it and come bak to merge osmeting else
      • 2020-05-29 15023, 2020

      • ZaphodBeeblebrox
        also, I was thinking. I think the behaviour for when an user selects another type of entity should change: right now it removes the previously added entites of the merge que. this is problematic if the user added A LOT of things then accidentally added a wrong thing (this happened to me several times)
      • 2020-05-29 15024, 2020

      • ZaphodBeeblebrox
        instead the behavious should be: first entity type decides what the entity to merge is, any other type of added entity will be ignored
      • 2020-05-29 15005, 2020

      • ZaphodBeeblebrox
        so if i add 5 artists and thne accidentally add a work, that work will be ignored
      • 2020-05-29 15024, 2020

      • ZaphodBeeblebrox
        is preferable to if i add 4 artists thne accidentally add a work thne try adding another artist
      • 2020-05-29 15031, 2020

      • ZaphodBeeblebrox
        s/artist/author/
      • 2020-05-29 15012, 2020

      • Mr_Monkey
        That's doable.
      • 2020-05-29 15023, 2020

      • ZaphodBeeblebrox
        does it make snse to you too though?
      • 2020-05-29 15032, 2020

      • Mr_Monkey
        Makes sense not to take rash decisions for the user.
      • 2020-05-29 15057, 2020

      • Mr_Monkey
        Instead of ignoring, I think returning a clear error is better so users know whan happened
      • 2020-05-29 15059, 2020

      • Mr_Monkey
        what*
      • 2020-05-29 15010, 2020

      • ZaphodBeeblebrox
        yep
      • 2020-05-29 15032, 2020

      • ZaphodBeeblebrox
        it shoudl warn (with "ignore" I mean "not add this to the merge que")
      • 2020-05-29 15040, 2020

      • Mr_Monkey
        Ya
      • 2020-05-29 15047, 2020

      • Mr_Monkey
        Makes sense to me.
      • 2020-05-29 15022, 2020

      • ZaphodBeeblebrox
        so I add 4 authors. then click a work it will: a) NOT add this. b) warn why this wa not added
      • 2020-05-29 15034, 2020

      • ZaphodBeeblebrox
        an the 4 authors are retained
      • 2020-05-29 15051, 2020

      • Mr_Monkey
        Yes. I agree it's a better solution
      • 2020-05-29 15005, 2020

      • ZaphodBeeblebrox
        cool! do you want me to make a ticket for this?
      • 2020-05-29 15013, 2020

      • Mr_Monkey
        Nah, don't worry about it.
      • 2020-05-29 15017, 2020

      • ZaphodBeeblebrox
        ok
      • 2020-05-29 15022, 2020

      • Mr_Monkey
        Might work on this today.
      • 2020-05-29 15052, 2020

      • ZaphodBeeblebrox
        great! I'm doing something soon. later yo uan tell me and i cna test it
      • 2020-05-29 15010, 2020

      • ZaphodBeeblebrox
        i got a set of things i cna test this merge behaviour on
      • 2020-05-29 15015, 2020

      • Mr_Monkey
        I think the selecting the merge target mechanism will have to stay as-is for now, until I find a good solution. I'll add a helptext at the top of the merge page with explanation of how to select the merge target
      • 2020-05-29 15056, 2020

      • ZaphodBeeblebrox
        uh this is for the "chose what ot merge to" thing?
      • 2020-05-29 15005, 2020

      • ZaphodBeeblebrox
        alright
      • 2020-05-29 15013, 2020

      • ZaphodBeeblebrox
        atleast i *do* have way ot do that for now
      • 2020-05-29 15037, 2020

      • ZaphodBeeblebrox
        kinda a pita, but better thna having to cancel and redo it if i forgot to click the one i wanted first
      • 2020-05-29 15043, 2020

      • ZaphodBeeblebrox
        wich i had to do before
      • 2020-05-29 15032, 2020

      • ZaphodBeeblebrox
        i think the merge target whatcamathing might need a complete re-think. maybe even the whole merge process might need to be redone at soem point. but it works and there are relativly few bugs.
      • 2020-05-29 15057, 2020

      • ZaphodBeeblebrox
        we have quite a few duplicates so we can atleast merge these now. that's really wesome
      • 2020-05-29 15000, 2020

      • ZaphodBeeblebrox
        !m Mr_Monkey
      • 2020-05-29 15000, 2020

      • BrainzBot
        You're doing good work, Mr_Monkey!
      • 2020-05-29 15028, 2020

      • goldenshimmer has quit
      • 2020-05-29 15037, 2020

      • reg[m] has quit
      • 2020-05-29 15051, 2020

      • ZaphodBeeblebrox
        one thing would be really neat: to create a quick report for "artists with the same name2 i'd liek this jsut for my work with merging thme , bot for the data itself but also for testing merging properly
      • 2020-05-29 15053, 2020

      • Mr_Monkey
        My conclusions exactly :) Better to ship something now and see how it needs to evolve.
      • 2020-05-29 15007, 2020

      • ZaphodBeeblebrox
        exactly
      • 2020-05-29 15017, 2020

      • Mr_Monkey
        Yes, reports are on my list, but not all the way to the top.
      • 2020-05-29 15043, 2020

      • heyarne[m] has quit
      • 2020-05-29 15045, 2020

      • ZaphodBeeblebrox
        we have : revision-history ☑ merge target selection ☑ way to find mergable entities ☐
      • 2020-05-29 15013, 2020

      • ZaphodBeeblebrox
        yea. I don't mean like stabel reports right now. i mant jsut for me to have soemthing to use right now
      • 2020-05-29 15034, 2020

      • ZaphodBeeblebrox
        stable reports liek on MB will deff come later
      • 2020-05-29 15013, 2020

      • ZaphodBeeblebrox
        for a "finised product" we also need to have data that doesn't look like a complete mess : so it's important that we try cleaning up old mess-data before we are "ready"
      • 2020-05-29 15015, 2020

      • ZaphodBeeblebrox
        (imho)
      • 2020-05-29 15044, 2020

      • alastairp
      • 2020-05-29 15011, 2020

      • ruaok
        oooh, very interesting.
      • 2020-05-29 15056, 2020

      • alastairp
        still fase 1 though, so exercise hours are still in place
      • 2020-05-29 15005, 2020

      • alastairp
        but anyway, more places to go out on the bike
      • 2020-05-29 15022, 2020

      • ruaok
        indeed, I'm looking forward to that. (and faste 2)
      • 2020-05-29 15023, 2020

      • alastairp
        fingers crossed fase 2 in a week
      • 2020-05-29 15026, 2020

      • ruaok
        -t
      • 2020-05-29 15034, 2020

      • ruaok
        yeah, seriously.
      • 2020-05-29 15000, 2020

      • jmp_music joined the channel
      • 2020-05-29 15050, 2020

      • sumedh has quit
      • 2020-05-29 15014, 2020

      • jmp_music has quit
      • 2020-05-29 15023, 2020

      • jmp_music joined the channel
      • 2020-05-29 15011, 2020

      • BrainzGit
        [listenbrainz-server] vansika opened pull request #881 (master…send_rec_window_with_spark_request): Send params with spark request https://github.com/metabrainz/listenbrainz-server…
      • 2020-05-29 15038, 2020

      • ishaanshah
        Mr_Monkey: Thanks for the review, I have made the changes as per your comments :)
      • 2020-05-29 15046, 2020

      • ishaanshah
        iliekcomputers: The redis fix worked
      • 2020-05-29 15011, 2020

      • ishaanshah
        I have opened LB-607 and LB-608
      • 2020-05-29 15013, 2020

      • BrainzBot
        LB-607: Disable Rate Limit in test environment https://tickets.metabrainz.org/browse/LB-607
      • 2020-05-29 15013, 2020

      • BrainzBot
        LB-608: Change from anchor tag to button tag https://tickets.metabrainz.org/browse/LB-608
      • 2020-05-29 15049, 2020

      • ishaanshah
        I was wondering if it would be possible to disable rate limiting for requests coming from lb.org
      • 2020-05-29 15020, 2020

      • ishaanshah
        I was clicking on next quickly and hit got 429 once
      • 2020-05-29 15052, 2020

      • jmp_music has quit
      • 2020-05-29 15054, 2020

      • jmp_music joined the channel
      • 2020-05-29 15043, 2020

      • jmp_music has quit
      • 2020-05-29 15049, 2020

      • jmp_music90 joined the channel
      • 2020-05-29 15059, 2020

      • jmp_music90 has quit
      • 2020-05-29 15042, 2020

      • antlarr has quit
      • 2020-05-29 15020, 2020

      • supersandro20009 is now known as supersandro2000
      • 2020-05-29 15040, 2020

      • antlarr joined the channel
      • 2020-05-29 15033, 2020

      • jmp_music joined the channel
      • 2020-05-29 15052, 2020

      • Sophist-UK joined the channel
      • 2020-05-29 15008, 2020

      • Sophist_UK has quit
      • 2020-05-29 15015, 2020

      • BrainzGit
        [musicbrainz-server] Freso opened pull request #1540 (master…MBS-10469-delay-showing-CAA-on-front-page): MBS-10469: Add 10 minute delay to shown CAA on front page https://github.com/metabrainz/musicbrainz-server/…
      • 2020-05-29 15017, 2020

      • BrainzBot
        MBS-10469: Only show release with processed cover art on front page https://tickets.metabrainz.org/browse/MBS-10469
      • 2020-05-29 15036, 2020

      • Freso
        Mr_Monkey: Would it be possible for the YouTube player to check for `origin_url` and possibly use that directly if it’s a YT URL? (See https://github.com/web-scrobbler/web-scrobbler/pu… )
      • 2020-05-29 15002, 2020

      • Mr_Monkey
        Freso: Oh nice, didn't know that was there, thanks !
      • 2020-05-29 15057, 2020

      • Mr_Monkey
        Yes, that's totally doable.
      • 2020-05-29 15018, 2020

      • iliekcomputers
        we should document these fields
      • 2020-05-29 15022, 2020

      • zas
        shutting down paco for maintenance
      • 2020-05-29 15045, 2020

      • bitmap
        reosarevok: not much, but feel free to review it as much as you see fit :)
      • 2020-05-29 15025, 2020

      • bitmap
        yvanzo: MBS-10870 looks like yours
      • 2020-05-29 15025, 2020

      • BrainzBot
        MBS-10870: Beta: Banner warning can't be hidden https://tickets.metabrainz.org/browse/MBS-10870
      • 2020-05-29 15045, 2020

      • bitmap
        I can't reproduce it though there is a typo in https://github.com/metabrainz/musicbrainz-server/… which means the beta banner mtime will always be null
      • 2020-05-29 15055, 2020

      • bitmap
        I can reproduce it when logged out
      • 2020-05-29 15038, 2020

      • yvanzo
        bitmap: what is the typo?
      • 2020-05-29 15054, 2020

      • bitmap
        beta:alert_time should be beta:alert_mtime
      • 2020-05-29 15018, 2020

      • yvanzo
        good catch
      • 2020-05-29 15010, 2020

      • zas
        paco is back "the server was overheating due to a faulty CPU-fan. We have replaced that defective part, your system is now back online."
      • 2020-05-29 15017, 2020

      • zas
        expected ;)
      • 2020-05-29 15042, 2020

      • alastairp
        another one
      • 2020-05-29 15043, 2020

      • zas
        bitmap: we can move back pg at least on it (it has more memory)
      • 2020-05-29 15020, 2020

      • bitmap
        alrighty, I'll look into that later today
      • 2020-05-29 15022, 2020

      • v6lur_ has quit
      • 2020-05-29 15028, 2020

      • BrainzGit
        [listenbrainz-server] MonkeyDo opened pull request #882 (master…use_origin_url): BrainzPlayer: Automatically detect listen datasource and use youtubeID if available https://github.com/metabrainz/listenbrainz-server…
      • 2020-05-29 15042, 2020

      • Mr_Monkey
        Freso ^ There you go !
      • 2020-05-29 15030, 2020

      • jmp_music has quit
      • 2020-05-29 15005, 2020

      • ZaphodBeeblebrox is back
      • 2020-05-29 15039, 2020

      • ZaphodBeeblebrox
        Mr_Monkey: hi i'm back now :)
      • 2020-05-29 15054, 2020

      • Chinmay3199 has quit
      • 2020-05-29 15056, 2020

      • Chinmay3199 joined the channel
      • 2020-05-29 15015, 2020

      • Mr_Monkey
        ZaphodBeeblebrox: volunteered to write up missing relationships in BB, and I didn't even have to ask !
      • 2020-05-29 15053, 2020

      • ZaphodBeeblebrox
        hahaha
      • 2020-05-29 15053, 2020

      • ishaanshah
        iliekcomputers: Hi
      • 2020-05-29 15006, 2020

      • iliekcomputers
        ishaanshah: hey, sorry, give me 2 min
      • 2020-05-29 15013, 2020

      • ishaanshah
        sure
      • 2020-05-29 15045, 2020

      • iliekcomputers
        hey, so sorry, got caught up in some work
      • 2020-05-29 15049, 2020

      • iliekcomputers
        are you around?
      • 2020-05-29 15001, 2020

      • ishaanshah
        Yep
      • 2020-05-29 15023, 2020

      • iliekcomputers
        how are ya
      • 2020-05-29 15028, 2020

      • ishaanshah
        Nice
      • 2020-05-29 15018, 2020

      • ishaanshah
        The Release PR is done, Mr_Monkey's feedback was really helpfull
      • 2020-05-29 15044, 2020

      • iliekcomputers
        awesome, I'll look at it tonight
      • 2020-05-29 15013, 2020

      • ishaanshah
        Cool, I investigated into the release issue today
      • 2020-05-29 15022, 2020

      • iliekcomputers
        oh, did you find anything interesting?