Why can I set no key in the extensionmanager i had always a working key.
I get a message in red:
There was an issue trying to find a Download Key on your setup.
Try reinstalling the extension.
Can you give me (super) admin and (s)ftp access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
The reason the checks were failing is that for some reason your server is adding whitespace (a newline) to the results of URL calls.
This caused the json results to contain invalid characters.
I have added code to strip that extra whitespace before handling the results.
If you run into other issues (also from other 3rd party extensions) concerning javascript ajax calls, then that could well be due to this issue caused by your server.
I have no idea what exactly is responsible for adding that whitespace.