tfm
#1
Hi,
We’re having a problem with the /1.1/lists/show.json endpoint. Most of the time it responds with a 404 for a valid list_id parameter, and occasionally (perhaps 10% of the time) returns 200 with the expected data.
I captured a couple of responses with apigee of it working[1] and not working[2].
Cheers,
Tom
[1] Apigee
[2] Apigee
1 Like
Based on the headers, x-rate-limit-remaining is 0 when it fails; while I presume this should be returning a different error message, are you trying to make too many requests to it? If you’re making hundreds of requests to it, 10% success rate might be right, but depends on how many you’re making, however x-rate-limit-remaining being 0 suggests you’re making too many.
tfm
#3
No, this just happened to be the last request before the rate limit kicked in. Just to be sure, I re-did just now. Here’s another failing request with 10 API requests remaining: Apigee
Same happens to me. 1.1/lists/show.json using list_id for just created lists fails with a 404. If I use the slug and owner_screen_name params then it works.
1 Like
I’m getting 404 with create_all function as well. I am using valid ids/screen_names