You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the module with pip install py-localtunnel
The command pylt that you use in the tutorial doesn't exist
So I used these methods: python -m py_localtunnel.cli port 8188 from command line
or from py_localtunnel import lt lt.run_localtunnel(8188,None,"127.0.0.1") from python prompt
both succesfully start and give me a url.
After visiting a url and entering the public ip the html page served from my localhost tries to load. The html file itself loads, but none of the resources.
If I refresh the page I just get 404 text.
After that, console doesn't respond to interrupt signals and I can't stop execution, so I have to close the console window.
The text was updated successfully, but these errors were encountered:
minch-dev
changed the title
Serves exactly 1 file and dies.
Serves exactly 1 file and freeze.
May 27, 2024
minch-dev
changed the title
Serves exactly 1 file and freeze.
Serves exactly 1 file and freezes.
May 27, 2024
Uh oh!
There was an error while loading. Please reload this page.
I installed the module with
pip install py-localtunnel
The command
pylt
that you use in the tutorial doesn't existSo I used these methods:
python -m py_localtunnel.cli port 8188
from command lineor
from py_localtunnel import lt
lt.run_localtunnel(8188,None,"127.0.0.1")
from python promptboth succesfully start and give me a url.
After visiting a url and entering the public ip the html page served from my localhost tries to load. The html file itself loads, but none of the resources.
If I refresh the page I just get 404 text.
After that, console doesn't respond to interrupt signals and I can't stop execution, so I have to close the console window.
The text was updated successfully, but these errors were encountered: