-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[x] ERROR: 'URLError' object has no attribute 'message' #365
Comments
for me also |
Step by step I will show you exactly what occurs:
Process Process-1:
|
I was getting this error as well and I figured it out. (1) The ngrok executable file is in the project directory as opposed to path. So calling the
(2) Make sure it is executable.
(3) Get your auth token from here and set it via the
(4) Make sure the ngrok service and the application are using the same port. Pretty sure 8080 is the default, you can change it to whatever you want, just make sure your firewall will allow it), so first you'd spin up ngrok:
then in your python env call trape.py:
If that doesn't work double check your authtoken, check your firewall, and maybe install the latest version of ngrok and replace the file in the project with the latest. |
I fixed a bunch of these bugs. |
#Process Process-1: |
sir this error is showing while running the trape
The text was updated successfully, but these errors were encountered: