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

If the key is invalid the error is generic #37

Open
xipasduarte opened this issue Dec 7, 2021 · 0 comments
Open

If the key is invalid the error is generic #37

xipasduarte opened this issue Dec 7, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xipasduarte
Copy link
Member

When there is an issue with the key and the authentication fails, the response is generic and doesn't give any context on what project it relates to.

Downloader created successfully.

In RequestException.php line 113:

  Client error: `GET https://localise.biz/api/auth/verify` resulted in a `401 Authorization Required` response:
  {
      "status": 401,
      "error": "Invalid API key"
  }


download [<project_names>...]
@xipasduarte xipasduarte added the bug Something isn't working label Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants