Search found 21 matches

by pkosenko
January 11th, 2014, 12:51 am
Forum: Error Reports
Topic: Drupal doesn't like SSL (HTTPS) feeds
Replies: 5
Views: 2432

Drupal doesn't like SSL (HTTPS) feeds

Just a heads up for people who user Drupal. Every time I try to import Librivox feeds in Drupal, I get an error that cURL was unable to read the SSL certificate. It seems that Drupal feeds do not do that, and hence fail trying to import ANYTHING from SSL (HTTPS). I am wondering if many of the proble...
by pkosenko
December 11th, 2013, 4:00 pm
Forum: Suggestions, Comments, News & Discussion
Topic: LibriVox API Discussion Thread
Replies: 286
Views: 402163

Re: LibriVox API Discussion Thread

Are you using PHP to SAVE the JSON to YOUR OWN directory in order to avoid a remote Ajax call? Is that because the Librivox feed folder does not allow remote JSON calls? The Librivox API does not mention any such thing. If it doesn't allow, it should . . . along with some explanation of how to do it...
by pkosenko
December 11th, 2013, 3:37 pm
Forum: Suggestions, Comments, News & Discussion
Topic: LibriVox API Discussion Thread
Replies: 286
Views: 402163

Re: LibriVox API Discussion Thread

Masa: Thanks. Yes, I know that "url?format=json" will return a JSON data file. You can paste the URL in a browser and get the JSON file wrapped in an anonymous function. But that is not my problem. My problem is that Ajax will not load it into a page. When I use .getJSON() I always get an ...
by pkosenko
December 9th, 2013, 8:48 pm
Forum: Suggestions, Comments, News & Discussion
Topic: LibriVox API Discussion Thread
Replies: 286
Views: 402163

$.getJSON() does not work to grab librivox data

For the life of me, I cannot get JQuery $.getJSON() to return any data whatsoever. No matter how I configure the URL, including adding &callback=? to the end of it, I get an Ajax error. In other words, remote calls to the Librivox site do not seem to work. So I am guessing that JSONP calls are b...
by pkosenko
December 9th, 2013, 8:08 pm
Forum: Need Help? Got Advice?
Topic: Librivox API does not work with JQuery $.getJSON()
Replies: 2
Views: 1230

Re: Librivox API does not work with JQuery $.getJSON()

Thanks. I'll bookmark that forum. I'm new here.
by pkosenko
December 8th, 2013, 5:38 pm
Forum: Need Help? Got Advice?
Topic: Librivox API does not work with JQuery $.getJSON()
Replies: 2
Views: 1230

Librivox API does not work with JQuery $.getJSON()

It seems impossible to get the Librivox API to work with $.getJSON() remote calls. If JSONP is not functioning to allow remote queries of the Librivox data base that can return data, then I can't create an interface in Drupal that will do an Ajax query of the Librivox database from another site. $ge...