Skip to content

On the Redmi 9A, it is not possible to open downloaded content, and it shows “Failed to load.” #905

Description

@nowLetsGoto

I have searched open and closed issues for this issue.

  • I have searched open and closed issues.

I have read and understood the license (link below).

  • I have read and understood the license.

Minimal reproducible example

let res = (await pick({ mode: 'open', type: [types.allFiles], requestLongTermAccess: true, copyTo: 'cachesDirectory', allowVirtualFiles: false, allowMultiSelection: true, })) ?? []

What platform(s) does this occur on?

Android

Did you reproduce on a real device or emulator / simulator?

real device

Steps to reproduce

On the Redmi 9A, it is not possible to open downloaded content, and it shows “Failed to load.”

let res =
(await pick({
mode: 'open',
type: [types.allFiles],
requestLongTermAccess: true,
copyTo: 'cachesDirectory',
allowVirtualFiles: false,
allowMultiSelection: true,
})) ?? []

If the issue is related to specific file(s), I have linked the files so that others can reproduce exactly what I see.

  • I have attached files necessary to reproduce the problem (if applicable).

Stacktrace of the crash (if applicable)

let res =
			(await pick({
				mode: 'open',
				type: [types.allFiles],
				requestLongTermAccess: true,
				copyTo: 'cachesDirectory',
				allowVirtualFiles: false,
				allowMultiSelection: true,
			})) ?? []

Your computer environment

let res =
			(await pick({
				mode: 'open',
				type: [types.allFiles],
				requestLongTermAccess: true,
				copyTo: 'cachesDirectory',
				allowVirtualFiles: false,
				allowMultiSelection: true,
			})) ?? []

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions