orientechnologies / pyorient

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

doesn't support OrientDB 2.1.2 #7

Closed michael-go closed 8 years ago

michael-go commented 9 years ago

client.connect() throws: pyorient.exceptions.PyOrientWrongProtocolVersionException: Protocol version 32 is not supported yet by this client.

peddadap commented 9 years ago

yes, I'm getting similar kind of results 2.1.2 Enterprise Edition pydev debugger: starting (pid: 64191) Traceback (most recent call last): File "/Users/Pavan/Downloads/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev_4.3.0.201508182223/pysrc/pydevd.py", line 2283, in globals = debugger.run(setup['file'], None, None) File "/Users/Pavan/Downloads/Eclipse.app/Contents/Eclipse/plugins/org.python.pydev_4.3.0.201508182223/pysrc/pydevd.py", line 1709, in run pydev_imports.execfile(file, globals, locals) # execute the script File "/Users/Pavan/Documents/workspace/neo4j/import-handlers/orient_db_contact.py", line 6, in client.connect("admin", "admin") File "/Library/Python/2.7/site-packages/pyorient/orient.py", line 210, in connect return self.get_message("ConnectMessage") \ File "/Library/Python/2.7/site-packages/pyorient/orient.py", line 355, in get_message return _Message(self._connection)\ File "/Library/Python/2.7/site-packages/pyorient/messages/connection.py", line 18, in init super( ConnectMessage, self ).init(_orient_socket) File "/Library/Python/2.7/site-packages/pyorient/messages/base.py", line 40, in init sock.get_connection() File "/Library/Python/2.7/site-packages/pyorient/orient.py", line 41, in get_connection self.connect() File "/Library/Python/2.7/site-packages/pyorient/orient.py", line 64, in connect " is not supported yet by this client.", []) pyorient.exceptions.PyOrientWrongProtocolVersionException: Protocol version 32 is not supported yet by this client.

Ostico commented 9 years ago

Scheduled for saturday

jwogrady commented 9 years ago

@Ostico any updates. Running into the same issue.

Ostico commented 8 years ago

Closed