dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

uploadImageAsync() on 2g networking giving forceclose[Exception Connection code : 400] #194

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Login to facebook.
2.Upload image first time works fine. Go to another activity.
3.Again try to upload image it is throwing exception[force closing the 
application].

What is the expected output? What do you see instead?
It should not foreclose and it should upload the image on slow network alos. 

What version of the product are you using? On what operating system?
socialauth-android-3.2 and socialauth-4.4
Android 4.2

Please provide any additional information below.
Exception :
org.brickred.socialauth.exception.SocialAuthException: java.io.IOException: 
Unexpected response code for CONNECT: 400

Kindly fix it i am in middle of my application.

Original issue reported on code.google.com by dear.vi...@gmail.com on 12 Nov 2014 at 7:40

GoogleCodeExporter commented 8 years ago
I don't see the force close due too slow network. 400 means server not found. 
You may get sockettimeoutexeption if network is too slow.

Original comment by vineet.a...@3pillarglobal.com on 17 Nov 2014 at 8:42

GoogleCodeExporter commented 8 years ago
Hi vineet,

Can you please suggest me what i need to do to solve that issue.

Original comment by dear.vi...@gmail.com on 17 Nov 2014 at 10:14