Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a similiar situation like this: How do I handle/fix "Error getting response stream (ReadDone2): ReceiveFailure" when using MonoTouch? but I'm only GETing a list, not posting anything in the body.

Furthermore, I'm using RestSharp, and it works in almost all the cases, but every once in a while I receive Error getting response stream (ReadDone2): ReceiveFailure.

What can possibly be the problem?

(ps: the exact same code on Wp7 doesn't cause any errors)

share|improve this question
I get this sometimes too with MonoDroid. Exactly the same - I'm using RestSharp as well. Is the response chunked? – SpiritMachine Sep 14 '12 at 10:13
At the time, yes it was. Now it works completely. I changed nothing. – TDaver Sep 14 '12 at 10:37
@SpiritMachine: And now I've got the error in a completely different web request. – TDaver Sep 14 '12 at 12:28
I think it's a long standing bug in the Mono code. There was a previous release of Mono for Android (maybe Mono generally) that was supposed to rectify errors when reading chunked responses, but I'm really not sure if it addresses this specific case. I've never been able to get to the bottom of it and in all my searching have never found a definitive answer. – SpiritMachine Sep 14 '12 at 13:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.