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 help #113

Closed
zero03317 opened this issue Nov 3, 2019 · 1 comment
Closed

error help #113

zero03317 opened this issue Nov 3, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@zero03317
Copy link

error message below:
File "C:\Users\test\Downloads\crypto-whale-watching-app-master\crypto-whale-watching-app-master\gdax_book.py", line 23, in on_message
sequence = message['sequence']
KeyError: 'sequence'

can help?

@pmaji pmaji self-assigned this Nov 4, 2019
@pmaji pmaji added the bug Something isn't working label Nov 4, 2019
@pmaji pmaji added this to To do in Main Project Management Board via automation Nov 4, 2019
@pmaji
Copy link
Owner

pmaji commented Nov 4, 2019

Hi @zero03317 that is pretty generic and tough to trouble-shoot I'm afraid. Here are the steps I would recommend:

  • create a new, fresh virtual environment (using conda, etc.)
  • re-clone this repo fresh, and activate the aforementioned virtual environment
  • install the needed packages using the requirements.txt in this repo
  • re-try running the app.py with the version of python in your virutalenv
  • give it around 30sec - 1.5 min (depending on computer) to warm up the websockets, and it should run

If not, it is something machine-specific that is difficult to trouble-shoot further on my end. Hope that helps!

@pmaji pmaji closed this as completed Nov 4, 2019
Main Project Management Board automation moved this from To do to Done Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants