Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error message could be more informative #4562

Closed
dapperAuteur opened this issue Jan 14, 2020 · 2 comments
Closed

error message could be more informative #4562

dapperAuteur opened this issue Jan 14, 2020 · 2 comments

Comments

@dapperAuteur
Copy link
Contributor

What version of Dgraph are you using?

1.1.1

Have you tried reproducing the issue with the latest release?

yes

What is the hardware spec (RAM, OS)?

8 GB
os 10.15.2

Steps to reproduce the issue (command/config used to run Dgraph).

ran mutation
{ "set": [{ "uid": < 0x3 > , "inhabits": { "uid": "0x2711" } }, { "uid": < 0x4 > , "inhabits": { "uid": "0x2711" } } ] }

Expected behaviour and actual result.

tell me which line the error is on and what's causing the error

@MichelDiz
Copy link
Contributor

You are using angular brackets in a JSON file. Change < 0x3 > and < 0x4 > to "0x3", "0x4" and you are good to go.

@minhaj-shakeel
Copy link
Contributor

Github issues have been deprecated.
This issue has been moved to discuss. You can follow the conversation there and also subscribe to updates by changing your notification preferences.

drawing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants