You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem:
When I do this DB.Query("traverse * from #16:0");
it give me this exception:
System.FormatException: L'input non è una stringa Base 64 valida poiché contiene un carattere non Base 64, più di due caratteri di riempimento oppure un carattere non corretto tra i caratteri di riempimento. in System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) in System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) in System.Convert.FromBase64String(String s) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.ParseRidBags(Int32 i, String recordString, ODocument document, String fieldName) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.ParseFieldName(Int32 i, String recordString, ODocument document) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.Deserialize(String recordString, ODocument document) in Orient.Client.Protocol.Serializers.RecordCSVSerializer.Deserialize(Byte[] rawRecord, ODocument document) in Orient.Client.Protocol.Operations.Command.Command.ParseDocument(BinaryReader reader) in Orient.Client.Protocol.Operations.Command.Command.Response(Response response) in Orient.Client.Protocol.Connection.ExecuteOperationInternal(IOperation operation) in Orient.Client.Protocol.Connection.ExecuteOperation(IOperation operation) in Orient.Client.ODatabase.Query(String sql, String fetchPlan) in Orient.Client.ODatabase.Query(String sql)
Thanks
Is there a Way to use Traverse using these drivers, or other ways to query into a graph DB??
The text was updated successfully, but these errors were encountered: