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

[BUG] iOS相册中有 33,450张照片、1,660个视频。 选择图片时,一直显示加载中。 #496

Closed
Allenxuxu opened this issue Sep 26, 2023 · 13 comments · Fixed by #596
Labels
e: performance This issue is related to performance. p: iOS This issue only happens on iOS platform. r: photo_manager Related to the photo_manager package.

Comments

@Allenxuxu
Copy link

Describe the bug

相册中有 33,450张照片、1,660个视频。(有 icloud 照片)
选择图片时,一直显示加载中。

How to reproduce

    final List<AssetEntity>? result = await AssetPicker.pickAssets(context,
        pickerConfig: AssetPickerConfig(
          requestType: RequestType.image,
          filterOptions: FilterOptionGroup(containsLivePhotos: true),
          limitedPermissionOverlayPredicate: limitedPermissionOverlayPredicate,
        ));

Steps to reproduce the behavior:

直接点击,选择照片

Expected behavior

能正常加载并选择图片

Screenshots (If contains)

image

Version information

  • Device: [e.g. iPhone X] iPhone 13
  • OS: [e.g. iOS 14.7.1] iOS 16.6
  • Package Version: wechat_assets_picker: ^8.6.3 photo_manager: ^2.7.1
  • Flutter Version: [e.g. v2.5.0] v3.10.1

Additional context

@Allenxuxu Allenxuxu added the await investigate The issue is waiting for further investigation. label Sep 26, 2023
@github-actions github-actions bot added the await triage The issue is waiting for triage. label Sep 26, 2023
@pontus-jeong
Copy link

same issue

@AlexV525
Copy link
Member

AlexV525 commented Dec 12, 2023

如果可以的话,请使用 Xcode 对以下代码设置断点,尝试找到耗时请求。由于我们无法复现,所以我们的调试是无效的。

@AlexV525 AlexV525 added await response Issue require customer's further response. r: photo_manager Related to the photo_manager package. and removed await investigate The issue is waiting for further investigation. labels Dec 12, 2023
@kangtian

This comment was marked as spam.

@fupingren

This comment was marked as duplicate.

1 similar comment
@tiangaopan

This comment was marked as duplicate.

@bladeofgod

This comment was marked as duplicate.

@AlexV525 AlexV525 added e: performance This issue is related to performance. p: iOS This issue only happens on iOS platform. and removed await triage The issue is waiting for triage. labels May 13, 2024
@chuxideyanhuo

This comment was marked as duplicate.

@fluttercandies fluttercandies deleted a comment from OpenJarvisAI May 20, 2024
@aleron08

This comment was marked as duplicate.

@tourdt
Copy link

tourdt commented Jun 18, 2024

我这边的客户也碰到了,苹果手机相册数量只有1000多张,但是打开相册一直处于加载中,应该和图片多少关系不大

@AlexV525
Copy link
Member

我这边的客户也碰到了,苹果手机相册数量只有1000多张,但是打开相册一直处于加载中,应该和图片多少关系不大

如果有堆栈可以提供

@tourdt
Copy link

tourdt commented Jun 18, 2024

客户的手机,拿不到堆栈

@tourdt
Copy link

tourdt commented Jun 18, 2024

对苹果开发不太了解,弱弱的问一下,这个和iCloud有没有关系,刚才客户反馈,过一会又可以加载出来了

@AlexV525
Copy link
Member

可以尝试 #596

@AlexV525 AlexV525 removed the await response Issue require customer's further response. label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: performance This issue is related to performance. p: iOS This issue only happens on iOS platform. r: photo_manager Related to the photo_manager package.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants