One thing that's still missing is for more common search results to come up higher in the list, but…
2020-11-16 32123, 2020
yvanzo
It literally open doors to new areas of BookBrainz.
2020-11-16 32138, 2020
Mr_Monkey
:D
2020-11-16 32159, 2020
CatQuest
hm
2020-11-16 32104, 2020
CatQuest
while it's true that it's more likely that writers could come from smalltown-named-after-better-known-cities-in-europe US towns, I a mvery glad that the county is right next to the name as such in the list
2020-11-16 32151, 2020
CatQuest
it'd be great if i pasted something like.. "Easton, Pennsylvania, U.S." that it was logical about that
Yeah, unfortunately currently that disambiguation (with subdivision and country) isn't indexed on the search server, so the search isn't aware of it (like it is for other entitie's disambiguation)
2020-11-16 32133, 2020
Mr_Monkey
Not sure how long it will take me to make that work, but originally that was the idea
2020-11-16 32138, 2020
CatQuest
ya
2020-11-16 32145, 2020
CatQuest
oh, ok, so it doesnt need a ticket?
2020-11-16 32103, 2020
Mr_Monkey
mmm, it probably does, as an improvement to the area search
2020-11-16 32118, 2020
Mr_Monkey
Just because I don't currently have a good plan to make that idea work.
2020-11-16 32125, 2020
Mr_Monkey
The indexing process is —unsurprisingly— not liking 119.000 separate recursive database requests in very rapid succession and the database connection times out.
2020-11-16 32157, 2020
CatQuest
sigh.. hmm does anyone else feel liek writing that icket? :D
Looks like the project list stored in redis is borked
2020-11-16 32114, 2020
Freso
Hey Leo_Verto :)
2020-11-16 32117, 2020
reosarevok
Leo_Verto: would it be ok to document how to deal with these issues in the future so we can put it in our closed dev wiki?
2020-11-16 32120, 2020
Freso
I think the bot just needs restarting.
2020-11-16 32125, 2020
reosarevok
Then we don't need to bother you too much :)
2020-11-16 32131, 2020
Leo_Verto
\o Freso, saw you reassigned the ticket to me :P
2020-11-16 32132, 2020
Freso
However, the process for doing this is apparently not documented anywhere.
2020-11-16 32152, 2020
Freso
Leo_Verto: Yeah, I was writing up a comment on the ticket about what I wanted you to do. :p
2020-11-16 32146, 2020
Leo_Verto
Yeah, the bot's running as an upstart service on nomo which uses ubuntu 14.04 which is EOL :/
2020-11-16 32113, 2020
Leo_Verto
I think I got pretty far into dockerizing the entire thing and upgrading it to python 3 this may but I ran into some problem with the go code of brainzbot-bot
I've pushed some uncommitted changes I had lying around and created WIP PRs. In general the entire Brainzbot system is already a solid microservice architecture and does run well in Docker containers with the only problem being that brainzbot-bot was written for Go 1.2 and is broken in current versions :/
2020-11-16 32114, 2020
Leo_Verto
I'll try to see if I can finish this around Christmas.
2020-11-16 32131, 2020
Leo_Verto
As for restarting the bot, connect to nomo and run "service botbot-{bot,web,plugins} restart"