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

HTTP request sent; waiting for response. #84

Closed
apaytuvi opened this issue Feb 25, 2016 · 4 comments
Closed

HTTP request sent; waiting for response. #84

apaytuvi opened this issue Feb 25, 2016 · 4 comments

Comments

@apaytuvi
Copy link

I have executed

python dashboard/dashboard.py --config dashboard/nyc_taxi.yml

to see the example, but it does not return anything. Well... yes, this and only this:

HTTP request sent; waiting for response

There's nothing in localhost:5000.

@brendancol
Copy link
Collaborator

hey @apaytuvi A couple questions/comment:

  • Have you downloaded the nyc_taxi dataset?
  • Do you see any error messages in the console running the server?
  • Also, on the first load, it will take some time to load data into memory. Subsequent requests will be fast.

@jbednar
Copy link
Member

jbednar commented Feb 25, 2016

Maybe first try the nyc_taxi.ipynb notebook, which doesn't spawn a separate server and thus is probably easier to debug. If that works but the dashboard doesn't, let us know!

@apaytuvi
Copy link
Author

Well, the problem was that I was working on a server and it was stuck at:

webbrowser.open('http://localhost:{}'.format(APP_PORT))

Once I commented this line, everything worked fine. Thanks!

@brendancol
Copy link
Collaborator

ok cool. Yeah I'm going to add a try/except block to handle that. Thanks.

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

3 participants