لقد واجهت مشكلة في إنشاء الفئات عبر واجهة برمجة التطبيقات (API). يبدو أن هناك حدًا، لكن هذا الحد لا يبدو قابلًا للتخصيص، ولا يبدو أن هناك إعدادًا لتعطيله في أي مكان.
الخطأ الذي أحصل عليه هو: لدينا حد يومي لعدد مرات تنفيذ هذا الإجراء. يرجى الانتظار لمدة 17 ثانية قبل المحاولة مرة أخرى.
يبدو أن عدد الثواني يكون دائمًا أقل من 20 ثانية، لكنه غير دقيق أبدًا حيث يشير إلى أنه حد يومي، وقد جربت ذلك خلال دقيقة من المحاولة الأخيرة. كما جربت تعديل جميع حدود المعدل في لوحة التحكم الإدارية إلى 1000+، لكن لا يبدو أن أيًا منها يؤثر على إنشاء الفئات.
حدود المعدل المتاحة فقط في لوحة التحكم هي: الحد الأقصى للمواضيع، والرسائل الخاصة، والإعجابات، والعلامات المرجعية، والأعلام، والتعديلات، والدعوات، ودعوات المواضيع، والمواضيع، والطباعة، وتسجيلات الدخول.
Ahh, it’s new, didn’t notice that either. Not on top of it today I guess…
I’m only performing one request though to create a category and don’t see any daily limits there. Is there another limit that would be attributing to the 429 error?
Well first thing I would try is another API endpoint to see if this is the global rate limit or some specific rate limit on category creation (or maybe a user rate limit in the app), be sure your api_username is an admin
Not seeing anything particular in the app, I would try a different admin user to see what happens, maybe the error you are getting is a different limit.
{"errors"=>["We have a daily limit on how many times that action can be taken. Please wait 21 seconds before trying again."], "error_type"=>"rate_limit"} (DiscourseApi::TooManyRequests)
Running 2.0.0.beta1. Not aware of anything looping, only I have access to these keys and the script that runs them is ran manually by me as I’m developing something to automate creating categories. I have 1 call to get the existing category lists, then one call per category creation (only 1 category right now). It has worked to create most of the categories before the rate limit got hit.
The ‘seconds’ varies; often 12, 17, 21, or other amount around that amount.
Yup… you appear to have been right! A variable wasn’t being set when it needed to be, so it was bypassing a check I had. Seems to be working fine now, no hammering the API anymore. Still good to know the info you posted though, so I appreciate that.
مرحبًا @sam، هل يمكنك إرشادي إلى المكان الذي يمكنني فيه تعطيل حد واجهة برمجة التطبيقات للإدارة العامة؟ لدي نص برمجي لسحب أوقات الاستجابة يتطلب جلب جميع المواضيع ضمن إطار زمني، ثم لكل موضوع، جلب جميع المشاركات الخاصة به، وأواجه باستمرار حد معدل الاستخدام (لقد قمت بهذا الإجراء عددًا كبيرًا جدًا من المرات. يرجى الانتظار 6 ثوانٍ قبل المحاولة مجددًا).
آسف إذا كان هذا الموضوع القديم الذي عثرت عليه قديمًا جدًا الآن