Thanks for the appreciation. I noticed localtunnel was down so wanted to quickly share this since many college students rely on such solutions for their projects. I'm glad you liked the video :)
@@1littlecoder Lol let's hope! Also since google colab tends to connect and reconnect, is there a way to keep streamlit running "forever"? Whenever my google colab needs to restart, my streamlit seems to go down as well.
it keeps giving me this error no matter what i change PyngrokNgrokHTTPError: ngrok client exception, API returned 400: {"error_code":102,"status_code":400,"msg":"invalid tunnel configuration","details":{"err":"yaml: unmarshal errors: line 1: field port not found in type config.HTTPv2Tunnel"}}
I think the Error is saying that for HTTPv2Tunnel you can't specify the port like that, instead edit the ngrok.yml file and append tunnels: my_tunnel: proto: http addr: 8501 to the file, and run url = ngrok.connect() without the port Honestly my knowledge of networking is shit so please let me know that worked for you, hope it helps
it gives me this error: grok client exception, API returned 400: {"error_code":102,"status_code":400,"msg":"invalid tunnel configuration","details":{"err":"yaml: unmarshal errors: line 1: field port not found in type config.HTTPv2Tunnel"}} please solve this error
Followed this tutorial but it still isn't working for me. I turned off the firewall and tried as well. Still no. I get an error saying - "This site can’t be reached. localhost refused to connect." Please help me with the same.
Thank you so much, it helped a lot. My app worked local properly but while deploying I got error file not found (dataset) by streamlit, seems I couldnt give proper path of my dataset in colab. It would be nice of you if you also explain other steps 🌺🌺
A video on the following would be great: How can I deploy streamlit app into an auto scaling environment, say in AWS or using other cloud providers? How can I give a custom domain to it? Is it viable and possible to actually build a product with authentication and analytics using Streamlit right now?
Thenks for the video. It is really helpful. I am having a problem when use the line !nohup streamlit run app.py --server.port 80 & url = ngrok.connect(port = '80') print(url) the system show me the next error --> 456 response = urlopen(request, data, timeout) 457 response_data = response.read().decode("utf-8") PyngrokNgrokHTTPError: ngrok client exception, API returned 502: {"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err":"EOF"}}. Could you help me with that?
thank you very much, last few days I got errors when using localtunnel but now I overcome the crisis thanks to you.
Glad to hear that
Thank you for making this video so fast after raising issue in previous video. Thank you👌😁
Thanks for the appreciation. I noticed localtunnel was down so wanted to quickly share this since many college students rely on such solutions for their projects. I'm glad you liked the video :)
This was wildly helpful.
A lot of other things was just really annoying work with and watch, but this worked perfectly, thank you so much!!
Thank you. I'm glad it worked. Sometimes these solutions go down and might not work, so it's partly luck :)
@@1littlecoder Lol let's hope!
Also since google colab tends to connect and reconnect, is there a way to keep streamlit running "forever"?
Whenever my google colab needs to restart, my streamlit seems to go down as well.
You can deploy it on Hugging Face Spaces or Streamlit Cloud but then those would be public links
Thank you it worked and saved our project 👍
Glad it helped
thank you professor work perfectly ! the only one since i try many tuto
I'm very glad 😊
it keeps giving me this error no matter what i change PyngrokNgrokHTTPError: ngrok client exception, API returned 400: {"error_code":102,"status_code":400,"msg":"invalid tunnel configuration","details":{"err":"yaml: unmarshal errors:
line 1: field port not found in type config.HTTPv2Tunnel"}}
I got the same problem. Do You have a solution for that??
Same.
same problem here, did you find a solution?
I think the Error is saying that for HTTPv2Tunnel you can't specify the port like that, instead edit the ngrok.yml file and append tunnels:
my_tunnel:
proto: http
addr: 8501
to the file,
and run url = ngrok.connect() without the port
Honestly my knowledge of networking is shit so please let me know that worked for you, hope it helps
Thankyou for the video!
I will try this method
Let me know how it goes
@@1littlecoder You are a life saver🙌🙌
It worked perfectly!!
My pleasure :)
when i click the link i.e the url link only a blank page appears.
Did you do the authentication?
@@1littlecoder sorryit was my mistake i had a problem with the internet😊
thank u for this video it was very helpful
Thanks, I'm glad it was helpful
it gives me this error:
grok client exception, API returned 400: {"error_code":102,"status_code":400,"msg":"invalid tunnel configuration","details":{"err":"yaml: unmarshal errors:
line 1: field port not found in type config.HTTPv2Tunnel"}}
please solve this error
change port for addr
Followed this tutorial but it still isn't working for me. I turned off the firewall and tried as well. Still no. I get an error saying - "This site can’t be reached. localhost refused to connect."
Please help me with the same.
Did you try any different method?
Bro run aguthu bro, vera leverl. Live la change panna na mudithuuuuu
super bro
Thanks for the tutorial, how can I stop the agent session with the free account? It won't let me click on it with that type of account
If you see the colab, there's a comment at the bottom that shows how to get the list of active tunnels and you can use ngrok kill to stop them
Thank you so much, it helped a lot. My app worked local properly but while deploying I got error file not found (dataset) by streamlit, seems I couldnt give proper path of my dataset in colab. It would be nice of you if you also explain other steps 🌺🌺
Thank you, Were you trying to deploy locally - from your computer or Google Colab or some other Cloud server?
@@1littlecoder from Google colab
A video on the following would be great:
How can I deploy streamlit app into an auto scaling environment, say in AWS or using other cloud providers?
How can I give a custom domain to it?
Is it viable and possible to actually build a product with authentication and analytics using Streamlit right now?
Thank you I'll explore this. The answer to all these is yes at this point. But need to put together a project like that.
Will this run in a jupyter notebook cell as well ?
Nope
@@1littlecoder Does the ngrok configuration file need to be set up for this to work ?
Create a video on paraphrasing of paragraphs not a single line. I saw videos on that but not enough and accurate.Thanks
Great suggestion! I'll do one new. Do you have any particular type of content - like News or review or something?
Thankyou
Pleasure
doesnt work on my windows :(
Sorry I don't have windows to test
@@1littlecoder sad :( thanks anyway
Thenks for the video. It is really helpful. I am having a problem when use the line
!nohup streamlit run app.py --server.port 80 &
url = ngrok.connect(port = '80')
print(url) the system show me the next error --> 456 response = urlopen(request, data, timeout)
457 response_data = response.read().decode("utf-8")
PyngrokNgrokHTTPError: ngrok client exception, API returned 502: {"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err":"EOF"}}. Could you help me with that?
I got same problem did u find any solution
NOT WORKING for me. Error code = ERR_NGROK_6024. Could you please help me
Did you try any other method?
@@1littlecoder Yes, earlier I was using npx localtunnel but it stopped working and do not generate browser link. BTW thank you for the prompt reply.
@@mohdmohtashim3572 did u ever find a solution??