-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Bug in unreleased Motor code. Passing a URI with "authMechanism=GSSAPI" to MotorClient causes a TypeError for each operation:
TypeError: cannot concatenate 'str' and 'NoneType' objects
Motor isn't passing the new "host" parameter to SocketInfo when it creates one.