Skip to content
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

Orient 3.1.0 - protocol versions #35

Open
DBusAI opened this issue Jul 1, 2020 · 5 comments
Open

Orient 3.1.0 - protocol versions #35

DBusAI opened this issue Jul 1, 2020 · 5 comments

Comments

@DBusAI
Copy link

DBusAI commented Jul 1, 2020

pip install pyorient

import pyorient
client = pyorient.OrientDB("localhost", 2424)
client.db_exists( 'demodb', pyorient.STORAGE_TYPE_MEMORY )

The error - "PyOrientWrongProtocolVersionException: Protocol version 38 is not supported yet by this client."

@marcauberer
Copy link

This hopefully will be fixed in august/september. Stay tuned ;)

@Nix3c3r
Copy link

Nix3c3r commented Jan 8, 2021

Is there any progress yet?

@azaroth42
Copy link

azaroth42 commented Jan 14, 2021

Works for me in 3.1.x branch - have you tried installing from the git repo?

Okay, it doesn't give /that/ warning, but it doesn't actually work :(

@116davinder
Copy link

116davinder commented Jul 25, 2021

pyorient==1.5.5
pyorident doesn't with 3.x version of the database, it only supports 2.x version, I just tested with orientdb 2.2 version and it works.

@brucetony
Copy link

There are community attempts to patch this library to work with OrientDB 3.x, but there hasn't been much progress. If you comment out the version check, everything working with OrientDB 3.0, but using version 3.1+ will cause a decoding error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants