ehk. it might be easier if i remove the "no format" thing.
jmp_music joined the channel
Mr_Monkey
zas: I'm getting an error "Your connection is not private" trying to visit https://beta.bookbrainz.org/ , and wondering if it has something to do with the whole recent root certificate expiry drama. Is there something I need to do?
all browser do have an initial flash of orange, suggesting different charts loading initially before being replaced
(and the data for that user is iffy, showing the same release as 51-61, then blanks for 62-75, but I assume that's a known issue)
ishaanshah
Zastai: the flash issue will be fixed
A PR is open for that
Zastai
is fine, just reporting that it's there on all browsers I tried
ishaanshah
Oh, thanks :D
pristine__
Mr_Monkey: I got the same message for LB(beta). I am not aware of the certificate expiry thing.
Mr_Monkey
pristine__: Not related to us specifically, but an SSL certificate used all over the world expired after its 20 years of life, causing some mild havoc over the internet.
zas: Thanks. How much time will it take for the new cert to be applicable?
zas
it is done, but you might have to force a reload
do you still have an issue?
Mr_Monkey
Working for me (BB and LB)
shivam-kapila
zas: Its reflecting now. Thanks :)
_lucifer
alastairp: hi, I had a query regarding the working of acousticbrainz-client. Here,https://github.com/MTG/acousticbrainz-clie... it calls the subprocess module to run the extractor. Can you explain what happens under the hood here ? What C++ functions are called and so on?
Zastai
the extractor, or the subprocess module?
_lucifer
Zastai: extractor?
Zastai
ah, then I don't know :)
_lucifer
subprocess, I think just has the os execute in a separate thread or something like that
Zastai
yeah subproces just uses popen (as the Popen method name in python suggests), so pipe to separate process
(I recall that some people have been reporting issues with this recently)
_lucifer
alastairp: yes i know about this but this is only about building the binary
alastairp
those instructions? that'll compile both the essentia shared library, and also any example programs if you configure it (streaming_extractor_music is an example program)