orientechnologies / pyorient

OrientDB driver for Python that uses the binary protocol.
Apache License 2.0
119 stars 38 forks source link

Protocol version 36 is not supported yet by this client. #16

Closed otomazeli closed 8 years ago

otomazeli commented 8 years ago

C:\Workspace\orientdb\database>python createdb.py Traceback (most recent call last): File "createdb.py", line 5, in client.connect("root", "3Tomazeli9") 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.