Closed david415 closed 6 years ago
This is a consequence of the stealth-auth stuff on master, and the "XXX" comments around endpoints.py line 460 -- stealth-authenticated hidden-services do not have "a" onion URI, but N onion URIs.
Still trying to figure out this API precisely... :/
I'm trying to avoid having like 6 different HiddenService classes:
So, the issues are:
For now, I've put in a workaround so that you get the first hostname if there are multiples (so, if you're using "normal" hidden-services, it works again).
@david415 let me know if this doesn't solve your immediate problem.
I believe the new Onion API addresses this
onion not showing up in the str repr for onion service addr object... but the port shows up.