-
Notifications
You must be signed in to change notification settings - Fork 24
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
Build shared library successfully but when run examples not successfully #4
Comments
The default auth token is used when there's no authentication set up, so the error is a bit misleading. It looks like the server is dropping the connection while it's being established. There code that returns the error can be found here: Line 375 in d7669d7
Are there any errors printed from the server? |
I run basic_server then run basic_client, after that basic_client is terminated, basic_server show some errors: |
Hmm, there's certainly something not set up correctly. It looks like the server might be getting bad data somehow. What version of Qt are you using? |
I used Qt 5.11.0 and visual studio 2019, Cmake 3.19 |
Here is printed error message I get when run all examples, from (basic_client, basic_server) to (test_client, test_server)
Failed to set default AuthToken: ReturnValue(Generic error: "Disconnected from server")
I seen the user and pass is the same at client and server, but cannot figure out how these errores related to authentication token
The text was updated successfully, but these errors were encountered: