Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch image error #47

Closed
ganeshub opened this issue Mar 22, 2017 · 3 comments
Closed

Unable to fetch image error #47

ganeshub opened this issue Mar 22, 2017 · 3 comments

Comments

@ganeshub
Copy link

Hi,

Adding image second time to thread shows unable to fetch image toast message

Steps

Add one image to thread
Add another image to thread then the error will show up

@kykrueger
Copy link
Contributor

Hi @ganeshub ,

I have not been able to reproduce this on the master branch and my emulator. What I had done was sent two image messages, I tried this using the same image twice, and two separate images.

Could you provide some more details about your emulator or device and google API version number?

I did however find a different issue. I'll open a new thread for that.

@ganeshub
Copy link
Author

test1

Just adding two images to thread in sequence

Emulator :Genymotion
Android: 5.0
Code: master

@simonsmiley64
Copy link
Contributor

@ganeshub and @kykrueger,

This looks like it could be caused by trying to upload an image while another image is currently uploading considering you successfully managed to upload two images in a row in your above example.

Can you confirm what happens if you wait a few seconds for the first image to upload?

The best fix for now might be to add a check if an image is uploading and the disable the image upload button until it is done saying "can't upload image while image is uploading"

  1. User sends image
  2. User clicks ^ button
  3. User clicks picture or photo
  4. App checks upload status
  5. App shows error message

Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants