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

Connection to assetsd was interrupted or assetsd died #82

Closed
markfulo opened this issue Nov 23, 2015 · 3 comments
Closed

Connection to assetsd was interrupted or assetsd died #82

markfulo opened this issue Nov 23, 2015 · 3 comments

Comments

@markfulo
Copy link

I have encountered this issue when I try to reload a panoramic image (10mb) in RSKImageCropViewController.

Steps:

  1. Load pano image using UIImagePickerController with source type UIImagePickerControllerSourceTypePhotoLibrary.
  2. Then "Choose" on RSKImageCropViewController (The UI lags here before going back to the previous view controller).
  3. Cropped image is now assigned to the imageView.
  4. Load again (back to step 1; with same image).

In step 4, I can see the image is displayed in the RSKImageCropViewController but now crashes. If I load images with lower file size, it can handle it.

I'm not sure where to handle this error or are there any workarounds on this?

Thank you.

(sorry, mistakenly pressed close issue)

@markfulo markfulo reopened this Nov 23, 2015
@ruslanskorb
Copy link
Owner

Hi @markfulo,

Can you provide a test project?

p.s. I suggest you to check the memory usage in your application.

@ruslanskorb
Copy link
Owner

@markfulo Have you fixed your issue?

@markfulo
Copy link
Author

@ruslanskorb, sorry I haven't looked at it that much, currently I just implemented a temporary fix by limiting the file size of the image before I crop it. It's not on my priorities right now (my project has been changed >_< ). I guess I'll close this for now.

Awesome image cropper though! 👍 👍

Thanks!

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

2 participants