Google Mirror API throwing BadStatusLine exception (Python)
When using the Mirror API, I randomly get a "BadStatusLine" exception from several API calls, including timeline().insert and timeline.list . From trolling around SO for simliar problems in python, I suspect this is some kind of malformed response from the server. It seems to happen randomly and possibly after a period of not using the API. Here's a sample stack trace: Traceback (most recent call last): File "service.py", line 61, in receive_message self.process_user_chat(msg) File "service.py", line 304, in process_user_chat self.upsert_timeline_item(sourceItemId, body) File "service.py",