pyrowl
pyrowl copied to clipboard
Parameter 'apikey' has one or more keys with invalid length.
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.
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.