Skip to content
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

无法使用 #19

Open
chenlijunaaaa opened this issue Apr 28, 2022 · 5 comments
Open

无法使用 #19

chenlijunaaaa opened this issue Apr 28, 2022 · 5 comments

Comments

@chenlijunaaaa
Copy link

chenlijunaaaa commented Apr 28, 2022

代码为:

NebulaConnection graphClient = new NebulaConnection();
            await graphClient.OpenAsync("10.0.0.1", 9669);
            var authResponse = await graphClient.AuthenticateAsync("root", "12345");
            var executionResponse = await graphClient.ExecuteAsync(authResponse.Session_id, "LOOKUP ON IQALOG YIELD IQALOG.ID AS ID,IQALOG.NAME AS NAME;").ToListAsync<TestDto>();
            await graphClient.SignOutAsync(authResponse.Session_id);
            return executionResponse;
@shyboylpf
Copy link
Member

what's your nebula version?

@chenlijunaaaa
Copy link
Author

3.0.0

@shyboylpf
Copy link
Member

@zhouyuguangsc do you have any idea on this?

@zhouyuguangsc
Copy link
Contributor

有提示什么异常吗

@wey-gu
Copy link
Member

wey-gu commented May 9, 2022

@chenlijunaaaa please help provide error messages/logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants