Hi there, i'm trying to execute the HiddenEye tool, but i'm getting an error in the installation of ngrok, here comes the problem.
Traceback (most recent call last):
File "HiddenEye.py", line 45, in
server_runner.server_selection(port)
File "/home/neversoft/Documents/tools/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 64, in server_selection
NgrokController().establish_connection(port=port)
File "/home/neversoft/Documents/tools/HiddenEye/controllers/ngrok_controller.py", line 32, in establish_connection
self._model.connect(port=port, name='HiddenEye Connection', pyngrok_config=self._config_path)
File "/home/neversoft/.local/lib/python3.8/site-packages/pyngrok/ngrok.py", line 176, in connect
api_url = get_ngrok_process(pyngrok_config).api_url
File "/home/neversoft/.local/lib/python3.8/site-packages/pyngrok/ngrok.py", line 126, in get_ngrok_process
ensure_ngrok_installed(pyngrok_config.ngrok_path)
AttributeError: 'str' object has no attribute 'ngrok_path'
I'm using Arch linux, i executed the tool before in the same system and worked perfectly, but for some reason i'm getting this problem. Can you help me?
Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Most helpful comment
Issue-Label Bot is automatically applying the label
bugto this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!Links: app homepage, dashboard and code for this bot.