-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[e-Link] broker error with given e-link input #68
Comments
m1ci
changed the title
broker error with given e-link input
[e-Link] broker error with given e-link input
Aug 18, 2015
The bug still occurs. I put it on the feature set for FREME 0.6. In the API tester I specified template id=2 and send this data:
The return is still http code 500 - internal server error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The outcome of this request
curl -X POST --header "Content-Type: text/plain" --header "Accept: text/n3" "http://api.freme-project.eu/0.2/e-entity/dbpedia-spotlight/documents?input=Welcome%20to%20Berlin%2C%20the%20home%20of%20Marlene%20Dietrich%20and%20Nastassja%20Kinski.%20BBC%20news%20in%20London%20are%20great.%20I%20watch%20them%20in%20Potsdam%20every%20day.&informat=text&outformat=json-ld&language=en&confidence=0.3"
Put into e-link with template 2 gives gives a broker exception
{
"timestamp": 1438919922657,
"message": "Unknown problem. Please contact us.",
"error": "Internal Server Error",
"status": 500,
"exception": "eu.freme.broker.exception.InternalServerErrorException",
"path": "/e-link/documents/"
}
The text was updated successfully, but these errors were encountered: