Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"No Message Received" Exception #2

Open
toxin20 opened this issue Jun 1, 2011 · 1 comment
Open

"No Message Received" Exception #2

toxin20 opened this issue Jun 1, 2011 · 1 comment

Comments

@toxin20
Copy link

toxin20 commented Jun 1, 2011

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?

@cerupcat
Copy link

I'm having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants