-
Notifications
You must be signed in to change notification settings - Fork 3
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 even with basic example file #3
Comments
I think it's related to my own hosting not being HTTPS, if I use myjson.com it works. |
Might be a little bit above my skill level, but I'll dive into this and see if I can do anything to accommodate for HTTP aswel. Good to know you got it working with myjson/https though! |
I've had success using GitHub gists for the json file. Use the "raw" button and copy the URL from there. |
I have used this and it is working remeber to use exacly this pattern: {
"key":[
"text1",
"text2"
],
"key2":[
"text3",
"text4"
]
} if you set directly the values as objects doesn't work... |
First of all, cool plugin idea!
I tried with several simple JSON files first which didn't work, then I used the example given hosted on my own server (at http://dropzone.johanronsse.be/test2/test2.json ), I got this error.
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: