For page 1 the request is successful, but when calling the next page it returns HTTP code 500
2

I have a problem when getting data of an Account from API. Please tell me why the request is successful for page 1, but when calling the next page it returns HTTP code 500?

. Description - For page 1, the request is successful, but when calling the next page, it returns HTTP code 500 with two different error responses as shown below. - Sometimes, the request for the next page is successful, but retrying it returns an error, indicating that the API is unstable. - Changing the limit and reducing the number of fields has no effect.

・API endpoint: https://graph.facebook.com/ Method: GET ・Request: Page 1 (have no param "after") https://graph.facebook.com/v19.0/act_582982263568184/adimages?limit=500&access_token={token}&fields=id,name,hash Next Page https://graph.facebook.com/v19.0/act_582982263568184/adimages?limit=500&access_token={token}&fields=id,name,hash&after={after_key} ・Response: 1. { "error": { "code": 1, "message": "Please reduce the amount of data you're asking for, then retry your request" } }

2. { "error": { "code": 1, "message": "An unknown error occurred", "error_subcode": 99 } }

Hưng
Đã hỏi khoảng 3 tháng trước
Asaph

having the same issue with code 500 since 30/7/24

1 tháng 8 lúc 03:27
Brian

we are hitting the same error around the same time. Anyone at Meta looking at this issue?

2 tháng 8 lúc 12:08
Câu trả lời được chọn
1

seems the issue was resolved..

7 tháng 8 lúc 00:26
Asaph