Error code 508

cumoon
Here to help

Error code 508

Hello, I am currently testing the dashboard API, what situation does 508 Error mean?


Error handling in Meraki developoper hub does not contain information about 508 error.

(https://developer.cisco.com/meraki/api-v1/errors/#error-handling)


It is not a case that occurs in a particular API, and even the same API appears intermittently on my application.

2 Replies 2
sungod
Head in the Cloud

The HTTP response codes are standardised, 508 is 'loop detected'. Indicating a service error or resource limit. I'd guess it'd be a transient error unless something is broken.

 

https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml

 

I don't think I've ever seen a 508 response from Meraki in years of heavy API use. Have you anything in your code that could issue high volumes of calls in a short period without following the rate limiting process?

 

Otherwise, if you are getting these responses only on one org, maybe open a support case to check if there's an internal problem specific to the org.

PhilipDAth
Kind of a big deal
Kind of a big deal

I've never seen a 508 in years of light API use.  🙂

Get notified when there are additional replies to this discussion.