-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Check if server is reachable at wss://fruity-games-tan.loca.lt/_event #4542
Comments
You need to configure |
tested add
still got same error note not sure how to pass the url generated by any way out ? thanks and best regards |
you need to tunnel both ports 3000 and 8000 and set the api_url to the port 8000 tunnel can you start the tunnels before the port is up? then take the output of the |
not sure how to do it, any examples ? following advice above to not write another tested but return a new error on localtunnel return an new error thanks and best regards |
Describe the bug
Check if server is reachable at wss://fruity-games-tan.loca.lt/_event
when test it on
google colab
with
localtunnel (npm install localtunnel)
To Reproduce
Steps to reproduce the behavior:
1 open https://colab.research.google.com
2 execute the code on colab :
!npm install localtunnel
pip install -U reflex
!cd app && reflex run --backend-host 0.0.0.0 --backend-port 8000 --frontend-port 3000 &>/content/logs.txt & npx localtunnel --port 3000
Expected behavior
websocket can work and update the value on the google colab site
like the reflex example on it's website reflex.dev
Screenshots
Specifics (please complete the following information):
Additional context
streamlit, shiny and dash can work well in google colab with localtunnel
thanks and best regards
The text was updated successfully, but these errors were encountered: