[11:23:50] Hi, sorry if this isn't the place for it but is anyone here that can help me with a possible ip block from the recentchanges stream api? My bot already has GIPBE... [11:25:35] mariofinale: which exact error message are you getting from the api? [11:25:39] 403 [11:25:56] that's a status code, not the full request body [11:26:26] humm let me check if I can get the body response with curl. [11:40:55] if you are using curl, are you setting a appropriate user agent? (assuming this is a wikimedia wiki) [11:46:29] Seems to work with wget and curl so I'm checking in my code. I am using a dotnet self-contained program on a linux machine. [11:47:41] Something in the webclient may be a problem. [12:02:26] Thank you, the request indeed had the useragent header missing. The api wasn't enforcing it before and I forgot to add it to that connection. [12:02:56] Seems to work now, I was worried the IP may have been blocked again. [12:06:07] Thank you for the help.