Replies: 1 comment 17 replies
-
hi @freegor What messages do you see in your running wave server once you start the example tour? This is an example of what you should expect to see once you have started the tour and then navigate to:
|
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have installed the Wave 0.13.0 20210306054523 on my Mac OS Catalina.
I have installed Python 3.9.2.
After the installation the Wave is up, I see in bash:
2021/04/07 19:26:38 # ┌─────────────────────────┐
2021/04/07 19:26:38 # │ ┌ ┌ ┌──┐ ┌ ┌ ┌──┐ │ H2O Wave
2021/04/07 19:26:38 # │ │ ┌──┘ │──│ │ │ └┐ │ 0.13.0 20210306054523
2021/04/07 19:26:38 # │ └─┘ ┘ ┘ └──┘ └─┘ │ © 2021 H2O.ai, Inc.
2021/04/07 19:26:38 # └─────────────────────────┘
2021/04/07 19:26:38 #
2021/04/07 19:26:38 # {"address":":10101","t":"listen","webroot":"/Users/user/wave/wave-0.13.0-darwin-amd64/www"}
and I can see the "WAVE LIVE" banner in the browser.
Once I start the Tour, everything looks good in the Terminal tab:
(venv) wave-0.13.0-darwin-amd64 user$ wave run --no-reload examples.tour
Welcome to the H2O Wave Interactive Tour!
Go to http://localhost:10101/tour
INFO: Started server process [23623]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
but in the browser on the /tour
I see the same blinking "WAVE LIVE" banner as well as on the /demo
Some ideas?
Beta Was this translation helpful? Give feedback.
All reactions