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

Invalid application key #126

Open
surendrasah opened this issue Aug 13, 2021 · 2 comments
Open

Invalid application key #126

surendrasah opened this issue Aug 13, 2021 · 2 comments

Comments

@surendrasah
Copy link

Hi,
My api key is correct and I am able to extract information using the curl method. However, I am trying to use this api call but it's failing. Any idea if I am missing something.

File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/client.py", line 31, in init
for item in self.api.send('get', "checks", params={"include_tags": True})['checks']:
File "/home/surenvm/.local/lib/python3.8/site-packages/pypingdom/api.py", line 48, in send
raise ApiError(response)
pypingdom.api.ApiError: pingdom.ApiError: HTTP 403 - Forbidden returned with message, "Invalid application key"

Regards
Surendra

@yaron-idan
Copy link

Can confirm, it's happening for me as well.
I've tried specifying api_version="3.1" when initializing the client but it just turned the error into a 401 - Unauthorized

Any help would be appreciated.

@maor-paz-hs
Copy link

happens to me as well

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

3 participants