Ostico / PhpOrient

PhpOrient - Official Php driver based on the binary protocol of OrientDB.
Other
68 stars 37 forks source link

Cannot serialize record: {class: E, out: #14:882, in: #16:2} (lightweight) #104

Open max-kuk opened 5 years ago

max-kuk commented 5 years ago

Problem description

PhpOrient seems to be to have some problems with the serialization. In my case, it can't serialize and execute queries by creating lightweight edges.

Error: Cannot serialize record: {class: E, out: #14:882, in: #16:2} (lightweight)

Executed query: CREATE EDGE FROM (SELECT FROM Flight WHERE uuid = '9510343d-db9a-5e30-9155-e6de3f482160') TO (SELECT FROM Airport WHERE airport_code = 'FRA')

By creating normal edges or creating of edges in OrientDB Studio it runs without any error.

Database version: OrientDB 3.0.10

Ostico commented 5 years ago

You should report this issue to OrientDb team: https://github.com/orientechnologies/orientdb