-
Notifications
You must be signed in to change notification settings - Fork 1k
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
when i try to build apk with ngrok I got this error #357
Comments
read the error lmao, it is mentioned in the last line what the error is |
[ERROR] pyngrok not found |
u can clearly see the [INFO] telling u to install the requirements using |
Ngrok is no longer supported |
how can I fix this problem? |
Dm
…On Tue, 1 Oct 2024, 19:41 Dimmmo281, ***@***.***> wrote:
how can I fix this problem?
—
Reply to this email directly, view it on GitHub
<#357 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6I6ZHYQIOHH3L622FPWKXLZZLGC5AVCNFSM6AAAAABJZWPCLSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBWGQ4DONBYGU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Also, it doesn't work exactly what is related to ngrok, tell me what to do, I've tried almost everything, is it possible to integrate with something similar to it? |
This issue is stale because it has been open for 30 days with no activity. |
C:\Users\user\AndroRAT>python androRAT.py --build --ngrok -p 8888
Traceback (most recent call last):
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyngrok\ngrok.py", line 518, in api_request
response = urlopen(request, encoded_data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 215, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 521, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 630, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 559, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 492, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\urllib\request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 502: Bad Gateway
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\user\AndroRAT\androRAT.py", line 48, in
tcp_tunnel = ngrok.connect(port, "tcp")
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyngrok\ngrok.py", line 320, in connect
tunnel = NgrokTunnel(api_request(f"{api_url}/api/tunnels", method="POST", data=options,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\pyngrok\ngrok.py", line 539, in api_request
raise PyngrokNgrokHTTPError(f"ngrok client exception, API returned {status_code}: {response_data}",
pyngrok.exception.PyngrokNgrokHTTPError: ngrok client exception, API returned 502: {"error_code":103,"status_code":502,"msg":"failed to start tunnel","details":{"err":"failed to start tunnel: You must add a credit or debit card before you can use TCP endpoints on a free account. We require a valid card as a way to combat abuse and keep the internet a safe place. This card will NOT be charged.\nAdd a card to your account here:
The text was updated successfully, but these errors were encountered: