Skip to content
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

Ngrok issue #8

Open
Doujinx opened this issue Apr 26, 2023 · 0 comments
Open

Ngrok issue #8

Doujinx opened this issue Apr 26, 2023 · 0 comments

Comments

@Doujinx
Copy link

Doujinx commented Apr 26, 2023

I get that issue when starting HiddenEye.



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.   
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