We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在导入数据的时候报了这个错: `Traceback (most recent call last): File "/home/nlp/graph_data_import/utils/nebula_db.py", line 285, in init self.client = self.connection_pool.get_session(self.db_info["dbuser"], self.db_info["dbpwd"]) File "/home/nlp/.local/lib/python3.8/site-packages/nebula2/gclient/net/ConnectionPool.py", line 110, in get_session auth_result = connection.authenticate(user_name, password) File "/home/nlp/.local/lib/python3.8/site-packages/nebula2/gclient/net/Connection.py", line 105, in authenticate raise AuthFailedException(resp.error_msg) nebula2.Exception.AuthFailedException: b'Create session failed: Unknown error!'
[2022-12-01 17:52:44,592] ERROR [ConnectionPool.py:215]:The connection using by someone, but now want to close it` 我该怎么解决
The text was updated successfully, but these errors were encountered:
@Gavingx 你的问题解决了么?
Sorry, something went wrong.
这个 issue 超过一个月没有更新内容了,这边先行关闭了。如果你有任何更新的内容,可以再打开这个 issue 哈。
谢谢你的反馈 😊
No branches or pull requests
在导入数据的时候报了这个错:
`Traceback (most recent call last):
File "/home/nlp/graph_data_import/utils/nebula_db.py", line 285, in init
self.client = self.connection_pool.get_session(self.db_info["dbuser"], self.db_info["dbpwd"])
File "/home/nlp/.local/lib/python3.8/site-packages/nebula2/gclient/net/ConnectionPool.py", line 110, in get_session
auth_result = connection.authenticate(user_name, password)
File "/home/nlp/.local/lib/python3.8/site-packages/nebula2/gclient/net/Connection.py", line 105, in authenticate
raise AuthFailedException(resp.error_msg)
nebula2.Exception.AuthFailedException: b'Create session failed: Unknown error!'
[2022-12-01 17:52:44,592] ERROR [ConnectionPool.py:215]:The connection using by someone, but now want to close it`
我该怎么解决
The text was updated successfully, but these errors were encountered: