pyrowl icon indicating copy to clipboard operation
pyrowl copied to clipboard

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

Open bwmcolorado opened this issue 12 years ago • 1 comments

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.

bwmcolorado avatar Nov 03 '13 21:11 bwmcolorado

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.

babs avatar Nov 06 '13 13:11 babs