ofxHttpUtils icon indicating copy to clipboard operation
ofxHttpUtils copied to clipboard

"No Message Received" Exception

Open toxin20 opened this issue 14 years ago • 1 comments

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?

toxin20 avatar Jun 01 '11 13:06 toxin20

I'm having the same issue.

cerupcat avatar Mar 28 '13 19:03 cerupcat