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]: Failed to read lyrics from song. #54

Closed
ghost opened this issue Jan 19, 2023 · 2 comments
Closed

[Bug]: Failed to read lyrics from song. #54

ghost opened this issue Jan 19, 2023 · 2 comments
Labels
Bug Bugs. Crashes or something isn't working

Comments

@ghost
Copy link

ghost commented Jan 19, 2023

Bug Summary

The application has an internal error when it can't find the lyric.

Version

0.5.3

Steps to reproduce the bug

To reproduce the problem, it is sufficient that there is a song without a lyric.

Screenshots or Screen recordings

No response

Environment

Android version: 10 (SDK 29)
Device brand: HUAWEI (by HUAWEI)
Device model: HMA-L29 (code: HWHMA)
Product name: HMA-L29
Build version: HMA-L29 10.1.0.288(C55E8R1P5)
(10.1.0.288C55)
Hardware: kirin980
Language: it

Other helpful information

Internal Error:

Package name: player.phonograph.plus
App version: 0.5.3 (453)
Git Commit Hash: aa473d7

Failed to read lyrics from song

java.io.FileNotFoundException: Unable to find:/storage/emulated/0/Music/My Chemical Romance - I Don_t Love You [Official Music Video] [HD].opus
at o8.b.a(SourceFile:155)
at sa.f.a(Unknown Source:3)
at sa.f$c.invokeSuspend(Unknown Source:12)
at j6.a.resumeWith(Unknown Source:8)
at a7.s0.run(Unknown Source:102)
at kotlinx.coroutines.internal.i.run(Unknown Source:11)
at kotlinx.coroutines.scheduling.j.run(Unknown Source:2)
at kotlinx.coroutines.scheduling.a$a.run(SourceFile:66)
}

I will do further tests to see when it occurs precisely. 🤔

@ghost ghost added the Bug Bugs. Crashes or something isn't working label Jan 19, 2023
@chr56
Copy link
Owner

chr56 commented Jan 20, 2023

I am not sure.
It looks like permission error (no file read access permission), but it can also can be an existing bug (see #9 #30, can not process opus files).

I might mute this message.

@chr56
Copy link
Owner

chr56 commented Feb 26, 2023

Opus format should be supported since v0.5.4.

This error message should not be showed now.

Ready for closing.

@chr56 chr56 added the Closing The issue was done and would be closed soon label Feb 26, 2023
@chr56 chr56 closed this as completed Mar 8, 2023
@chr56 chr56 removed the Closing The issue was done and would be closed soon label Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bugs. Crashes or something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant