ofxHttpUtils
ofxHttpUtils copied to clipboard
"No Message Received" Exception
I'm building an Application using the Facebook Graph API and I'm having some problems with the response processing of ofxHttpUtils:
For example i send a request like this: http://graph.facebook.com/me/inbox?access_token=XXX
Then i get the "No message received" message in the logger/debugger. This message seems to be an exception thrown by poco.
If i do something like: http://graph.facebook.com/me/inbox?access_token=XXX&limit=20 (which limits the items that come back from facebook) then i get a much higher success rate. i still get the "no message received" from time to time (which makes the whole thing very unreliable with facebook), but all in all it seem to work better when less data is sent.
is this an issue with ofxHttpUtils or Poco? Is this a known problem?
I'm having the same issue.