-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't open unscanned files via intent #115
Comments
I have the same issue. It also displays the toast "An unknown error occured". Does somebody have a solution? |
None yet. As a workaround, you can try the 'Rescan media' option in the app. |
Yes, but it doesn't seem to scan some folders for music, for example my browser's download folder located in /storage/(external SD)/Android/data. |
What Android version do you have? Android 11 and above don't allow third-party apps to access those folders. More info: FossifyOrg/File-Manager#16 (comment) |
I have Android 9. |
Ah, that makes sense. The app relies on what is scanned by the system and the system does not scan those directories. Fossify Music Player can scan files manually but it was disabled on Android 9 and below here. The easiest solution would be to configure your browser to download those files in a publicly accessible directory. |
I went ahead and removed |
Checklist
Affected app version
1.0.0
Affected Android/Custom ROM version
Android 14
Affected device model
OnePlus 9 Pro
How did you install the app?
GitHub releases
Steps to reproduce the bug
Pre-requisite: ensure that Music Player has been opened at least once and has some scanned media in it.
Expected behavior
The app should play the file.
Actual behavior
The file isn't played. Instead, another file from the device is played.
Additionally, a toast is shown with an error:
Error: java.lang.NullPointerException: getStringValue(..) must not be null
.Screenshots/Screen recordings
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: