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

SPARQL query request incorrectly adds trailing slash to endpoint URL #95

Closed
avillar opened this issue Apr 17, 2023 · 2 comments
Closed
Assignees

Comments

@avillar
Copy link
Collaborator

avillar commented Apr 17, 2023

The url="" line in methods.py is adding a trailing slash to the endpoint URL, resulting in a 404 error for some queries (e.g., for a Fuseki server, http://localhost:3030/ogc-hosted/update works, but http://localhost:3030/ogc-hosted/update/ does not).

url=be_endpoint can be set as a workaround (although it seems a little redundant).

@avillar
Copy link
Collaborator Author

avillar commented Jun 1, 2023

This also results in 500 errors when running CONSTRUCT. Can confirm that the workaround does indeed work.

@edmondchuc
Copy link
Collaborator

Closed in #127.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants