YouJiacheng commented on issue #9734: URL: https://github.com/apache/iotdb/issues/9734#issuecomment-1540590755
To be clearer: https://github.com/apache/iotdb/blob/5c20ee49d390e258e85ac4cb5124ba945492210f/client-py/iotdb/IoTDBContainer.py#L36-L38 Should be: ```python session = Session( self.get_container_host_ip(), int(self.get_exposed_port(6667)), "root", "root" ) ``` Because TSocket expect `isinstance(port, int)`. `@param port(int) The (TCP) port to connect to.` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
