edgedb-ui icon indicating copy to clipboard operation
edgedb-ui copied to clipboard

Schema Graph / Data not loading

Open vibe opened this issue 4 years ago • 1 comments

Connected to a remote instance data and schema does not load. Did not try with locally running edgedb, nor with docker.

vibe avatar Sep 16 '21 02:09 vibe

I'm not sure if we have the same issue but I've tried using version "2.0-dev.6629+7951e59" of the edgedb and the UI connects to the database server, can see that there's a database inside, but the network requests are erroneous:

 File "edb/server/protocol/binary.pyx", line 1822, in edb.server.protocol.binary.EdgeConnection.main
  File "edb/server/protocol/binary.pyx", line 1446, in parse
  File "edb/server/protocol/binary.pyx", line 1373, in edb.server.protocol.binary.EdgeConnection.parse_prepare_query_part
edb.errors.BinaryProtocolError: empty query

Will try to run it with other nightly builds and see how it goes

nicu-chiciuc avatar Jun 04 '22 20:06 nicu-chiciuc