Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throttling limit causes API-expired error message #24

Open
robotpony opened this issue Dec 21, 2017 · 0 comments
Open

Throttling limit causes API-expired error message #24

robotpony opened this issue Dec 21, 2017 · 0 comments
Assignees

Comments

@robotpony
Copy link
Member

If the throttling limit is hit, lemonsync throws a bad-API key error:

The API Access Token isn't valid for https://warpedlino.lemonstand.com/api/v2/identity/s3. Please check that your Access Token is correct and not expired.

Received headers:

REQUEST onRequestResponse https://warpedlino.lemonstand.com/api/v2/identity/s3 401 { date: 'Thu, 21 Dec 2017 23:35:06 GMT',
  server: 'Apache',
  pragma: 'no-cache',
  'last-modified': 'Thu, 21 Dec 2017 23:35:06 GMT',
  'cache-control': 'private, max-age=60',
  'x-throttle-limit': '95/50 (over)',
  'content-length': '80',
  connection: 'close',
  'content-type': 'application/json',
  'set-cookie': [ 'SERVERID=app10; path=/' ] }

Note the 'x-throttle-limit': '95/50 (over)', value!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants