How to stop this code from throwing error?
in
Programming Questions
•
3 months ago
To those who can help me
I am accessing TagDef API. A sample piece of code is:
- String[] s = loadStrings("http://api.tagdef.com/one.FollowMeKendall.json");
- println(s);
- null
- The file "http://api.tagdef.com/one.FollowMeKendall.json" is missing or inaccessible, make sure the URL is valid or that the file has been added to your sketch and is readable.
1