-
Hi, I have a problem trying to use my own configuration file, I want to prevent ngrok from working with the default configuration file because my project needs to be run with sudo, and when run with s…
-
OS: windows 10
I have my own ngrok server,
from the command I use `ngrok.exe -config=config.txt -proto=tcp 5900`
but when I'm trying to reproduce the same with python i'm getting this error
this…
-
**Describe the Bug**
`Traceback (most recent call last):
File "HiddenEye.py", line 49, in
server_menu.server_selection(port)
File "/home/ghost/Desktop/88888/HiddenEye-dev/Defs/ActionManag…
-
**Describe the Bug**
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start.
**Logs**
https://pastebin.com/Sn1uD8ir
**Steps to Reproduce**
Code: https://pastebin.com/HQG3fshk…
-
Hello there, I'm currently trying to use pyngrok inside of HiddenEye. It appears to only tunnel inside of the lan network and not outside of it. I have noticed that the command pip install pyngrok gra…
-
Again, this notebook is running at default settings.
Running the "Simple Keep Alive" cell at the "Persistence" section of the notebook would keep running and won't execute successfully, will keep s…
-
**Describe the Bug**
When trying to run `ngrok` we get error.
**Steps to Reproduce**
Get kali Linux
Run `sudo ngrok`
-
When i try to run the example code [here](https://pyngrok.readthedocs.io/en/latest/integrations.html#python-tcp-server-and-client)
I keep getting this error, I was under the impression, that I coul…
-
**Describe the Bug**
Creating a tunnel with option `bind_tls` enabled returns an http URL instead of an https URL
**Steps to Reproduce**
```
from pyngrok import ngrok
# Open an HTTPs tunnel o…
-
**Describe the Bug**
A TypeError exception is trigger when a download of binary is launched.
**Steps to Reproduce**
```
from pyngrok import ngrok
from pyngrok.conf import PyngrokConfig
por…