-
Notifications
You must be signed in to change notification settings - Fork 10
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
agent_version RPC call #189
Comments
Perhaps you could provide a link to the copied function so we can click on it. This does sound like an issue however. |
My fault, I have added the link. |
Where did you provide that link from? In general, I think it's better to provide from upstream... volttron-core/src/volttron/server/aip.py Line 984 in 233e661
|
I got it from main. Which is what I was using when I found the issue. |
Ahh...you should be debugging with develop in general. That's where the pip install --pre will be from. Anyways the codes the same in both so this is an issue either way. |
Describe the bug
agent_version RPC does not get versions.
run the agent_version rpc call with a UUID.
Expected behavior
We expect it to return the agent_version. Instead pkg.version is hardcoded.
volttron-core/src/volttron/server/aip.py
Line 984 in 0fec9ac
The text was updated successfully, but these errors were encountered: