Skip to content
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

Fix FromRdf processor loading error message #219

Closed
filip26 opened this issue Apr 7, 2022 · 1 comment · Fixed by #222
Closed

Fix FromRdf processor loading error message #219

filip26 opened this issue Apr 7, 2022 · 1 comment · Fixed by #222
Assignees
Labels
bug Something isn't working
Milestone

Comments

@filip26
Copy link
Owner

filip26 commented Apr 7, 2022

JsonLdError[code=The document could not be loaded or parsed as JSON [code=LOADING_DOCUMENT_FAILED]., message=Expected RDF document but got [application/json]]
	at com.apicatalog.jsonld.processor.FromRdfProcessor.lambda$fromRdf$0(FromRdfProcessor.java:37)

should be The document could not be loaded or parsed.

@filip26 filip26 added the bug Something isn't working label Apr 7, 2022
@filip26 filip26 added this to the 1.3.0 milestone Apr 7, 2022
@filip26 filip26 self-assigned this Apr 7, 2022
@filip26
Copy link
Owner Author

filip26 commented Apr 7, 2022

Include URL into the message.

@filip26 filip26 linked a pull request Apr 8, 2022 that will close this issue
filip26 added a commit that referenced this issue Apr 8, 2022
Fix issue #219 - FromRdfProcessor loading error message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant