pilhuhn / ZwitscherA

A micro blogging client for Android
http://bsd.de/zwitscher
Other
71 stars 30 forks source link

Sending of images via GPRS/Edge sometimes fails #149

Closed pilhuhn closed 11 years ago

pilhuhn commented 11 years ago

Probably a timeout issue. nothing in the logs

pilhuhn commented 11 years ago

The send timeout has also been increased in f1d2926

pilhuhn commented 11 years ago

Twitter seems to have their own timeout, which may be hit with large images and slow connections. Nothing we can make to not fail, but should tell the user that the upload failed and why, so that the user can reduce the image size and retry.

pilhuhn commented 11 years ago

Max image size is 3MB. Images are scaled to max 2048x1024 -- We could in theory scale larger images before sending.

For right now, the user should just use smaller images (on slow networks uploading large ones makes no fun anyway).