183 questions
1
vote
1
answer
119
views
429 Error on Google Sheets script pulling from Google Books API
I've created a Google Sheet where I enter a book ISBN in cell A2 and want the book title returned in cell B2 upon the click of a button that I've associated with function getBookData(). However, my ...
1
vote
0
answers
71
views
Locating the Implementation of the Nextcloud Provisioning API Endpoint for Changing User Passwords
I'm working with the Nextcloud Provisioning API and am trying to identify where the backend implementation for changing a user's password is located within the Nextcloud server codebase.
Specifically, ...
2
votes
0
answers
516
views
SP-API Always Returns "QuotaExceeded" for JSON_LISTINGS_FEED
I am trying to post a feed to Amazon SP-API using the JSON_LISTINGS_FEED type. However, every time I make a request, I receive the following error:
Too Many Requests (429) Response: {
"errors&...
1
vote
1
answer
110
views
Different amount of requests to server. Why?
All commands of gspread send requests?
Here error 429 doesnt raise
gc = gs.service_account(filename="service_files/creds.json")
wks = gc.open_by_key("url have 35 list")
article = []...
1
vote
0
answers
48
views
Disable Execution of Extra Code for a HEAD request
My website uses GeoLocation, and other APIs to server my users with better experience. In the access logs and bespoke debugging code, I see quite a lot HEAD requests that are made to the website. Upon ...
5
votes
1
answer
1k
views
Google Drive returns 429 when using saved photo as src for <img> tag
Using an ASP.NET API, I upload photos to my Google Drive, make the photos public, and retrieve their IDs. I then use the following string to display the photo: $"https://drive.google.com/...
1
vote
1
answer
96
views
GitHub Throttling while using OAuth Apps with TOTP authorization
We Use Github OAuth Apps to use Github APIs. We have enabled TOTP to handle authentication. Suddenly today we were being throttled while trying to do authorization with TOTP. Message was We were ...
1
vote
0
answers
91
views
Err 429 opening Word document using Outlook VBA
I have an Outlook macro that opens a todo list in Word to add tasks when a certain category ("todo") is checked.
Lately it has been throwing
Err.Number 429
'OPEN THE TODO FILE
For Each ...
0
votes
0
answers
666
views
Gemini Status 429 no matter what
I'm unsure of why on earth my Google Gemini requests are returning status 429 resource exhausted. It definitely isn't because my resource is exhausted! This exact code worked a couple weeks ago...ugh.
...
1
vote
1
answer
523
views
How can we catch error 429(Too many requests) in .net framework 4.7.2? [duplicate]
HttpStatusCode in .net framwork 4.7.2 does have the 429 error code.
what else can we use instead of this to catch the 429 error specifically because i want to perform some operation only when there is ...
0
votes
0
answers
51
views
Hidden resource limit in YouTube API?
I wish to use the YouTube API to retrieve video ids and their related categories, for statistical analysis.
I have an Account, an API key and a standard quota of 10,000 units per day. My Python script ...
1
vote
0
answers
74
views
.Net Scraping Wordpress website 429 too many request
I would like my users to add website links and retreive metadata from it.
For exemple, title, description, og:image, etc...
I used WebClient or HttpClient to first retrive the HTML content.
Then I ...
-1
votes
2
answers
847
views
How do I fix too many requests error (429)
I'm developing a chat application using Laravel and React. I want to create notifications for incoming messages. Notifications are coming but I'm getting too many request errors.
const ...
2
votes
3
answers
14k
views
Encountered 429 error "Quota exceeded for online_prediction_concurrent_requests_per_base_model" when using Claude 3 Haiku
I am using Claude 3 Haiku on Vertex AI and occasionally encounter the following error message:
{
"code": 429,
"message": "Quota exceeded for aiplatform.googleapis.com/...
0
votes
1
answer
440
views
Concurrency control for multiple workflows under one logic app(Standard)
I have two workflows under one logic app (Standard). Is there anyway to stop these two workflows form running concurrently. One workflow is scheduled to run at 15 minutes intervals. And the other is ...