You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
When there is an incompatibility between Client Python and the running Grakn Server, the exception thrown by the client seems unrelated to the real cause of the problem. In fact, the error message may even be incorrect, given that the keyspace does exist with the given name.
Current Workaround
If encountering this exception for the first time, only searching the web or asking the community can lead the user to the solution.
Proposed Solution
Have Client Python to identify the incompatibility and throw an exception with a helpful message. e.g. Client Python version 1.5.3 does not support the running Grakn Core server. Please refer to the documentation of client Python to ensure compatibility.
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Problem to Solve
When there is an incompatibility between Client Python and the running Grakn Server, the exception thrown by the client seems unrelated to the real cause of the problem. In fact, the error message may even be incorrect, given that the keyspace does exist with the given name.
Current Workaround
If encountering this exception for the first time, only searching the web or asking the community can lead the user to the solution.
Proposed Solution
Have Client Python to identify the incompatibility and throw an exception with a helpful message. e.g.
Client Python version 1.5.3 does not support the running Grakn Core server. Please refer to the documentation of client Python to ensure compatibility.
Additional Information
N/A
The text was updated successfully, but these errors were encountered: