Starting about 12 hours ago, I've been getting an error when trying to use a JSON feed with the API. It's been working fine for about 2 weeks (only started working on this new site), then suddenly started throwing up an error. I thought perhaps I had accidentally messed something up in my scripts, and I was stressing out a bit. Then I decided to check one of the tutorial sites where I learned how to use the API with JSON. Lo and behold, the demo on the tutorial site is also down, showing the same error (in Firebug or Chrome's console).
The error is "gdata is not defined" or something similar, depending on which debugger you use. The tutorial site is: http://pilon.nl/mootools/2009/02/05/picasaviewer-embed-a-picasa-gallery-in-your-site/ The demo album is: http://pilon.nl/mootools/demos/picasaViewer/ You'll see that no pictures/albums are displayed, and if you open a debugger, you'll see the error. Using Firebug, I can see that the JSON response begins with: gdata.io.handleScriptLoaded({"version":"1.0","encoding":"UTF-8","feed": {"xmlns" ... Although I don't really remember examining the response before this problem began, I'm pretty sure it is supposed to begin directly with {"version":"1.0","encoding":"UTF-8","feed":{"xmlns" ... And that's what I would expect, based on the info in the docs: http://code.google.com/apis/gdata/docs/json.html Anybody know what's going on here?? -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to google-picasa-data-...@googlegroups.com. To unsubscribe from this group, send email to google-picasa-data-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.