0:07 AM
minimal has quit
0:57 AM
discordbrainz
<07munishk> Hi lucifer: I have added the playing_now test and more assert statements for both single and playing now test. It currently passes the test for mw. Would be great if you could have a look whenever possible
1:03 AM
Freso has quit
1:53 AM
d4rkie joined the channel
1:53 AM
d4rk-ph0enix has quit
2:34 AM
avane has left the channel
5:31 AM
aerozol[m] joined the channel
5:31 AM
aerozol[m]
huhridge: I didn’t quite understand this question of yours -
5:31 AM
“i was looking into LB-1401, and the add track button is supposed to switch the submit type right?”
5:31 AM
BrainzBot
5:32 AM
aerozol[m]
There should be another button next to ‘add track’ for ‘add album’ (once implemented), which matches the behaviour of the pills in other pages
5:33 AM
A single button that changes between two states would also be possible, but not consistent imo
5:33 AM
Maybe that helps :)
6:00 AM
Kladky joined the channel
6:54 AM
yellowhatpro joined the channel
7:45 AM
texke has quit
7:55 AM
texke joined the channel
8:14 AM
Kladky has quit
8:15 AM
Kladky joined the channel
8:33 AM
aerozol[m] has quit
8:38 AM
mayhem
8:39 AM
I love fire paan. an acquired taste, for sure.
8:40 AM
yellowhatpro
hi @yvanzo, regarding the cover art issue, we need to prefer the official image, but in case there is no official image, we need to prefer other type of release status right? Should the order be according to release_status table?
https://usercontent.irccloud-cdn.com/file/Cysth...
8:43 AM
If that's the case, I think we only need to add release.status in the order clause we're using in the existing query.
9:02 AM
aerozol[m] joined the channel
9:02 AM
aerozol[m]
Definitely down for fire paan! Looks like the hot new thing
9:03 AM
9:08 AM
mayhem
mooin!
9:09 AM
perhaps, I should've been a bit more explicit as to what I did here. I added another field to an internal API call to make things in LB Radio easier to process for the next version of LB radio.
9:43 AM
atj
zas: can I get access to the active Solr HAproxy server? I want to see what sort of searches are coming in so I can make sure my load testing is vaguely realistic
9:45 AM
yvanzo: querying recordings for a random word from a set of 5000 tops out at about 1200req/s
9:46 AM
zas
atj: try to log in as root with your usual key
9:46 AM
atj
zas: thanks
9:47 AM
what's the host?
9:48 AM
munishk joined the channel
9:49 AM
zas
9:56 AM
atj
👍🏻
10:43 AM
d4rk-ph0enix joined the channel
10:46 AM
d4rk has quit
11:37 AM
theflash__ joined the channel
11:38 AM
theflash__
mayhem: count me in for the paan!
11:41 AM
mayhem
Yay, now we have enough people to go to Cap and have some
11:42 AM
theflash__
:D
11:49 AM
ansh
11:49 AM
BrainzBot
11:55 AM
munishk has quit
12:03 PM
aerozol[m] has quit
12:04 PM
pranav[m] joined the channel
12:04 PM
pranav[m]
Hey akshaaatt (IRC) could u pls review my PR whenever u have time thanks
12:52 PM
monkey[m] joined the channel
12:52 PM
monkey[m]
ansh (IRC): Not sure what then. Maybe rebuild the container in case that's related? I see the error in the URL is "failed to verify JWT", not sure why that's failing
12:54 PM
Maybe deploy to test.LB for testing?
13:41 PM
BrainzGit
13:47 PM
theflash__ has quit
13:48 PM
iconoclast_hero joined the channel
14:03 PM
14:08 PM
minimal joined the channel
14:22 PM
qookie has quit
14:22 PM
Arsen has quit
14:37 PM
mayhem
monkey[m], monkey: please hit me with some marginal artists for testing lb radio artist. edge cases, obscure artists, etc.
14:38 PM
monkey[m] hits mayhem wish a large Fish (the band)
14:38 PM
monkey[m]
Sure, let me pull some MBIDs. You want RG or artist MBIDs?
14:39 PM
mayhem
The latter
14:40 PM
odd, I just had to reboot my keyboard. some day we'll need to reboot our shoes and books. 🙄
14:40 PM
oh wait. never mind.
14:41 PM
weekly discovery playlist is really nice.
14:48 PM
monkey[m]
14:48 PM
mayhem
thanks!
14:48 PM
I will save those for future use.
14:48 PM
monkey[m]
K. Let me know if you needd more later on
14:56 PM
Arsen joined the channel
14:56 PM
qookie joined the channel
15:04 PM
pranav[m] has quit
15:07 PM
Maxr1998 has quit
15:08 PM
Maxr1998 joined the channel
15:18 PM
qookie has quit
15:18 PM
Arsen has quit
15:18 PM
qookie joined the channel
15:18 PM
Arsen joined the channel
15:22 PM
JadedBlueEyes
Is anyone able to help troubleshoot setting up the MusicBrainz dev environment a bit?
15:22 PM
mayhem
just ask away, perhaps we know!
15:22 PM
JadedBlueEyes
I've got the compose file to build now, but I'm running into an error trying to run the database setup
15:23 PM
15:23 PM
I'm not entirely sure what's causing it
15:23 PM
I tried modifying the dockerfile to install perl, as my first guess, but that did nothing
15:24 PM
It might be to do with my environment, but I'm not sure - it's Fedora 39 with podman, and I think you guys use docker?
15:32 PM
yellowhatpro
I tried with docker, it worked tho. Did you follow these instructions?:
15:32 PM
```
15:32 PM
15:32 PM
MUSICBRAINZ_SERVER_LOCAL_ROOT=$PWD/musicbrainz-server
15:32 PM
15:32 PM
cd musicbrainz-docker
15:32 PM
echo MUSICBRAINZ_DOCKER_HOST_IPADDRCOL=127.0.0.1: >> .env
15:32 PM
echo MUSICBRAINZ_SERVER_LOCAL_ROOT="$MUSICBRAINZ_SERVER_LOCAL_ROOT" >> .env
15:32 PM
admin/configure add musicbrainz-dev
15:32 PM
sudo docker-compose build
15:32 PM
sudo docker-compose run --rm musicbrainz createdb.sh -sample -fetch
15:32 PM
sudo docker-compose up -d
15:32 PM
```
15:32 PM
JadedBlueEyes
Yep, I've got both repos cloned, and my env file is filled in
15:33 PM
It's running `compose run --rm musicbrainz createdb.sh -sample -fetch` where I have the issue
15:33 PM
I'm waiting for another build from scratch right now
15:33 PM
bitmap
I don't think it's been tested with podman, but yvanzo would know
15:34 PM
"No such file or directory" suggests the volume wasn't mounted at /musicbrainz-server properly for some reason
15:34 PM
it should mount your local musicbrainz-server checkout there
15:35 PM
JadedBlueEyes
Yeah, which is a bit odd. The repo is cloned correctly
15:36 PM
and the env file has MUSICBRAINZ_SERVER_LOCAL_ROOT=/home/jade/Code/musicbrainz-server
15:36 PM
I might have to try install actual docker if it's an incompatibility
15:36 PM
with the syntax or something
15:36 PM
Tarun_0x0 joined the channel
15:38 PM
bitmap
yeah, I'd suggest installing docker unfortunately. ideally we'd support both, but
15:39 PM
JadedBlueEyes
The whole ecosystem split is so annoying tbh
15:40 PM
You never know if something is compatible or not
15:40 PM
and it's always the subtle details in networking and stuff that take ages to debug
15:40 PM
huhridge joined the channel
15:46 PM
huhridge
aerozol: yeah the pill behaviour is what i was referring to, thanks for clarifying!
15:48 PM
Tarun_0x0 has quit
15:51 PM
ansh
monkey[m]: I just generated a new key from the apple developer's portal and the error is now gone. I'll quickly review this PR now
15:53 PM
BrainzGit
15:54 PM
monkey[m]
Great ansh
15:55 PM
Also thanks :)
16:01 PM
JadedBlueEyes
Yeah using real docker fixed that issue
16:06 PM
ansh
monkey[m], mayhem, lucifer: Anyone using test.lb?
16:06 PM
lucifer
not me
16:06 PM
monkey[m]
Was just about to, but go ahead
16:06 PM
mayhem
go!
16:06 PM
monkey[m]
Let me know when you're through please :)
16:06 PM
ansh
Sure!
16:07 PM
bitmap
JadedBlueEyes: glad it's working for you now
16:07 PM
JadedBlueEyes
Thank you :)
16:07 PM
Just waiting for it to build the database now
16:09 PM
null_hawk[m] joined the channel
16:09 PM
null_hawk[m]
16:24 PM
Tarun_0x0 joined the channel
16:25 PM
siinamon has quit
16:29 PM
JadedBlueEyes
Woo! Fully working!
16:34 PM
bitmap
w00t
16:35 PM
Tarun_0x0 has quit
16:36 PM
yellowhatpro
Cool!
16:38 PM
siinamon joined the channel
16:47 PM
Tarun_0x0 joined the channel
16:47 PM
ansh
monkey[m]: You can use test.lb now :)
16:47 PM
monkey[m]
Merci
16:48 PM
reosarevok
yellowhatpro, JadedBlueEyes: are you participating today?
16:49 PM
yellowhatpro
me in!
16:50 PM
siinamon has quit
16:51 PM
reosarevok
Oh, I see JadedBlueEyes is now in the wiki page as "GSoC 2024". Be bold, indeed! :D
16:53 PM
iconoclast_hero
16:54 PM
there were several pages of that.... for the album shown and then for the second one.
16:54 PM
reosarevok
iconoclast_hero: that should probably be at least collapsible, yes