Active
Project:
Create from Web
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2010 at 15:47 UTC
Updated:
9 Mar 2010 at 16:19 UTC
This seems to appear without me changing anything; previously it was working fine, the code is an inc file which I submitted not long ago
# warning: simplexml_load_file(http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Madonna&api_key=b25b959554ed76058ac220b7b2e0a026) [function.simplexml-load-file]: failed to open stream: HTTP request failed! in ...sites\all\modules\createfromweb\operator_lastfm.inc on line 15.
# warning: simplexml_load_file() [function.simplexml-load-file]: I/O warning : failed to load external entity "http://ws.audioscrobbler.com/2.0/?method=artist.getinfo&artist=Madonna&api_key=b25b959554ed76058ac220b7b2e0a026" in ...sites\all\modules\createfromweb\operator_lastfm.inc on line 15.
Any ideas? Can't extract from Wikipedia as much the same error codes appear...
Comments
Comment #1
brevity commentedsounds like a network or web service problem to me -- maybe there were too many requests using this api-key? can you try a new one?
the same could be true for the wikipedia service which uses the google api -- without key though, which might the be problem here -- adding a google api key to the wikipedia service should fix that http://code.google.com/apis/ajaxsearch/key.html
Comment #2
B747 commentedI don't think so - I can view the file in my browser and I changed the api key to a new one and still no luck. Pasting this
into devel's php execute produces similar errors. Any further thoughts?