-
Notifications
You must be signed in to change notification settings - Fork 71
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
Creating a channel with Python #1024
Comments
Are you able to authenticate to the API on any of the other endpoints or is this endpoint the only one giving this authentication issue? Are you running the core manually, or using the docker container? and which version |
Hi Martin,
I just tried the GET on channels. Trying to automate a channel create to Hearth. The environment runs in Kubernetes in AWS EKS at the moment.
I do believe my authentication logic is flawed.
…Sent from my iPhone
On 23 Apr 2019, at 13:54, Martin Brocker ***@***.***> wrote:
Hi @aswanevelder
Are you able to authenticate to the API on any of the other endpoints or is this endpoint the only one giving this authentication issue?
Are you running the core manually, or using the docker container? and which version
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
It seems that you arent generating your auth-token correctly. This could also be due to the server timestamp difference that is invalidating the token. Have a look at how we currently do if from the console side of things |
I am unable to authenticate the token, any advice will be greatly appreciated. Printing the output from the GET /channels, I get an Unauthorized.
The text was updated successfully, but these errors were encountered: