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

For my clarification: Python way is completely "Go" free? Or not? #65

Open
capiman opened this issue Jul 24, 2024 · 1 comment
Open

Comments

@capiman
Copy link

capiman commented Jul 24, 2024

There is

https://freeconf.org/docs/gettingstarted/

which describes a "Go" way and a "python" way.

When choosing the "Go" way, the repo is downloaded from github.com/freeconf/restconf
Webserver/RESTCONF is then in "Go"?

When going the python way, a Python code is downloaded from same repo?

So the repo contains 2 separated projects?
Or is the webserver (or some parts) always in "Go" and "just" used from "Python" side?

Or is there perhaps some automatic conversion from "Go" to "Python"?

One of the backgrounds for my questions:

Server is running on
http://localhost:8080/
Try the following commands:
curl -X GET
http://localhost:8080/restconf/data/hello:
Starting event listener
Event listener started
Event listener waiting for event
ERRO 2024/07/22 15:10:35 browser_handler.go:150: rpc error: code = Unknown desc = Exception iterating responses: exceptions must derive from BaseException
Event listener connection closed

We have perhaps done a wrong request (or something else).
But I was wondering why "browser_handler.go" was mentioned, even we used the Python way...

@dhubler
Copy link
Collaborator

dhubler commented Jul 25, 2024 via email

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

2 participants