-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
wrong method name #179
Comments
Since I use nebula-graph v2.5.0, I change to nebula-importer v2.5.0 error: SECURITY ERROR For more information, see 'go help module-auth'. I seek for |
https://github.com/vesoft-inc/nebula-go,mentioned |
Sorry just saw this issue, as talked via forum, will close it and we should improve the error message, reported in #180 |
我的报错类似: |
我是nebula-importer和nebula graph版本不一致造成的。 因为我不是git clone的,而是直接到GitHub下载的,所以下载的是3.0.0版本的importer,和nebula graph的版本不匹配。 |
2021/11/25 18:28:43 --- START OF NEBULA IMPORTER ---
2021/11/25 18:28:44 failed to open connection, error: failed to verify client version: verifyClientVersion failed: wrong method name
2021/11/25 18:28:45 --- END OF NEBULA IMPORTER ---
exit status 200
version: v2
description: example
removeTempFiles: false
clientSettings:
retry: 3
concurrency: 1 # number of graph clients
channelBufferSize: 128
space: test
connection:
user: root
password: password
address: *****
logPath: ./err/test.log
nebula version 2.5.0
The text was updated successfully, but these errors were encountered: