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
ArangoError: expecting a valid JSON array in the request. got: Expecting EOF
I can do the equivalent query using curl without issue, and I've looked at the generated query and I don't see what's different compared to the raw query that curl generates, so I'm going to throw up my hands for now and just pass in an array of objects (which does work).
The text was updated successfully, but these errors were encountered:
I was having issues with bulk import, and I finally gave up on my code and used the snippet from the docs:
I get:
I can do the equivalent query using
curl
without issue, and I've looked at the generated query and I don't see what's different compared to the raw query thatcurl
generates, so I'm going to throw up my hands for now and just pass in an array of objects (which does work).The text was updated successfully, but these errors were encountered: