You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
Python does use the Go but only after it is compiled into a binary thru the
https://github.com/freeconf/lang/ project.
The code that hosts the restconf server is Go. Python leverages as much
as possible from Go but not so much that you should care (unless something
goes wrong).
re:error
So you just followed the Getting Started and you got this error via curl?
Request looks ok to me, headers not required.
On Wed, Jul 24, 2024 at 9:57 AM Martin Maurer ***@***.***> wrote:
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...
—
Reply to this email directly, view it on GitHub
<#65>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACA7U5GQJFRQIAFMC6YRTZN6XDVAVCNFSM6AAAAABLMRVW4OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQZDONRWGYZTCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
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:
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...
The text was updated successfully, but these errors were encountered: