athenapdf icon indicating copy to clipboard operation
athenapdf copied to clipboard

cloudconvert - No API Key provided

Open mreppe opened this issue 6 years ago • 2 comments

I'm getting the following error: 400 Bad Request: {"error":"cloudconvert conversion failed:\nmap[error:No API Key provided! code:401]"}

I use the docker image "arachnysdocker/athenapdf-service:3" with the default configuration. I did not configure cloudconvert.

I'm not getting this error every time. Only sometimes the conversation fails.

mreppe avatar Sep 19 '17 09:09 mreppe

There exists a parameter which you can use to set the converter which will be used. It seems that when no converter is set it also tries cloudconvert. What I find strange though is that the error only occurs sporadically, but there might be an explanation for this too.

Here is an example of a request using this parameter:

process='{"converter": "athenapdf", "conversion": {"uri": "http://google.at", "mime_type": "text/html"}}'

almini avatar Sep 27 '17 16:09 almini

@mreppe arachnysdocker/athenapdf-service:3 I believe is in an in-between state of not v2, and not entirely v3 either... sadly. I'd suggest sticking to the latest or v2.

The options provided by @almini are for the service that is still in development.

MrSaints avatar Sep 27 '17 19:09 MrSaints