Hi everybody, The JSON interface to the API is (in some cases) returning malformed JSON. For instance:
http://api.eventful.com/json/users/login?app_key=test_key This is preventing any client using the JSON interface from logging in users. :( Ted ---------- Forwarded message ---------- From: Nate Aune <[EMAIL PROTECTED]> Date: Jul 7, 2007 3:56 PM Subject: error with eventful.py To: [EMAIL PROTECTED] hi Ted, i'm trying to make a simple app to talk to eventful.com and when using your eventful.py. i get this error message when trying to login using my credentials: Traceback (most recent call last): File "test.py", line 6, in ? api.login('nateaune', '******') File "/Users/nateaune/eventfulpy-0.2/eventful.py", line 59, in login nonce = self.call('/users/login')['error']['nonce'] File "/Users/nateaune/eventfulpy-0.2/eventful.py", line 51, in call raise APIError("Unable to parse API response!") eventful.APIError: Unable to parse API response! any ideas why it's throwing an exception? thanks, nate -- Nate Aune - [EMAIL PROTECTED] http://www.jazkarta.com Plone solutions, consulting and development -- Edward O'Connor
