Hiddeneye-legacy: [BUG] HiddenEye error all servers are down

Created on 17 Aug 2020  路  4Comments  路  Source: DarkSecDevelopers/HiddenEye-Legacy

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • OS: [e.g. iOS] android 8
  • Python [e.g. 3.6.1] python 3.8.5 - clang 9.0.8
  • HiddenEye Version [e.g. 1.0.22] v 0.5.4

Additional context
Add any other context about the problem here.

serveo server is down
ngrok server connection refused the follow error:

...............................

[ NGROK SERVER ]!

t=2020-08-17T11:08:49+0000 lvl=warn msg="failed to get home directory, using $HOME instead" err="user: Current not implemented on linux/arm64" $HOME=/data/data/com.termux/files/home t=2020-08-17T11:08:49+0000 lvl=eror msg="failed to reconnect session" obj=csess id=71a3e4c8d833 err="dial tcp: lookup tunnel.us.ngrok.com on [::1]:53: read udp [::1]:40922->[::1]:53: read: connection refused"
Traceback (most recent call last):
File "HiddenEye.py", line 49, in
server_menu.server_selection(port)
File "/data/data/com.termux/files/home/HiddenEye/Defs/ActionManager/Server/server_menu.py", line 47, in server_selection
server_runner.start_ngrok(port) # FIXED
File "/data/data/com.termux/files/home/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 102, in start_ngrok
ngrok.connect(port=int(port))
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pyngrok/ngrok.py", line 183, in connect
api_url = get_ngrok_process(ngrok_path, config_path, auth_token, region).api_url
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pyngrok/ngrok.py", line 135, in get_ngrok_process
return process.get_process(ngrok_path, config_path, auth_token, region)
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pyngrok/process.py", line 206, in get_process
return _start_process(ngrok_path, config_path, auth_token, region)
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pyngrok/process.py", line 329, in _start_process
raise PyngrokNgrokError("The ngrok process errored on start: {}.".format(ngrok_process.startup_error),
pyngrok.exception.PyngrokNgrokError: The ngrok process errored on start: dial tcp: lookup tunnel.us.ngrok.com on [::1]:53: read udp [::1]:40922->[::1]:53: read: connection refused.

bug not-confirmed

All 4 comments

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.98. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@torp3do 1. Never leave issue template blank, or i'll just delete it.

  1. All ngrok related issues should be adressed to developers of ngrok or pyngrok.
  2. GitHub issues isn't support forum, it's bug tracker. If you need support - ask at Stackoverflow.

@sTiKyt yes, i will follow, just new here.
@darkmidus it is much easier, to copy error. hmm, i try to fill.

Closing here, i hope you find you answer on stack overflow

Was this page helpful?
0 / 5 - 0 ratings