Bad request response in python SDK #1752
|
Hello, It says that the client's signature is invalid, maybe I need to update a crypto library? but it is weird because when I submit a job from the CLI it works perfectly. Thanks in advance for any insights. |
Replies: 1 comment 2 replies
|
Hey @wildanvin thanks for bringing this up! The Having said that, If you're really eager to give the SDK a try 🔥 , you can spin up a local bacalhau devstack and set the |
Hey @wildanvin thanks for bringing this up! The
1481-generate-python-sdk-via-swaggerbranch changes the way the client's signature is validated and unfortunately that's not been merged tomainyet so it's not even deployed to production yet.I promise will merge within this week 😃 , and then the python SDK will be usable with the next release (ie
v0.3.18).Having said that, If you're really eager to give the SDK a try 🔥 , you can spin up a local bacalhau devstack and set the
BACALHAU_API_HOSTandBACALHAU_API_PORTenv variables in the terminal you use to runsubmit_job.py. The SDK will pick them up and use the local bacalhau instance.