Feb 21 23:47:27.022 [notice] Opening Socks listener on 127.0.0.1:9550
Feb 21 23:47:27.022 [notice] Opening Control listener on 127.0.0.1:9551
Feb 21 23:47:27.000 [notice] Bootstrapped 0%: Starting
Feb 21 23:47:27.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Feb 22 00:08:35.018 [notice] Opening Socks listener on 127.0.0.1:9550
Feb 22 00:08:35.018 [notice] Opening Control listener on 127.0.0.1:9551
Feb 22 00:08:35.000 [notice] Bootstrapped 0%: Starting
Feb 22 00:08:36.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Feb 22 00:08:38.000 [notice] Bootstrapped 50%: Loading relay descriptors
Feb 22 00:08:46.000 [notice] I learned some more directory information, but not
enough to build a circuit: We need more microdescriptors: we have 7134/7268, and
can only build 0% of likely paths. (We have 98% of guards bw, 98% of midpoint b
w, and 0% of exit bw = 0% of path bw.)
And some other nodes just run without error but when i try to make a request torrc keeps looping trying to find a new one.
This is most likely an issue with your network (or local firewall policy). Seems you are able to download some descriptors but not all so this shows me that you are either heavily throttled or your connection is very unstable dropping packets.
You can always try to set FascistFirewall 1 in your torrc and see how it works out for you? Apart from that, I recommend you seek help on tor-talk@ mailing list or #tor IRC on OFTC about this problem of bootstrap. Provide as much details as you can including which tor version you are using and some debug logs if possible.
Closing this because there aren't any action items we can really work with and a Core Tor ticket for support is the best way for it to get forgotten :(.
Trac: Resolution: N/Ato not a bug Status: new to closed
This has nothing to do with my connection, the node i am trying to connect is not running i checked it on atlas. How come stem.process doesn't throw an error or stop with the default timeout?
Also i am not sure what this is about: "Note: The timeout argument does not work on Windows, and relies on the global state of the signal module."
This has nothing to do with my connection, the node i am trying to connect is not running i checked it on atlas. How come stem.process doesn't throw an error or stop with the default timeout?
Also i am not sure what this is about: "Note: The timeout argument does not work on Windows, and relies on the global state of the signal module."
This is not about Stem. Stem launches the tor daemon and then you get stuck downloading a descriptor that doesn't exists... It's actually proper behavior. Maybe what we want here is a new control event that says "Hey the ExitNode you asked for doesn't exists" and then Stem could pick up on that. But, this is then a feature request for both tor and stem :).