freme-project / e-services

Apache License 2.0
1 stars 1 forks source link

[e-translation] does not work after release #50

Closed jnehring closed 7 years ago

jnehring commented 7 years ago

I installed the latest version of e-Translation on freme-live. When I do an API request

curl -X POST -H "Cache-Control: no-cache" -H "Postman-Token: 2c523751-563a-16db-a0f3-61f2c8d90e6b" -d 'Show me the source of knowledge' "http://api.freme-project.eu/current/e-translation/tilde?informat=text&outformat=turtle&source-lang=en&target-lang=de"

It produces

{
  "exception": "eu.freme.common.exception.ExternalServiceFailedException",
  "path": "/e-translation/tilde",
  "message": "Illegal character in query at index 50: https://services.tilde.com/translation?sourceLang={source-lang}&targetLang={target-lang}&sourcelang=en&targetlang=de&system=full&domain=&key=&nif-version=2.0",
  "error": "Bad Gateway",
  "status": 502,
  "timestamp": 1479976441904
}
jnehring commented 7 years ago

this was a configuration issue and is fixed