#metabrainz

/

      • sparky_005
        happy to save the output and post it somewhere if it's wanted. seems like a pretty rare bug though
      • 2018-01-01 00111, 2018

      • ephemer0l has quit
      • 2018-01-01 00120, 2018

      • sparky_005
        It's also partly my own fault, because sudo doesn't normally preserve your environment but I changed the options on my box for... Reasons
      • 2018-01-01 00147, 2018

      • ephemer0l_ joined the channel
      • 2018-01-01 00110, 2018

      • Ashish joined the channel
      • 2018-01-01 00111, 2018

      • Ashish
        Hey there ! Happy New Year every one : )
      • 2018-01-01 00133, 2018

      • xps2 has quit
      • 2018-01-01 00113, 2018

      • zas
        Happy new year 🎆
      • 2018-01-01 00100, 2018

      • D4RK-PH0ENiX has quit
      • 2018-01-01 00138, 2018

      • loujine
        Happy new year everyone
      • 2018-01-01 00128, 2018

      • yokel has quit
      • 2018-01-01 00125, 2018

      • D4RK-PH0ENiX joined the channel
      • 2018-01-01 00121, 2018

      • haruute[m] hello 1st of jan \o/
      • 2018-01-01 00131, 2018

      • annebelleo joined the channel
      • 2018-01-01 00135, 2018

      • sparky_005
        where are the actual album art pictures stored in the database? (or are they not in the database and i'm just very confused)
      • 2018-01-01 00130, 2018

      • KassOtsimine
        sparky_005: they are stored on the internet archive
      • 2018-01-01 00142, 2018

      • KassOtsimine
      • 2018-01-01 00133, 2018

      • sparky_005
        ohh thank you KassOtsimine
      • 2018-01-01 00148, 2018

      • sparky_005
        so what is the cover_art_archive dump for?
      • 2018-01-01 00148, 2018

      • KassOtsimine
        that I wouldn't know :(
      • 2018-01-01 00102, 2018

      • sparky_005
        fair enough KassOtsimine you have already helped me a great deal!
      • 2018-01-01 00116, 2018

      • KassOtsimine
        i'm going to bed also ,since it's late here (almost 5 am)
      • 2018-01-01 00126, 2018

      • sparky_005
        happy new year!
      • 2018-01-01 00127, 2018

      • KassOtsimine
        natta \o
      • 2018-01-01 00136, 2018

      • MajorLurker
        that´s not late, that´s early
      • 2018-01-01 00136, 2018

      • KassOtsimine
        godt nytt år!
      • 2018-01-01 00149, 2018

      • KassOtsimine
        it's late if oy've been upp al mnight ;)
      • 2018-01-01 00103, 2018

      • MajorLurker
        ha ... get some sleep
      • 2018-01-01 00110, 2018

      • naiveai
        LordSputnik: regarding the const/let change
      • 2018-01-01 00113, 2018

      • naiveai
        LordSputnik: I've made the change, but I'd like to understand a little more about this. Personally, when I saw the modification after the `const` declaration, I had to do a double-take. A fairly small one in this case, but a double-take regardless. I did ask on `##javascript` and they also said it's best to use `const` in this case, which makes me think it's a JS best practice/idiom.
      • 2018-01-01 00126, 2018

      • naiveai
        Is that the case?
      • 2018-01-01 00122, 2018

      • leon joined the channel
      • 2018-01-01 00139, 2018

      • leon is now known as Guest17167
      • 2018-01-01 00153, 2018

      • Guest17167
        Hello
      • 2018-01-01 00100, 2018

      • Guest17167
        I am trying to setup picard-website locally and following the install.md for linux however when I am running pip install -r requirements.txt I am facing an error Complete output from command python setup.py egg_info:
      • 2018-01-01 00100, 2018

      • Guest17167
        Traceback (most recent call last):
      • 2018-01-01 00100, 2018

      • Guest17167
        File "<string>", line 1, in <module>
      • 2018-01-01 00101, 2018

      • Guest17167
        File "/tmp/pip-build-g83s_q00/transifex-client/setup.py", line 14, in <module>
      • 2018-01-01 00103, 2018

      • Guest17167
        if long_description.startswith(BOM):
      • 2018-01-01 00105, 2018

      • Guest17167
        TypeError: startswith first arg must be str or a tuple of str, not bytes Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-g83s_q00/transifex-client/
      • 2018-01-01 00108, 2018

      • Guest17167
        How to solve this error?
      • 2018-01-01 00110, 2018

      • Guest17167
        Ihad posted this before also
      • 2018-01-01 00112, 2018

      • Guest17167
        No help
      • 2018-01-01 00116, 2018

      • Guest17167
        still on this issue
      • 2018-01-01 00143, 2018

      • naiveai
        Guest17167: what's your python --version?
      • 2018-01-01 00150, 2018

      • naiveai
        this looks like a str/bytes issue
      • 2018-01-01 00145, 2018

      • annebelleo has quit
      • 2018-01-01 00100, 2018

      • naiveai
        and check your pip --version as well?
      • 2018-01-01 00133, 2018

      • d4rkie joined the channel
      • 2018-01-01 00139, 2018

      • annebelleo joined the channel
      • 2018-01-01 00129, 2018

      • Guest17167
        @naiveai its 3.5.2
      • 2018-01-01 00135, 2018

      • D4RK-PH0ENiX has quit
      • 2018-01-01 00143, 2018

      • naiveai
        Guest17167: yep, that's probably it. try 2.7
      • 2018-01-01 00122, 2018

      • Guest17167
        pip is 9.0.1
      • 2018-01-01 00136, 2018

      • Guest17167
        okay I'll try changing it to 2.7
      • 2018-01-01 00149, 2018

      • haruute[m]
        works normally with 2.7, im using it atm :)
      • 2018-01-01 00133, 2018

      • arthelon[m]
        naiveai: yep, using const > let is a best practice
      • 2018-01-01 00123, 2018

      • Guest17167
        Ok I did alias python=python2 in virtualenv
      • 2018-01-01 00130, 2018

      • Guest17167
        But still getting the same error
      • 2018-01-01 00146, 2018

      • Guest17167
        naiveai
      • 2018-01-01 00100, 2018

      • naiveai
        Guest17167: alias probably won't change what pip install does
      • 2018-01-01 00134, 2018

      • naiveai
        can you post the full output of pip --version?
      • 2018-01-01 00144, 2018

      • naiveai
        it should have the python version it's using in it as well
      • 2018-01-01 00106, 2018

      • naiveai
        you can also probably try using pip2 install -r requirements.txt
      • 2018-01-01 00126, 2018

      • naiveai
        or creating a new virtualenv with py2
      • 2018-01-01 00102, 2018

      • Guest17167
        Okay
      • 2018-01-01 00105, 2018

      • naiveai
        anshuman73: not sure what do about lint errors that appeared suddenly on gh:CB#166
      • 2018-01-01 00105, 2018

      • BrainzBot
        CB-271: Automatically detect the language of reviews: https://github.com/metabrainz/critiquebrainz/pull…
      • 2018-01-01 00106, 2018

      • Guest17167
        Worked using pip2
      • 2018-01-01 00142, 2018

      • Guest17167
        naiveai: pip2 install -r requirements.txt worked
      • 2018-01-01 00149, 2018

      • naiveai
        cool!
      • 2018-01-01 00152, 2018

      • Guest17167
        Thanks
      • 2018-01-01 00149, 2018

      • Guest17167 has quit
      • 2018-01-01 00107, 2018

      • MajorLurker
        Good helping naiveai
      • 2018-01-01 00137, 2018

      • Leftmost
        naiveai, I'll have a look at your PR here.
      • 2018-01-01 00137, 2018

      • naiveai
        \o/ thanks
      • 2018-01-01 00118, 2018

      • drsaunde joined the channel
      • 2018-01-01 00114, 2018

      • drsaunders has quit
      • 2018-01-01 00110, 2018

      • Guest17167 joined the channel
      • 2018-01-01 00105, 2018

      • Guest17167 has quit
      • 2018-01-01 00124, 2018

      • xps2 joined the channel
      • 2018-01-01 00153, 2018

      • leon joined the channel
      • 2018-01-01 00112, 2018

      • leon is now known as Guest87519
      • 2018-01-01 00113, 2018

      • leon__ joined the channel
      • 2018-01-01 00119, 2018

      • Guest87519 has quit
      • 2018-01-01 00135, 2018

      • naiveai
        yvanzo: hey, I'm a bit confused about MB-9552. the fields Release Group and Label don't currently have bubbles on the right side.
      • 2018-01-01 00144, 2018

      • annebelleo has quit
      • 2018-01-01 00155, 2018

      • leon__ has quit
      • 2018-01-01 00155, 2018

      • naiveai
        MBS-9552, sorry
      • 2018-01-01 00155, 2018

      • BrainzBot
        MBS-9552: Display streamlined documentation of release status in release editor https://tickets.metabrainz.org/browse/MBS-9552
      • 2018-01-01 00155, 2018

      • xps2 has quit
      • 2018-01-01 00146, 2018

      • leon__ joined the channel
      • 2018-01-01 00153, 2018

      • leon__
        I got it thanks :)
      • 2018-01-01 00107, 2018

      • leon__
        I am new to JIRA. So I was wondering how do I make a PR?
      • 2018-01-01 00143, 2018

      • haruute[m]
        hi leon__ you can make a PR on Github
      • 2018-01-01 00135, 2018

      • iliekcomputers
        Happy new year, #metabrainz! ❤️❤️
      • 2018-01-01 00155, 2018

      • Ashish joined the channel
      • 2018-01-01 00125, 2018

      • leon__ has quit
      • 2018-01-01 00130, 2018

      • Slurpee has quit
      • 2018-01-01 00105, 2018

      • leon__ joined the channel
      • 2018-01-01 00157, 2018

      • ferbncode[m]
        Happy new year everyone o/
      • 2018-01-01 00139, 2018

      • leon__ has quit
      • 2018-01-01 00148, 2018

      • D4RK-PH0ENiX joined the channel
      • 2018-01-01 00147, 2018

      • d4rkie has quit
      • 2018-01-01 00106, 2018

      • Ashish has quit
      • 2018-01-01 00121, 2018

      • d4rkie joined the channel
      • 2018-01-01 00158, 2018

      • D4RK-PH0ENiX has quit
      • 2018-01-01 00147, 2018

      • Rotab has quit
      • 2018-01-01 00106, 2018

      • Rotab joined the channel
      • 2018-01-01 00105, 2018

      • drsaunde has quit
      • 2018-01-01 00156, 2018

      • drsaunders joined the channel
      • 2018-01-01 00102, 2018

      • IsaacZanoria joined the channel
      • 2018-01-01 00124, 2018

      • IsaacZanoria
        hi guys, does anyone here happen to be familiar with the bookbrainz database?
      • 2018-01-01 00122, 2018

      • IsaacZanoria
        i need to make some pretty charts using data from a db backup, and im trying to do something using the language_set__language data, but i can't figure out which language each of the "language_id"s are supposed to represent
      • 2018-01-01 00143, 2018

      • naiveai
        IsaacZanoria: you look them up in the languages table IIRC, lemme just check with my copy
      • 2018-01-01 00153, 2018

      • naiveai
        IsaacZanoria: SELECT * FROM musicbrainz.id WHERE id = 1;
      • 2018-01-01 00111, 2018

      • naiveai
        Sorry, not musicbrainz.id, musicbrainz.language
      • 2018-01-01 00132, 2018

      • naiveai
        that will return a column with information about the language, including the name
      • 2018-01-01 00146, 2018

      • naiveai
        not a column, *row :P always get confused with those
      • 2018-01-01 00154, 2018

      • dragonzeron
        50 MILLION EDITS ON MUSICBRAINZ
      • 2018-01-01 00109, 2018

      • IsaacZanoria
        thank you naiveai
      • 2018-01-01 00138, 2018

      • naiveai
        🎊🎉 WOHOOO!!! 🎊🎉
      • 2018-01-01 00135, 2018

      • LordSputnik
        naiveai: so it can be const because you're not changing the variable itself, just a property of the object
      • 2018-01-01 00108, 2018

      • naiveai
        yeah, now it does make sense
      • 2018-01-01 00115, 2018

      • yashg21 has quit
      • 2018-01-01 00121, 2018

      • KassOtsimine has quit
      • 2018-01-01 00145, 2018

      • KassOtsimine joined the channel
      • 2018-01-01 00157, 2018

      • drsaunders has quit
      • 2018-01-01 00132, 2018

      • d4rkie has quit
      • 2018-01-01 00134, 2018

      • D4RK-PH0ENiX joined the channel
      • 2018-01-01 00150, 2018

      • naiveai
        LordSputnik: on it
      • 2018-01-01 00109, 2018

      • D4RK-PH0ENiX has quit
      • 2018-01-01 00153, 2018

      • D4RK-PH0ENiX joined the channel
      • 2018-01-01 00103, 2018

      • naiveai
        LordSputnik: done!
      • 2018-01-01 00121, 2018

      • naiveai
        convineintly, this change also rounds out this PR at 25 total commits!
      • 2018-01-01 00119, 2018

      • LordSputnik
        Haha nice
      • 2018-01-01 00125, 2018

      • LordSputnik
        OK, having a look now
      • 2018-01-01 00132, 2018

      • LordSputnik
        naiveai: typo in the latest commit
      • 2018-01-01 00142, 2018

      • naiveai
        :(
      • 2018-01-01 00145, 2018

      • LordSputnik
        line 70 entityRouteUtils
      • 2018-01-01 00157, 2018

      • LordSputnik
        Looks good apart from that
      • 2018-01-01 00108, 2018

      • LordSputnik
        I guess 26 commits has the benefit of being an even number though ;)
      • 2018-01-01 00144, 2018

      • naiveai
        well, it's so small I'm going to do an --amend
      • 2018-01-01 00129, 2018

      • naiveai
        I promse I'll pay a lot more attention in the future :( i keep ignoring such things out of a combination of laziness and thinking "it's such a small change, why check it"
      • 2018-01-01 00115, 2018

      • naiveai
        done!
      • 2018-01-01 00137, 2018

      • naiveai
        you may have noticed that I am a fan of _.partial & _.partialRight :D
      • 2018-01-01 00157, 2018

      • LordSputnik
        naiveai: yeah I'm undecided about partial... but it works for the time being
      • 2018-01-01 00106, 2018

      • LordSputnik
        I'm worried it makes things less clear
      • 2018-01-01 00118, 2018

      • naiveai
        personally, I feel it's perfect for situations like this
      • 2018-01-01 00151, 2018

      • naiveai
        but I am just generally a fan of very functional programming, so I'm biased lol