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

Error on AWS #6

Open
algokernels opened this issue Jun 9, 2021 · 5 comments
Open

Error on AWS #6

algokernels opened this issue Jun 9, 2021 · 5 comments

Comments

@algokernels
Copy link

I am getting following error while running on AWS EC2, I using access token method..

image

I have checked the token it's working fine for other scripts.

@ranjanrak
Copy link
Owner

Websocket connection upgrade failed (400-BadRequest)

This means, either you are using the wrong access_token or api_key. Also, can you re-check if you are passing both api_key and access_token as a string?

@algokernels
Copy link
Author

Thanks for reply..
I checked the api_key and access token by checking the todays position,margin etc. which works fine.
Is there anything that I need to test on the system installation side ??

@ZaphodBeeblebrox12
Copy link

Thanks for reply..
I checked the api_key and access token by checking the todays position,margin etc. which works fine.
Is there anything that I need to test on the system installation side ??

Were you able to get it to work?

@algokernels
Copy link
Author

No same error.
Can you guess any error from my side ?

@njLabs
Copy link

njLabs commented Mar 26, 2024

I think, you need to start your Redis service in your machine. option stream uses the Redis to store and fetch the data from it and this throws an error if it is unable to use the Redis.

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

4 participants