-
Notifications
You must be signed in to change notification settings - Fork 12
Description
C:\Workspace\orientdb\database>python createdb.py
Traceback (most recent call last):
File "createdb.py", line 5, in
client.connect("root", "test")
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\orient.py", line 292, in connect
return self.get_message("ConnectMessage")
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\orient.py", line 489, in get_message
message_instance = _Message(self._connection)
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\messages\connection.py", line 17, in init
super( ConnectMessage, self ).init(_orient_socket)
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\messages\base.py", line 24, in init
sock.get_connection()
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\orient.py", line 52, in get_connection
self.connect()
File "C:\Users\Odimar\AppData\Local\Programs\Python\Python35\lib\site-packages\pyorient\orient.py", line 78, in connect
" is not supported yet by this client.", [])
pyorient.exceptions.PyOrientWrongProtocolVersionException: Protocol version 36 is not supported yet by this client.