jsonsystems / json-schema

JSONSchema.Net Public Repository
Apache License 2.0
663 stars 64 forks source link

It can't create json schema according to the given json #100

Closed JDaisy closed 3 years ago

JDaisy commented 4 years ago

errro message is:Http failure response for https://prod.json.systems/v1/graphs:inferGraph: 0 Unknown Error

DSuds commented 4 years ago

I think posting the json you are referring to would make this more understandable. I'm not sure if you are trying to suggest a content issue or an access issue.

JDaisy commented 4 years ago

I think posting the json you are referring to would make this more understandable. I'm not sure if you are trying to suggest a content issue or an access issue.

sorry,I will describe it more particular: image then I have a long wait…… 20 minutes later,It's still in a waiting state at last,I get an error message:Http failure response for https://prod.json.systems/v1/graphs:inferGraph: 0 Unknown Error

JDaisy commented 4 years ago

I think posting the json you are referring to would make this more understandable. I'm not sure if you are trying to suggest a content issue or an access issue.

error screenshot: image

jackwootton commented 3 years ago

@JDaisy Thanks for the screenshots, can you post your raw JSON here so I can recreate the error?

MarcellHarmaci commented 3 years ago

Same issue here, but I always get the error in a very short time. It worked with the base example at first. After I changed it to my own json I got the same error. Now it doesn't work with anything. Even after pushing the "RESET" button I get the error for the example json too. image

jackwootton commented 3 years ago

@MarcellHarmaci This is a problem with the JWT decode code. I've added extra logging to the application which should help me track down the root cause. Thank you for your patience.

jackwootton commented 3 years ago

@MarcellHarmaci Can you try www.jsonschema.net and let me know if it now works for you? I don't know about the other issues posted here, but I believe yours should be fixed.

MarcellHarmaci commented 3 years ago

@jsonschemr Sure! You are correct. My issue is resolved. Thank you!