suvid[m] uploaded an image: (389KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/ATNHyPbodweFZeqElzhsydON/image.png >
2025-01-20 02014, 2025
suvid[m]
it gives these http codes on feed requests
2025-01-20 02032, 2025
julian45[m]
<julian45[m]> "This failure is reporting as..." <- Update: this was my poor interpretation of the test output formatting. The 3 failures at issue are at least somewhat relevant to the code your PR affects. I added a note to the PR with the output of the specific tests that fail
2025-01-20 02034, 2025
suvid[m]
no error as such ig
2025-01-20 02013, 2025
suvid[m] uploaded an image: (208KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/tjAysViHZTYEygvrWHtyUvCH/image.png >
2025-01-20 02015, 2025
suvid[m]
this is the error i get in console
2025-01-20 02018, 2025
monkey[m]
suvid: code 200 should mean it's working fine. I do see that static_builder is still building front-end components, so maybe wait for that to finish?
2025-01-20 02043, 2025
suvid[m]
suvid[m]: 401 code
2025-01-20 02054, 2025
suvid[m]
in the console requests
2025-01-20 02013, 2025
monkey[m]
Right, try to find mentions of that endpoint in the docker logs
2025-01-20 02032, 2025
suvid[m]
oh ok lemme search it
2025-01-20 02057, 2025
suvid[m]
i couldnt find any mentions of /feed/events
2025-01-20 02004, 2025
suvid[m]
but /feed/ gives 200 in docker logs
2025-01-20 02057, 2025
monkey[m]
Ah, never mind suvid I just got it: in config.py, API_URL tells the server and front-end which API to use. You currently have it set to the LB production API, as we can see from the browser console, and sending the wrong auth data.
2025-01-20 02011, 2025
monkey[m]
Set your API_URL = 'http://localhost:8100'
2025-01-20 02027, 2025
monkey[m]
There should be a commented out line in config.py with that value
suvid[m] uploaded an image: (222KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/btYhAxiiXxgLZwNcsuEJwsEi/image.png >
2025-01-20 02032, 2025
suvid[m] uploaded an image: (297KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/KwlALXMIKcPUNcOXyHvjAlVP/image.png >
2025-01-20 02036, 2025
suvid[m]
i get these errors now monkey
2025-01-20 02039, 2025
monkey[m]
Those errors should not prevent the page from loading I think. Still no feed page?
2025-01-20 02057, 2025
suvid[m]
i think its due to not following anyone on listenbrainz on local server
2025-01-20 02009, 2025
suvid[m] uploaded an image: (155KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/LgkzgzBgZikkUYWrJxuZpKMF/image.png >
2025-01-20 02014, 2025
suvid[m]
cant find people to follow as well
2025-01-20 02058, 2025
monkey[m]
Well, that's normal, you don't have a copy of the database locally. But it's an unrelated issue. Can confirm I don't follow anyone on my local setup (also only 1 user) but can load the page.
2025-01-20 02016, 2025
suvid[m]
i cant see anything on feed
2025-01-20 02035, 2025
suvid[m] uploaded an image: (156KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/IhrpZaQcKgfWMAAFRqeBZUbf/image.png >
2025-01-20 02038, 2025
suvid[m]
it just shows this
2025-01-20 02054, 2025
suvid[m]
even though i have listened to like 900+ songs according to it lol
2025-01-20 02031, 2025
suvid[m]
also, global page shows this:
2025-01-20 02035, 2025
suvid[m] uploaded an image: (144KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/xbEMOAutGlvIOxtHjZwuqnXJ/image.png >
2025-01-20 02036, 2025
monkey[m]
The feed shows events such as follows, song recommendations, etc. You are looking for the Dashboard that will show your listening history
2025-01-20 02054, 2025
monkey[m]
Global recent page is indeed broken, I'll create a ticket
2025-01-20 02045, 2025
suvid[m]
monkey[m]: but i need feed section only to see suggestions, pins etc.
2025-01-20 02045, 2025
suvid[m]
As I will be working on that only page for the thank you page right?
2025-01-20 02031, 2025
BrainzGit
[troi-recommendation-playground] 14fettuccinae closed pull request #162 (03main…similar-recordings): LB-1705: Implemented similar recordings in lb_radio classes https://github.com/metabrainz/troi-recommendation…
2025-01-20 02033, 2025
monkey[m]
Well, the feed section seems to be working fine, it's just empty :)
2025-01-20 02057, 2025
suvid[m]
monkey[m]: yea seems like it, but how can i get partial db dump to test and build?
2025-01-20 02032, 2025
monkey[m]
You don't need a local DB to test these features. What you'll need is to create a new user for testing (for that you will need a separate musicbrainz test account to be able to log in) and have your two local users follow each other. Then you can test events and the rest between those two users.
2025-01-20 02002, 2025
suvid[m]
ohh
2025-01-20 02047, 2025
suvid[m]
should i create the new test account on local server only right?
2025-01-20 02054, 2025
suvid[m]
then i will be able to follow it from my main account?
2025-01-20 02014, 2025
monkey[m]
That would be ideal but I don't think that's possible, as you need to be able to log into an actual musicbrainz account.
2025-01-20 02031, 2025
suvid[m]
ok i made the test account
2025-01-20 02039, 2025
suvid[m]
how can i follow it now? 🤔
2025-01-20 02045, 2025
suvid[m]
* it now from local server? 🤔
2025-01-20 02039, 2025
monkey[m]
suvid: I thinkk you can figure that one out by yourself :) If you get stuck do come get me, but please try to resolve your issues first
2025-01-20 02014, 2025
suvid[m]
ok nvm
2025-01-20 02014, 2025
suvid[m]
figured it out
2025-01-20 02014, 2025
suvid[m]
sorry
2025-01-20 02033, 2025
suvid[m] uploaded an image: (169KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/YjcBoZkxsZsroiDoyRMxEahf/image.png >
but it does not show up on the feed of my main account
2025-01-20 02012, 2025
suvid[m]
both the accounts follow each other
2025-01-20 02052, 2025
suvid[m] uploaded an image: (164KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/umFZEbljUmeiPKLinMsBWkcP/image.png >
2025-01-20 02041, 2025
suvid[m] uploaded an image: (171KiB) < https://matrix.chatbrainz.org/_matrix/media/v3/download/matrix.org/oIelMonveXEOhDmqmoDeDJAM/image.png >
2025-01-20 02040, 2025
suvid[m]
i pinned it from the generated playlist in explore section
2025-01-20 02040, 2025
suvid[m]
prompt based playlist generator
2025-01-20 02053, 2025
suvid[m]
idk why it isnt pinned properly if i try to pin it from there
2025-01-20 02040, 2025
suvid[m]
it works fine and shows up on the feed if i pin a song from my dashboard
2025-01-20 02050, 2025
zas[m]
lucifer: mayhem : tito is lacking of diskspace too, please have a look
2025-01-20 02056, 2025
yvanzo[m] joined the channel
2025-01-20 02056, 2025
yvanzo[m]
Hi bitmap, lucifer, reosarevok: I updated the Solr 9.7.0 PR for mb-solr. I only tested creating the collections and starting the Solr server.
2025-01-20 02039, 2025
minimal joined the channel
2025-01-20 02023, 2025
suvid[m]
I think I'll need to create a new thank_user_timeline_event
2025-01-20 02024, 2025
suvid[m]
how can I do so monkey ?
2025-01-20 02044, 2025
suvid[m]
just like the hide_user_timeline_event right?
2025-01-20 02044, 2025
suvid[m]
but with different columns
2025-01-20 02008, 2025
suvid[m]
also, should I include a custom thank you message as well?
2025-01-20 02008, 2025
suvid[m]
or just a thanks would suffice?
2025-01-20 02020, 2025
suvid[m]
* a thanks event in timeline would suffice?
2025-01-20 02041, 2025
suvid[m]
* I think I'll need to create a new thank\_user\_timeline\_event table
2025-01-20 02041, 2025
suvid[m]
how can I do so monkey ?
2025-01-20 02046, 2025
BobSwift[m]
<julian45[m]> "I can see it now" <- Yeah, I usually have to try the wiki doc links a couple of times before the page is displayed. Been like that for at least a couple of years.
2025-01-20 02015, 2025
mayhem[m]
BobSwift[m]: well, lets hope we can finally get rid of wiki docs and the wiki soon.
2025-01-20 02053, 2025
BobSwift[m]
I'm not holding my breath.
2025-01-20 02054, 2025
mayhem[m]
yeah, I hear you, but we lost our wiki maitainer and people are starting to complain about how old the wiki is. setting up a wiki in the first place has been one of my biggest regrets.
2025-01-20 02006, 2025
mayhem[m]
now that we know that wikis only really work for... wikipedia.
2025-01-20 02033, 2025
reosarevok[m]
I could take docs as the next big thing once solr is ready
2025-01-20 02053, 2025
reosarevok[m]
But it needs to wait for that at least (I can of course look at stuff, just not focus on it too much)
2025-01-20 02033, 2025
nawcom has quit
2025-01-20 02015, 2025
BobSwift[m]
In order to help focus the efforts, I still think we need to get a general idea of how you want the docs split up. aerozol is advocating for separate RTD sites for User Guide and Developers Guide. I really have no opinion. If we do that, it would need to be two separate GitHub repos (not a huge deal). Then we would need to develop some sort of structure for each RTD document. A small team such as aerozol , wileyfoxyx , and
2025-01-20 02015, 2025
BobSwift[m]
possibly me could develop a proposed structure for your review. Once we have the structures set, work could begin on taking the pages that wileyfoxyx and I have already converted and move them to the appropriate place in the approved structure. Finally, there will need to be a decision as to the user-contributed stuff that is not curated. I assume it would continue to be managed in a wiki of some sort, perhaps with an index page
2025-01-20 02015, 2025
BobSwift[m]
(landing page) that could be linked from the RTD documentation. I *might* be willing to help out again (possibly even lead the effort with wileyfoxyx's help) if we can get some agreed direction on the whole thing.
2025-01-20 02023, 2025
mayhem[m]
Bob Swift: great stuff to hear all around -- music to my ears!
2025-01-20 02046, 2025
mayhem[m]
I think your plan so far is good -- happy to review the structure, no problem.
2025-01-20 02027, 2025
mayhem[m]
but, I think the docs should live in the repos where the code already lives (e.g. musicbrainz-server). we can make two separte RTD trees from one repo, zero problems.
2025-01-20 02049, 2025
mayhem[m]
and yes, there are a lot of small details that need discussing. shall we plan to have a call to discuss this stuff and make a plan?
2025-01-20 02014, 2025
reosarevok[m]
Sorry, but you'll have to continue later, I waited a bit but :)
2025-01-20 02017, 2025
reosarevok[m]
<BANG>
2025-01-20 02039, 2025
reosarevok[m]
Welcome to another MetaBrainz Monday Meeting!
2025-01-20 02059, 2025
BobSwift[m]
I have no problem having the docs live in the musicbrainz-server repo. That actually makes good sense. (Wish I had thought about that.) A meeting of some kind to help sort out the initial direction sounds like a good plan. Unfortunately, my schedule is packed all this week (but pretty clear next week).
2025-01-20 02021, 2025
mayhem[m]
BobSwift[m]: lets go for next week
2025-01-20 02044, 2025
reosarevok[m]
Can we please schedule post-meeting?
2025-01-20 02003, 2025
reosarevok[m]
We have one mailed-in review, by MonkeyPython:
2025-01-20 02013, 2025
reosarevok[m]
'''
2025-01-20 02018, 2025
reosarevok[m]
Arararara~! hi!
2025-01-20 02024, 2025
reosarevok[m]
Been a while! I travelled to Indonesia for the holidays! I came back on the 11th, but by last monday I had come down with a cold, lmao, isn't it typical?
2025-01-20 02031, 2025
reosarevok[m]
So this week I recuperated, set up stuff for the new year, (in that effect, Monkey, get back to me re regular meetings pls.) and prepared a plan for the next 2-3 weeks.
2025-01-20 02035, 2025
reosarevok[m]
I'm doing a bit of translations and looking into gopichan, hoping to finish that this week.
2025-01-20 02040, 2025
reosarevok[m]
Tomorrow I have an Important Meeting™ (hopefully it's going to be REALLY good news :DD)
2025-01-20 02045, 2025
reosarevok[m]
Anyway, whoever's eaten mexican food latest can go next!
2025-01-20 02047, 2025
reosarevok[m]
'''
2025-01-20 02059, 2025
reosarevok[m]
On my list for today: ansh, atj, Gautam Shorewala, lucifer, mayhem, outsidecontext, monkey, julian45, zas, yvanzo, reosarevok, jasje, kellnerd, Shreyas, aerozol, bitmap
2025-01-20 02016, 2025
monkey[m]
I ate mexican 7 days ago
2025-01-20 02036, 2025
reosarevok[m]
7 days...
2025-01-20 02041, 2025
reosarevok[m]
Any better?
2025-01-20 02047, 2025
yvanzo[m]
I ate a bit of chorizo yesterday
2025-01-20 02053, 2025
jasje[m]
monkey[m]: Unexpected start
2025-01-20 02055, 2025
reosarevok[m]
That's Spanish! :p
2025-01-20 02058, 2025
yvanzo[m] knows nothing about Mexican food
2025-01-20 02001, 2025
reosarevok[m]
🔨 sold to the monkey
2025-01-20 02004, 2025
reosarevok[m]
monkey: go
2025-01-20 02006, 2025
monkey[m]
Hello!
2025-01-20 02024, 2025
monkey[m]
Last week I finished working on Opengraph meta tags for the artist and album pages in LB
2025-01-20 02000, 2025
nawcom joined the channel
2025-01-20 02005, 2025
monkey[m]
Along with some small modifications from the MB team regarding indexing links, I believe that resolves a question we had about SEO and LB being a single-page-apps
2025-01-20 02029, 2025
monkey[m]
Also worked on debugging a PR adding back an Inserted_at field in listens exports
2025-01-20 02055, 2025
monkey[m]
Continued and finished some improvements to the atom feeds that users reported after initial launch
2025-01-20 02015, 2025
monkey[m]
Did a lot of PR reviewing last week, and this week is shaping up similarly
2025-01-20 02025, 2025
monkey[m]
Also helped onboard new users
2025-01-20 02040, 2025
monkey[m]
That's the broad strokes.
2025-01-20 02048, 2025
monkey[m]
Closest to mexico can go!
2025-01-20 02052, 2025
monkey[m]
That'll be bitmap
2025-01-20 02003, 2025
bitmap[m]
hey
2025-01-20 02046, 2025
bitmap[m]
last week I primarily did code review, fixed some test failures in [#3442](https://github.com/metabrainz/musicbrainz-server/pull/3442) and [#3443](https://github.com/metabrainz/musicbrainz-server/pull/3433), plus worked on MBS-13901, MBS-13903