This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 99
Error on Query.ps1 #27
Comments
What is the command line ? |
I'm hitting the same issue. The command line I used was
My Active Directory is setup in french, this may be related. |
Hi, I'm hitting the same issue that Cyrtiac. Can you help us? Thank's |
Hi, Thx |
I had the same issue and I managed to fix it by removing all the return chars within each $Body=... line |
I had the same issue $Body = @"
{"statements":[{"statement" : "MATCH(n) WHERE n.name STARTS WITH `$searchedName WITH {id:ID(n),name:n.name} AS principal RETURN principal","parameters" : {"searchedName" : "$search"} }]}
"@ -replace "`r`n","" And I have no more errors |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ERROR ON QUERY THE GRAPH DATABASE:
[!]Neo4j returned an error:
Unable to deserialize request: Illegal unquoted character ((CTRL-CHAR, code 10)): has to be escaped using backslash to be included in string value
at [Source: HttpInputOverHTTP@3e538d5d[c=204,q=0,[0]=null,s=STREAM]; line: 1, column: 33]
Exiting
The text was updated successfully, but these errors were encountered: