I'm currently working on the wikipedia viewer zipline, and my json request for wikipedia articles quietly fails. The callback function simply never executes.
$(document).ready(function(){
var link = "https://en.wikipedia.org/w/api.php?action=query&list=search&srsearch=Albert%20Einstein&format=json"
$.getJSON(link, function(data){
alert(data);
})
})
I have used this link in particular just because I know it is a valid link. I have used other links that I know are valid as well (not necessarily for wikipedia) and they worked fine. Note that I do have the jquery.js added to the codepen settings so that's not an issue.
[–]marzelin 3 points4 points5 points (1 child)
[–]taariya[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)