hoccer / hoccer-talk-spike

Android Client & Backend Software
0 stars 0 forks source link

Camera image error - not able to attach camera image #1217

Open ChristianeMussmacher opened 7 years ago

ChristianeMussmacher commented 7 years ago

Device: Archos Helium Android: 6.0

elRadish commented 7 years ago

Is that a Hoccer test device?

ChristianeMussmacher commented 7 years ago

Nope, we do not have this device available for testing

elRadish commented 7 years ago

Very hard to reproduce though...

MAYBE it happens on Samsung S6 (6.0.1) or Galaxy Note 3 (5.0), too, there's a crash group with these....

https://rink.hockeyapp.net/manage/apps/113757/app_versions/38/crashes/10416015170

elRadish commented 7 years ago

Not happening on Note3 (5.0)

elRadish commented 7 years ago

The initial error can't be reproduced after a factory reset. But the pictures taken with the camera aren't shown in the chat list.

This seems to be a Picasso bug caused by too long metadata fields : https://github.com/square/picasso/issues/465 https://github.com/square/picasso/issues/1018 https://github.com/square/picasso/issues/1018

Happening with: file:///storage/emulated/0/Pictures/hoccer_20170515_133256.jpg But not with: file:///storage/emulated/0/DCIM/Camera/IMG_20170515_112806.jpg

It seems to be fixed with 2.5.3 SNAPSHOT of Picasso. There's no release yet of that.