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

Python client throws exception on connection #2329

Closed
tenthe opened this issue Dec 13, 2023 · 0 comments · Fixed by #2360
Closed

Python client throws exception on connection #2329

tenthe opened this issue Dec 13, 2023 · 0 comments · Fixed by #2360
Assignees
Labels
bug Something isn't working python Pull requests that update Python code
Milestone

Comments

@tenthe
Copy link
Contributor

tenthe commented Dec 13, 2023

Body

Exception

requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://localhost:8082/streampipes-backend/api/v2/info/versions/

How to resolve

Remove the trailing / from the versions URL

StreamPipes Committer

I acknowledge that I am a maintainer/committer of the Apache StreamPipes project.

@tenthe tenthe added the python Pull requests that update Python code label Dec 13, 2023
@tenthe tenthe added this to the 0.95.0 milestone Dec 13, 2023
@bossenti bossenti added the bug Something isn't working label Dec 21, 2023
@bossenti bossenti self-assigned this Dec 21, 2023
bossenti added a commit that referenced this issue Dec 21, 2023
@bossenti bossenti linked a pull request Dec 21, 2023 that will close this issue
bossenti added a commit that referenced this issue Dec 21, 2023
* fix(#2329): remove trailing whitespaces in URLs

* fix(#2329): enable Python client to communicate with StreamPipes core in development mode

* style: adapt formatting

* style: adapt formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests that update Python code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants