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 picking a video or multiple videos. #1670

Open
1 of 4 tasks
teutones92 opened this issue Jan 4, 2025 · 3 comments
Open
1 of 4 tasks

Bug picking a video or multiple videos. #1670

teutones92 opened this issue Jan 4, 2025 · 3 comments
Labels
new issue An issue that hasn't yet been seen from the maintainer

Comments

@teutones92
Copy link

Describe the bug
PlatformException(file_picker_error, Failed to process any images, Item at index 0 is not an image, null)

Platform

  • Android
  • iOS
  • Web
  • Desktop

Platform OS version
IOS 18

How are you picking?

    FilePickerResult? videos;
    try {
      videos = await FilePicker.platform.pickFiles(
        type: FileType.video,
        allowMultiple: true,
      );
    } catch (e) {
      if (!context.mounted) return;
      debugPrint(e.toString());
      GlobalSnack.show(
        context: context,
        message: 'Error picking videos please contact support',
      );
    }

Error log
Screen Shot 2025-01-04 at 11 48 57 AM

Details to reproduce the issue
Just happens when use the enum type: FileType.video,

Screenshots and/or video
Simulator Screenshot - iPhone 16 Pro - 2025-01-04 at 11 48 34

Flutter Version details
Screen Shot 2025-01-04 at 12 01 03 PM

@teutones92 teutones92 added the new issue An issue that hasn't yet been seen from the maintainer label Jan 4, 2025
@dirisujesse
Copy link

I have a similar issue

@Alecia1997
Copy link

Hi all,

We're also encountering this issue and wanted to check if anyone has found a workaround. Has anyone had success with a different version of the file_picker package or by switching to a different Flutter channel?

Thanks in advance!

@Mar-debug
Copy link

Also having this issue with iOS, any work around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new issue An issue that hasn't yet been seen from the maintainer
Projects
None yet
Development

No branches or pull requests

4 participants