-
-
Notifications
You must be signed in to change notification settings - Fork 592
absolute local URI gives RefResolutionError #362
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
Comments
Would need a full traceback at least. But that error would likely be saying the file exists but isn't valid JSON. |
Sorry, full traceback:
The referenced schema ( In case it matters, I'm on OSX and using |
Still not enough to reproduce the issue here I'm afraid. Can you include a full example? The error message is definitely saying it found your file, but that it isn't valid JSON, so will need to see enough to be able to reproduce locally. |
Sorry, here is a repo with all the files.
|
Ah, cool! Thanks! So, to be honest, If you remove that, things work I think? I'll have to dig in a bit to see whether there's a bug here, I'm in the process of revamping the way ref resolution works (unfortunately at the same time as trying to catch up on Draft 6, performance testing, and the rest of a somewhat busy life these days) |
"If you remove that, things work I think?" Yes, that's correct. I'll leave up the repo for a while in case it's useful to you for debugging. Thanks for all your work maintaining this package! |
:) thank you!
…On Oct 3, 2017 10:29, "Brian Keating" ***@***.***> wrote:
"If you remove that, things work I think?" Yes, that's correct.
I'll leave up the repo for a while in case it's useful to you for
debugging. Thanks for all your work maintaining this package!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#362 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUIXjudRaQME4MysmFtN1s2SpMrWuVOks5sokS6gaJpZM4Pfl3o>
.
|
9d0e0eb31 Merge pull request #362 from karenetheridge/ether/1.0-is-number fadab68f9 1.0 is always a number (and an integer too for draft6+) git-subtree-dir: json git-subtree-split: 9d0e0eb31d6be6bebd3bacdd6be119a8841e9999
I have a schema file
feature.schema
with the following contents:The referenced schema file exists (and is in the same directory as
feature.schema
):Yet, running
validate
givesRefResolutionError: No JSON object could be decoded
.The text was updated successfully, but these errors were encountered: