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

dripline-python version not parsed correctly when running dripline command #128

Open
raphaelcervantes opened this issue Sep 23, 2020 · 0 comments

Comments

@raphaelcervantes
Copy link
Contributor

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

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

1 participant