pencil
pencil copied to clipboard
OpenClipart Browser broken due to OpenClipartSearch API change
From [email protected] on January 24, 2011 11:53:27
What steps will reproduce the problem? I use Linux amd64 with newest iceape (firefox) and pencil plugin 1.2. When I start Clipart Browser and enter a Serch term, ajax hold on gif is spinning endless and nothing happens, nothing loads What is the expected output? What do you see instead? No output. I would expect images and stuff. Please provide any additional information below. I think, the problem is, that OpenClipart.org changed its api. In my pencil version the ajax call is something like http://www.openclipart.org/api/search?&query=test&offset=0&limit=24&f=js&pretty=api/search but this format seems not to be supported any more. (see https://answers.launchpad.net/openclipart/+question/102519 ) I think further, that new format returns no json format but xml and the function parseSearchResult in file NewOpenClipartSearch.js ( http://www.google.com/codesearch/p?hl=de#afowwfgvlGM/trunk/Source/ClipartBrowser/NewOpenClipartSearch.js&q=NewOpenClipartSearch%20package:http://evoluspencil%5C.googlecode%5C.com ) need to be rewritten.
Original issue: http://code.google.com/p/evoluspencil/issues/detail?id=265
This works for me. I presume this issue was solved.
Duplicate of #189.