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
ERROR: Error reading configuration file '.config/ngrok.yml': `version` property is required.
ERROR:
ERROR: If you're upgrading from an older version of ngrok, you can run:
ERROR:
ERROR: ngrok config upgrade
ERROR:
ERROR: to upgrade to the new format and add the version number.
Traceback (most recent call last):
File "/home/kali/Programs/HiddenEye/HiddenEye.py", line 46, in <module>
server_runner.server_selection(port)
File "/home/kali/Programs/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 59, in server_selection
start_ngrok(port) #FIXED
^^^^^^^^^^^^^^^^^
File "/home/kali/Programs/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 141, in start_ngrok
ngrokController.establish_connection(port=port)
File "/home/kali/Programs/HiddenEye/controllers/ngrok_controller.py", line 32, in establish_connection
self._ngrok_url=self._model.connect(port=port, name='HiddenEye Connection', pyngrok_config=self._pyngrok_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/pyngrok/ngrok.py", line 277, in connect
api_url = get_ngrok_process(pyngrok_config).api_url
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/pyngrok/ngrok.py", line 164, in get_ngrok_process
return process.get_process(pyngrok_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/pyngrok/process.py", line 303, in get_process
return _start_process(pyngrok_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/.local/lib/python3.11/site-packages/pyngrok/process.py", line 476, in _start_process
raise PyngrokNgrokError("The ngrok process was unable to start.", ngrok_process.logs)
pyngrok.exception.PyngrokNgrokError: The ngrok process was unable to start.
The text was updated successfully, but these errors were encountered:
I get that issue when starting HiddenEye.
The text was updated successfully, but these errors were encountered: