-
Notifications
You must be signed in to change notification settings - Fork 49
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
Massive number of warning messages and stuck at 50% #34
Comments
Within the Relay onion key issues I have another odd message "I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 1/7235, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.) I'm wondering if this is because the geoip is out of date perchance? |
It eventually fails with Tor Setup did timeout. |
Ok, I found the problem. The versions of Tor and openSSL in the cocoapod are out of date. How can I submit the newversions so you are updated? |
Hey thanks for taking a look. I'll update the build scripts shortly |
Hello, I'm experiencing similar issues on ios version 10.3.1 I tested on everything greater im able to connect to tor successfully. Any tips on fixing this issue for a specific ios version? Also, didn't get the chance to test on ios version < 10.3.1 so not sure if it works on those versions; however, pretty sure it doesn't work on ios 10.3.1. |
I'm using it on iOS 10.2 and it works flawlessly for me. |
@rainwolf I see.. Could ios version specific problems arise? Because as I said I tried on everything great than 10.3.1 and it works perfect. I'm wondering if the problem could be from the device itself. Anyways I'm downloading the 10.3.1 simulator right now, to see if it might be from the device and not an os version specific problem, since I only have one device to test for 10.3.1. |
Update: I tested on the simulator for O.S 10.3.1 it worked as well. I'm guessing its because the device I am testing on.. Not sure what is wrong.. This is what I'm getting.
|
Update: Turned out that the device's date was changed, and that was the reason why it wasn't able to build the circuit or get certs. |
So I'm trying to implement this within a xcode project as a cocoapod.
Everytime I attempt to activate it I get
"[warn] Relay's onion key had invalid exponent" about 300 times and then it suddenly stops.
And I reach "50 Loading relay descriptors" and no further. I'm trying to figure out what could be going wrong, because I'm using the straight CocoaPod with the torrc within it.
I'm doing further testing to see if I can narrow down what the issue is.
The text was updated successfully, but these errors were encountered: