hsv3 unavailable after reconnecting: No more HSDir available to query.
(Tor 0.3.5.0 needs a trac version) Just noticed that my v3 $onion got unavailable while the webserver is still functional. ``` $ torify w3m $onion w3m: Can't load $onion Aug 17 16:14:09 host Tor[950]: Closed 1 streams for service [scrubbed].onion for reason resolve failed. Fetch status: No more HSDir available to query. $ tor --version Tor version 0.3.5.0-alpha-dev $ curl -s localhost|grep title <title>Tor Project | Privacy Online</title> $ torsocks curl torproject.org <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>302 Found</title> tor$ git blame src/feature/hs/hs_client.c c232b6b59c src/or/hs_client.c (David Goulet 2017-09-26 10:45:24 -0400 57) return "No more HSDir available to query"; ``` i can repeat above multiple times but it does not refetch directories. keeping the instance running to see if it comes online again after three hours (legacy/trac#26769).
issue