Skip to content

"No Message Received" Exception #2

@toxin20

Description

@toxin20

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions