zas: hi! please let me know when you are around to deploy some oauth stuff?
2024-11-22 32747, 2024
pite has quit
2024-11-22 32710, 2024
dabeglavins has quit
2024-11-22 32745, 2024
aerozol[m]
Hey ansh worked a bit late but got the homepage mockups all ready for you to work on! I have left a few important notes as figma comments, let me know if you’d rather have the notes written out elsewhere, or if you would rather have a ticket with screenshots or something. Let me know if you have any questions
Link for the icons (use the linked ones, they are optimized for size) is at the top, in the yellow box
2024-11-22 32744, 2024
reosarevok[m]
<aerozol[m]> "Don’t know if it’s on purpose..." <- That's an artist credit so I guess it might show on hover there?
2024-11-22 32740, 2024
huhridge joined the channel
2024-11-22 32737, 2024
huhridge has quit
2024-11-22 32727, 2024
huhridge joined the channel
2024-11-22 32743, 2024
huhridge has quit
2024-11-22 32737, 2024
reosarevok[m]
yvanzo: hey, is there any way I can help with the solr stuff today? :)
2024-11-22 32716, 2024
huhridge joined the channel
2024-11-22 32728, 2024
LupinIII
re recording alias
2024-11-22 32728, 2024
LupinIII
[12:29] reosarevok[m] The alternative I can see is showing it on hover only
2024-11-22 32728, 2024
LupinIII
I'd prefer that tbh
2024-11-22 32724, 2024
yvanzo[m]
Hi reosarevok: Sure, I’m currently stuck on backup creation.
2024-11-22 32755, 2024
LupinIII
oh i guess maybe wont show on mobile. but honestly an option for "alwaysshow/only with hover" where alwasy show is default would be stellar
2024-11-22 32745, 2024
lucifer[m]
monkey: hi! are you still unable to download your data exports? i tried it last week and today again. it works fine for me every time. i do see some errors in sentry so it is clearly broken for some users but unable to reproduce it on my end so far.
2024-11-22 32709, 2024
LupinIII
aerozol[m]: i *really* like the addition of the word "profile" in the sidebar. that's very usefull to a guy like me who from the lb frontpage just want to go to their listens and such
2024-11-22 32740, 2024
LupinIII
i always end up going to like "feed" first because idk the current doesn't make me think "my lsitens/myprofile"
<LupinIII> "oh i guess maybe wont show on..." <- For what it's worth, very very few recordings currently have aliases, so it'll be very rare at least at first anyway :)
2024-11-22 32712, 2024
reosarevok[m]
I think we can move it once more aliases exist if it's bothering people?
2024-11-22 32721, 2024
reosarevok[m]
(maybe it won't)
2024-11-22 32733, 2024
mayhem[m]
restarting the container fixed the problem, but the PR above is to mitigate this mysterious rollback required from happening again.
I thought that the backups were not working, I was just not connecting to the same cloud.
2024-11-22 32710, 2024
lucifer[m]
mayhem: i think that error is unrelated. the connection having problems in the error log is `ts_conn`, the connection in the code is `db_conn`
2024-11-22 32733, 2024
mayhem[m]
fun
2024-11-22 32747, 2024
lucifer[m]
i'll add the missing the rollback and move it to a finally block instead.
2024-11-22 32709, 2024
lucifer[m]
if you prefer to restart the container for these errors, i can leave that part in.
2024-11-22 32703, 2024
mayhem[m]
lucifer[m]: yes please. I think all of our containers should have that idea -- a catch all, that if we catch that, exit the container. who knows what went wrong, when this happens, so why rely on the state of a possibly broken container?
2024-11-22 32755, 2024
lucifer[m]
makes sense but then we don't need a catch all. the process/container will exit on an uncaught exception anyway.
It shouldn't be needed, not sure if it's a Hetzner IPv6 issue or something else.
2024-11-22 32747, 2024
zas[m]
hmmm; it seems a misconfiguration
2024-11-22 32701, 2024
zas[m]
zas@rex:~$ ping6 -c2 2a01:4f8:c010:b00c::1... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/TIMMwNZrlLRTcDKDgHMeesvK>)
2024-11-22 32719, 2024
yvanzo[m]
Is there any delay for you reosarevok?
2024-11-22 32722, 2024
zas[m]
atj: ^^ we have 2a01:4f8:c010:b00c::2 in DNS, node has inet6 2a01:4f8:c010:b00c::1/64 scope global, firewall issue?
2024-11-22 32723, 2024
zas[m]
Ah got it, just a misconfiguration; almost all our nodes use :2, but not solr cloud ones
2024-11-22 32727, 2024
zas[m]
I'll fix the DNS
2024-11-22 32740, 2024
mayhem[m]
<aerozol[m]> "Came up in my subscriptions..." <- thanks, responded.
2024-11-22 32753, 2024
reosarevok[m]
yvanzo: what exactly is it that I should be doing? Is it running the upgrade instructions on that file on a local install of solr?
2024-11-22 32723, 2024
reosarevok[m]
(the main reason I haven't been working on solr stuff so far is because there seem to be no actionable instructions on what needs to be done and tested and how)
2024-11-22 32717, 2024
yvanzo[m]
reosarevok: I pointed you to the docs for setting up SSH.
2024-11-22 32713, 2024
reosarevok[m]
Yes, I saw that, but just setting up ssh isn't much of a test, so I expect you want me to do something with it too :)
2024-11-22 32731, 2024
yvanzo[m]
Read the backlogs, there are issues with SSH-ing.
2024-11-22 32706, 2024
yvanzo[m]
Setting up ssh is a prerequisite to help further.
2024-11-22 32749, 2024
zas[m]
Not really an SSH issue, there were issues with DNS IPv6 addresses of those nodes, it should be fixed now (though TTL is 1h). They were set as ending by :2 instead of :1. ssh used IPv6 first and fallback on IPv4 if it fails, explaining the delay.
2024-11-22 32753, 2024
reosarevok[m]
I did ssh mb-solrcloud-1 with that config and it let me in immediately, so I guess zas fixed it
2024-11-22 32715, 2024
yvanzo[m]
Yes he just did
2024-11-22 32721, 2024
mayhem[m]
zas: I am writing a cron wrapper script that monitors the output of the cron job and if the cron job does not exit with status code 0, it posts the last X lines from the output to the LB telegram channel. I've got everything working, except for the "send to telegram" bit. Any thoughts on how to best do this?
ok, send it directly. I wondering if you had something else in mind. cool, I'll investigate
2024-11-22 32736, 2024
mayhem[m]
do you have the bot token and a chat id I can use for this purpose, zas ?
2024-11-22 32721, 2024
reosarevok[m]
yvanzo: ok, neat, what's the next step if any? :)
2024-11-22 32734, 2024
reosarevok[m]
(if you're on top of things and don't need help that's of course fine, just say so!)
2024-11-22 32732, 2024
Maxr1998 has quit
2024-11-22 32717, 2024
Maxr1998 joined the channel
2024-11-22 32701, 2024
yvanzo[m]
reosarevok: Please let me know what time you are available today, to be efficient in Q/A.
2024-11-22 32724, 2024
reosarevok[m]
Well, I need to take 30 mins to eat at some point (although I can do that while stuff happens)
2024-11-22 32734, 2024
reosarevok[m]
After that I'm available until 17 CET or so
2024-11-22 32745, 2024
yvanzo[m]
You need a MB Docker instance with sample data and search server set up.
2024-11-22 32751, 2024
yvanzo[m]
I'm going for lunch, I'll be back for 14 CET.
2024-11-22 32737, 2024
monkey[m]
mayhem: might be worth storing those logs+message somewhere to retry in case the telegram sending fails (for example when we get a proper outage or loss of connectivity)
2024-11-22 32701, 2024
mayhem[m]
that smacks of effort.
2024-11-22 32713, 2024
mayhem[m]
FAILURE_REPORT_RETRIES = 10... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/download/chatbrainz.org/bsHtyRXcmZkDCNNyOTscoLBp>)
2024-11-22 32732, 2024
huhridge has quit
2024-11-22 32749, 2024
mayhem[m]
remember, these cron logs will still be on the server. we just won't get a notification for it
2024-11-22 32720, 2024
BrainzGit
[listenbrainz-server] 14amCap1712 merged pull request #3036 (03master…mitigate-background-task-rollback-error): Background tasks container stuck in a rollback loop https://github.com/metabrainz/listenbrainz-server…
2024-11-22 32723, 2024
allen joined the channel
2024-11-22 32737, 2024
monkey[m]
mayhem: If you have some time, can you please look at LB#3042 ? It's short and we're getting a bunch of 500 errors on artist pages after the partial date fix