driplineorg / driplineorg/dripline-python
dripline-python version not parsed correctly when running dripline command
- Dominant language
- Python
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
It doesn't seem like the dripline-python is properly parsed when I run a dripline command.
```
root@clerk-dripline-python-deployment-69d7c595c7-5z5wv:/usr/local/src/dripline-python-plugin/data_taking_scripts# dl-agent --auth-file /etc/rabbitmq-secret/authentications.json -b rabbitmq-app get curved_mirror_steps
2020-09-23 17:22:51 [ PROG] i/application.cc(128): Final configuration:
{
dripline :
{
alerts-exchange : alerts
auth-file : /etc/rabbitmq-secret/authentications.json
broker : rabbitmq-app
heartbeat-interval-s : 60
heartbeat-routing-key : heartbeat
loop-timeout-ms : 1000
max-payload-size : 10000
message-wait-ms : 1000
requests-exchange : requests
}
rk : curved_mirror_steps
timeout : 10
}
2020-09-23 17:22:51 [ PROG] i/application.cc(129): Ordered args:
[
]
2020-09-23 17:22:51 [ PROG] library/agent.cc(232): Response:
Return code: 0
Return message:
{
value_cal : 472450
value_raw : 472450
}
Routing key: amq.gen-g-IUn1mW-jFxVR0sgEtTpw
Correlation ID: c49a0d35-497e-42cb-ac31-a3f52c6d2dba
Reply To:
Message Type: 2
Encoding: json
Timestamp: 2020-09-23T17:22:51.066148Z
Sender Info:
Executable: /usr/local/bin/python3.7
Hostname: curved-mirror-stepper-motor-dripline-python-deployment-6875wsz9
Username: root
Service: curved_mirror_motor
Versions:
dripline:
Version: 3.0.0
Commit:
Package:
dripline-cpp:
Version: 2.3.3
Commit: 125aab02362b9075e3c9733391e59c32a72df806
Package: driplineorg/dripline-cpp
dripline-python:
Version: 0.0.0
Commit: na
Package: driplineorg/dripline-python
Specifier:
Payload:
{
value_cal : 472450
value_raw : 472450
}
Return Code: 0
Return Message:
```
Look at the line that says Version: 0.0.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.