curl from command line works, same with browser. from ruby (with open-uri) I get a 403 (can reproduce in Ruby console)
ruaok
that is odd -- there is no reason that URL should ever throw a 403.
bitmap: any ideas?
Rotab
< HTTP/1.1 403 Forbidden
{"error": "Your requests are being throttled by MusicBrainz because the application you are using has not identified itself. Please update your application, and see http://musicbrainz.org/doc/XML_Web_Service/Rate... for more information."}
Freso
chhavi_: Please go ahead and add it. :) And anything else you feel like adding too!
outsidecontext
setting a differen UA works
ruaok
ah, I guess the error code for incorrect UAs changed.
outsidecontext
having the default "Ruby" is stupid anyway
Freso
outsidecontext: 🙌
outsidecontext
of course we could also consider whitelisting our own IPs :D
Freso
Maybe make a "bug" for Discourse to change their default UA when pinging other sites?
I could see an IP whitelist getting outdated somewhat quickly. :)
outsidecontext
it's actually inside their separate onebox library, and that could turn out to be rather generic anyway. I prefer to set a custom UA just for our plugin
airbnb washer update: Over the weekend I got a demand from the host for €150 because we broke the washer.
I told her it was the previous tenants and declined it.
she just got back to me and confirmed it. phew.
Freso
!m ruaok
BrainzBot
You're doing good work, ruaok!
D4RK-PH0ENiX has quit
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | Meeting agenda (next: Oct. 9th): reviews, MBS-9353 (bitmap), GCI mentor comm. channel (Freso), MBS-9505 (yvanzo)
Freso
yvanzo: How much time do you think that will be?
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | Meeting agenda (next: Oct. 9th): reviews, MBS-9353 (bitmap), Google Code-in (Freso), MBS-9505 (yvanzo)
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | Meeting agenda: reviews, MBS-9353 (bitmap), Google Code-in (Freso), MBS-9505 (yvanzo)
yvanzo
Freso: very quick
TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | Meeting agenda: reviews, MBS-9353 (bitmap), MBS-9505 (yvanzo), Google Code-in (Freso)
Freso
Great, thanks. :)
adhawkins has quit
D4RK-PH0ENiX joined the channel
adhawkins joined the channel
D4RK-PH0ENiX has quit
D4RK-PH0ENiX joined the channel
adhawkins has quit
adhawkins joined the channel
Tykling has quit
Tykling joined the channel
khan joined the channel
outsidecontext
freso: onebox plugin is updated, should work now again. maybe even more reliable than in the past, could well be we hit the rate limit earlier but did not recognize
last time I checked into this was the time the mb servers had load issues, and we assumed the loading issues were caused by this
ruaok
what are your needs for the SOLR VM, samj1912 ?
Slurpee joined the channel
Slurpee has quit
samj1912
ruaok: hey, what options do we have available and what will be feasible?
ruaok
more options than you can count. :)
samj1912
hehe :P
ruaok
here is what we have so far:
1) zas and I have been working on a VM that replicates the MB data
2) we need to ensure that other VMs can connect to that postgres instance.
thought of setting it up the normal way, but too many dependencies :P
ruaok
and that would've been wrong, too.
samj1912 should get used to docker
you want to use docker, since that is what is going into production
samj1912
yeah
ruaok
yes, the sooner you do, the better it will be for you.
Sophist_UK joined the channel
Sophist-UK has quit
drsaunde has quit
samj1912
ruaok: silly question but how do I make changes to the code and test a new build? the docker compose always pulls from mbsssss git repo and builds it, I want to change a few things there and then rebuild it