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

Parameter 'apikey' has one or more keys with invalid length. #6

Open
bwmcolorado opened this issue Nov 3, 2013 · 1 comment
Open

Comments

@bwmcolorado
Copy link

It appears the API's generated on the prowl website are 40 alphanumeric characters vs 48. Is this module no longer working or am I missing something? Thanks.

@babs
Copy link
Owner

babs commented Nov 6, 2013

The only limited keys is the provider key, not API keys, you are in charge of providing the right sized keys.
If provider key format has changed, take a look around line 60 and replace len(providerkey) == 40 by the proper value.
If it's none of the above, I think I missed something too :)
D.

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