Storm-Breaker icon indicating copy to clipboard operation
Storm-Breaker copied to clipboard

How to Fix it ? auth_token

Open AUDI2548 opened this issue 3 years ago • 5 comments

Traceback (most recent call last):
File "/home/xxx/Storm-Breaker/Storm-Breaker.py", line 46, in
localhost.webcham()
File "/home/xxx/Storm-Breaker/modules/localhost.py", line 74, in webcham
a = ngrok.connect(4545,"http",auth_token=token)
TypeError: connect() got an unexpected keyword argument 'auth_token'

AUDI2548 avatar Aug 12 '21 08:08 AUDI2548

Uploading IMG_20210912_141912.jpg…

Do like thise Use your ngrok token

anish03Rd avatar Sep 12 '21 09:09 anish03Rd

Uploading IMG_20210912_141912.jpg…

anish03Rd avatar Sep 12 '21 09:09 anish03Rd

Uploading IMG_20210912_141912.jpg…

Follow me on Instagram anish_0_3_

anish03Rd avatar Sep 12 '21 09:09 anish03Rd

Here is the solution: Look at the path and see the file that is being pointed at: e.g Localhost.py and look or all lines that contain "a = ngrok.connect(4545,"http",auth_token=token)" and make sure to replace "auth_token=token" with your ngrok Authtoken. This can be found at url: https://dashboard.ngrok.com/get-started/your-authtoken. NB: make sure the authtoken is put inside quotes " authtoken " and thats the solution. Have fun

Newtoxton avatar Dec 14 '21 07:12 Newtoxton

Create an account at Ngrok.com. Once you've created your account click on getting started on the left side of the screen. You'll see a link called Your Authtoken. Click on that link and use the token on top with only letter and numbers. Open up StormBreaker. Cd into Storm-Breaker ─$ cd Storm-Breaker. Get root access by typing sudo su. Once you have root type ngrok and paste your token number and hit enter. It should tell you that your token was saved. Then run Storm-Breaker. Don't use ./ngrok authtoken 22342322..ect

JustinH71 avatar Dec 17 '21 02:12 JustinH71