Skip to content

Serves exactly 1 file and freezes. #8

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

Open
minch-dev opened this issue May 27, 2024 · 0 comments
Open

Serves exactly 1 file and freezes. #8

minch-dev opened this issue May 27, 2024 · 0 comments

Comments

@minch-dev
Copy link

minch-dev commented May 27, 2024

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.

@minch-dev minch-dev changed the title Serves exactly 1 file and dies. Serves exactly 1 file and freeze. May 27, 2024
@minch-dev minch-dev changed the title Serves exactly 1 file and freeze. Serves exactly 1 file and freezes. May 27, 2024
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

1 participant