Stem throws "ValueError: Endpoints must be an stem.ORPort or stem.DirPort."
Stem's 9a0a5437e0ff38ae90cc0a2386c098fc36027e74 causes
descriptor_checker.py failed with:
Traceback (most recent call last):
File "/path/to/doctor/./descriptor_checker.py", line 106, in <module>
main()
File "/path/to/doctor/./descriptor_checker.py", line 77, in main
query = stem.descriptor.remote.Query(
File "/path/to/stem/stem/descriptor/remote.py", line 404, in __init__
raise ValueError("Endpoints must be an stem.ORPort or stem.DirPort. '%s' is a %s." % (endpoint, type(endpoint).__name__))
ValueError: Endpoints must be an stem.ORPort or stem.DirPort. '('128.31.0.39', 9131)' is a tuple.