Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Fix the Python client example to remove /rpc #43

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

laggron42
Copy link
Contributor

As described in #42, there is an issue when you use the example from the README. The example server creates a server on localhost:8080 while the example client tries to connect to localhost:8080/rpc, giving an error.

To make my client work, @fscherf told me to remove the /rpc from the adress, and it worked, so I'm creating this quick PR to prevent others from getting the same error.

@fscherf fscherf merged commit ad05d59 into pengutronix:master Feb 19, 2019
@fscherf
Copy link
Contributor

fscherf commented Feb 19, 2019

@retke thanks :)

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

Successfully merging this pull request may close these issues.

2 participants