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

Update server_runner.py #5

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

KarakenHunter
Copy link

@KarakenHunter KarakenHunter commented Sep 16, 2022

So, today I tried this tool for the first time and when it asked for the server, I selected ngrok but at the last step, where I should have got the url, it showed an error in line 145.

File: /HiddenEye/Defs/ActionManager/Server/server_runner.py

Code:

print(localization.lang_start_ngrok["ngrok_url"] +
ngrokController.ngrok_url)

This is the code there but the problem is we first need to typecast it into string and the code should be,

print(localization.lang_start_ngrok["ngrok_url"] +
str(ngrokController.ngrok_url))
This fixed my problem with ngrok

@unknown112133
Copy link

I'm getting this everytime I try ngrok "t=2024-08-24T18:11:13-0400 lvl=eror msg="failed to auth" obj=tunnels.session err="Usage of ngrok requires a verified account and authtoken.\n\nSign up for an account: https://dashboard.ngrok.com/signup\nInstall your authtoken: https://dashboard.ngrok.com/get-started/your-authtoken\r\n\r\nERR_NGROK_4018\r\n"" And the localhost links doesnt work for some reason with whatever I try

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

Successfully merging this pull request may close these issues.

4 participants