I suppose you're looking for an answer from someone who's run into the exact same or similar problem. However, I gently suggest you try to be more resourceful in your debugging. Try this:
1) Post the URL of the request that you using. 2) Look at the response. If the same numerical error is in the response, then it's a bad request or a server error. 3) Learn to love the fabulous Eclipse debugger and step through the code and see how the erroneous number is being calculated. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

