Getting errors with your example
nico-b opened this issue · 0 comments
nico-b commented
Hello,
I can't make it work, either with your examples or those provided in Akismet API Documentation.
For every call I make, I get this error in return: 'akismet.exceptions.AkismetServerError: Akismet server returned an error: invalid
A pdb print of the response.json() give me this: 'ValueError: Expecting value: line 1 column 1 (char 0)'
When I do a direct call to the POST API (check method) with these parameters, my request is perfectly valid.
Any hint? Thanks