conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
62 stars 29 forks source link

example does not work responding {"message":"Token cannot be null or empty","error":"INVALID_TOKEN","timestamp":1656058235313} #95

Closed raceychan closed 2 years ago

raceychan commented 2 years ago

as the title suggests, the simple_woker.py example in the README.md does not work

gardusig commented 2 years ago

Hey @raceychan, if you're using it with a Conductor Server that has authentication (e.g. Orkes Playground), you might need to override the AuthenticationSettings, adding your actual keys. Otherwise, just ignore the AuthenticationSettings parameter :)

You can check out more details here: https://orkes.io/content/docs/getting-started/concepts/access-control

raceychan commented 2 years ago

Hey @raceychan, if you're using it with a Conductor Server that has authentication (e.g. Orkes Playground), you might need to override the AuthenticationSettings, adding your actual keys. Otherwise, just ignore the AuthenticationSettings parameter :)

You can check out more details here: https://orkes.io/content/docs/getting-started/concepts/access-control

thanks for the reply, about to check that out

gardusig commented 2 years ago

Closing this issue since there weren't new errors so far. Please reopen it if needed.