pyorient icon indicating copy to clipboard operation
pyorient copied to clipboard

errors with db_exists() and db_list()

Open IridiumXOR opened this issue 6 years ago • 1 comments

import pyorient client = pyorient.OrientDB('localhost', 2424) client.db_exist('test')

returns an utf8 parsing error while db_list() seems to be stuck...

IridiumXOR avatar Mar 27 '18 09:03 IridiumXOR

I am also experiencing this issue. When I run client.db_list() python just hangs. Has there been any progress.

halversonpeter avatar Apr 13 '19 21:04 halversonpeter