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 even with basic example file #3

Open
Wolfr opened this issue Sep 14, 2019 · 4 comments
Open

Error even with basic example file #3

Wolfr opened this issue Sep 14, 2019 · 4 comments

Comments

@Wolfr
Copy link

Wolfr commented Sep 14, 2019

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.

Screenshot 2019-09-14 at 11 18 40

Am I doing something wrong?

@Wolfr
Copy link
Author

Wolfr commented Sep 14, 2019

I think it's related to my own hosting not being HTTPS, if I use myjson.com it works.

@TDMW
Copy link
Owner

TDMW commented Sep 15, 2019

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!

@DorothyLindman
Copy link

I think it's related to my own hosting not being HTTPS, if I use myjson.com it works.

I've had success using GitHub gists for the json file. Use the "raw" button and copy the URL from there.

@matteo-bombelli
Copy link
Contributor

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...

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

No branches or pull requests

4 participants