[Wikitech-l] Re: API issue

2024-01-09 Thread Dalba
Maybe this is not it, but worth checking: "Make your requests in series rather than in parallel, by waiting for one request to finish before sending a new request."[1] [1]: https://www.mediawiki.org/wiki/API:Etiquette On Wed, Jan 10, 2024 at 8:45 AM ovskmendov--- via Wikitech-l <

[Wikitech-l] Re: API issue

2024-01-09 Thread Giuseppe Lavagetto
Hi, without further details on what requests you make, what user-agent your script uses, and the times at which you've seen this issue, it's going to be hard to help you. My bet is that you've incurred into one of our throttling/anti-abuse rules. If you open a task on phabricator with details

[Wikitech-l] Re: API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
I know. As I said before, this literally started on the first request I made. Sent with [Proton Mail](https://proton.me/) secure email. On Wednesday, January 10th, 2024 at 12:23 AM, Dalba wrote: > Maybe this is not it, but worth checking: "Make your requests in series > rather than in

[Wikitech-l] AI phabricator profile

2024-01-09 Thread Martin Domdey
Hi, how is it possible, that an AI knows about my Phabricator real name user profile? Have AI access to WMF phabricator user profiles? Is this a security issue? Kind regards Doc Taxon ... ___ Wikitech-l mailing list -- wikitech-l@lists.wikimedia.org

[Wikitech-l] Re: AI phabricator profile

2024-01-09 Thread AntiCompositeNumber
Pages that are public on the Internet are public. Everything on Phabricator, including user profiles, is intended to be publicly accessible by default. AntiCompositeNumber (he/him) On Tue, Jan 9, 2024 at 10:13 AM Martin Domdey wrote: > > Hi, > > how is it possible, that an AI knows about my

[Wikitech-l] Re: AI phabricator profile

2024-01-09 Thread Martin Domdey
Okay, thank you, then all is okay. Am Di., 9. Jan. 2024 um 16:16 Uhr schrieb AntiCompositeNumber < anticompositenum...@gmail.com>: > Pages that are public on the Internet are public. Everything on > Phabricator, including user profiles, is intended to be publicly > accessible by default. > >

[Wikitech-l] Gerrit upgrade Thursday 01/11 at 9am UTC

2024-01-09 Thread Antoine Musso
Hello, I will be *upgrading Gerrit* from the 3.5 series (which is end of life) to the 3.6 series. I have scheduled the upgrade for *Thursday January 11st at 9am UTC*. It is immediately after the UTC morning backport & config window. The upgrade will require the Gerrit service to be stopped

[Wikitech-l] Re: AI phabricator profile

2024-01-09 Thread Andre Klapper
On Tue, 2024-01-09 at 16:12 +0100, Martin Domdey wrote: > how is it possible, that an AI knows about my Phabricator real name > user profile? Feel free to open a private window in your favorite web browser and go to https://phabricator.wikimedia.org/p/aklapper/ (or your profile) and check which

[Wikitech-l] Talk to the Search Platform / Query Service Team—January 10, 2024

2024-01-09 Thread Guillaume Lederrey
Hello all! The Search Platform Team usually holds an open meeting on the first Wednesday of each month. Come talk to us about anything related to Wikimedia search, Wikidata Query Service (WDQS), Wikimedia Commons Query Service (WCQS), etc.! Feel free to add your items to the Etherpad Agenda for

[Wikitech-l] Re: Gallery image size defaults

2024-01-09 Thread Derk-Jan Hartman
> > By default in MediaWiki, they are 120 pixel height, 120 pixel width. Boxed 120x120. So neither dimension may exceed 120, but most thumbnails will actually be smaller than that on one of the dimensions. Other wikis often increase the default gallery size. 200x200 would be a > better default

[Wikitech-l] API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
Whenever I access the API, I get "Wikimedia Error: Our servers are currently under maintenance or experiencing a technical problem." Sometimes if I wait a bit, I'll get a few good requests, but it will shortly go back to the previous message. My code was working just fine a few days ago and I

[Wikitech-l] Re: API issue

2024-01-09 Thread Andre Klapper
On Wed, 2024-01-10 at 02:29 +, ovskmendov--- via Wikitech-l wrote: > Whenever I access the API, I get "Wikimedia Error: Our servers are > currently under maintenance or experiencing a technical problem." Access how exactly? Which of the APIs (Action API, REST API, etc)? Via which API calls?

[Wikitech-l] Re: API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
Action api. Here's the full response from the server: Wikimedia Error * { margin: 0; padding: 0; } body { background: #fff; font: 15px/1.6 sans-serif; color: #333; } .content { margin: 7% auto 0; padding: 2em 1em 1em; max-width: 640px; } .footer { clear: both; margin-top: 14%; border-top:

[Wikitech-l] Re: API issue

2024-01-09 Thread Gergo Tisza
You should probably send requests less frequently, you are hitting some sort of throttling. (And we should probably show a more comprehensible error page. Filed as T354718 .) ___ Wikitech-l mailing list --

[Wikitech-l] Re: API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
I am not sending very many requests. I haven’t sent any requests in several days and yet I get the error message. Sent with [Proton Mail](https://proton.me/) secure email. On Tuesday, January 9th, 2024 at 11:43 PM, Gergo Tisza wrote: > You should probably send requests less frequently, you

[Wikitech-l] Re: API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
Sorry I should have elaborated further. I have had a script for a long time that gathers some information from Wikipedia. I only run it occasionally and it doesn’t make very many requests. I hadn’t run in a few days and when I ran it today, I got that error message and can’t seem to fix it.

[Wikitech-l] Re: API issue

2024-01-09 Thread Gergo Tisza
On Tue, Jan 9, 2024 at 8:53 PM ovskmendov--- via Wikitech-l < wikitech-l@lists.wikimedia.org> wrote: > I am not sending very many requests. I haven’t sent any requests in > several days and yet I get the error message. > Maybe someone else is doing it from the same IP, or maybe it's a bug. You

[Wikitech-l] Re: API issue

2024-01-09 Thread ovskmendov--- via Wikitech-l
>Maybe someone else is doing it from the same IP, or maybe it's a bug. You >could[file a >report](https://phabricator.wikimedia.org/maniphest/task/edit/form/43/)in >Phabricator with the details of what you are doing and the details from that >error page. Given that I have a clean residential