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] #106

Closed
owencz1998 opened this issue Aug 6, 2023 · 1 comment
Closed

[Bug] #106

owencz1998 opened this issue Aug 6, 2023 · 1 comment
Labels

Comments

@owencz1998
Copy link

java.io.FileNotFoundException: /data/user/0/com.toasterofbread.spmp/cache/spmp/feed_rows: open failed: ENOENT (No such file or directory)
at libcore.io.IoBridge.open(IoBridge.java:574)
at java.io.FileInputStream.(FileInputStream.java:160)
at com.toasterofbread.spmp.model.Cache$Companion.clean(Unknown Source:56)
at com.toasterofbread.spmp.model.Cache$Companion$init$1.invoke(Unknown Source:2)
at com.toasterofbread.spmp.model.Cache$Companion$init$1.invoke(Unknown Source:0)
at androidx.media3.decoder.SimpleDecoder$1.run(Unknown Source:32)
Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
at libcore.io.Linux.open(Native Method)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at libcore.io.BlockGuardOs.open(BlockGuardOs.java:274)
at libcore.io.ForwardingOs.open(ForwardingOs.java:563)
at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:8619)
at libcore.io.IoBridge.open(IoBridge.java:560)
... 5 more

Simply opened the app and this always shows.

@toasterofbread
Copy link
Owner

Will be fixed in the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants