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

Trying to play streamed radio crashes the app #67

Open
LeafyLappa opened this issue Jun 26, 2024 · 1 comment
Open

Trying to play streamed radio crashes the app #67

LeafyLappa opened this issue Jun 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@LeafyLappa
Copy link

How to Reproduce

  • download an m3u / pls
  • open it as file in alarm settings

App crashes with the error "lateinit property sounds has not been initialized" (for some reason it gets wrapped in a RuntimeException)

java.lang.RuntimeException: Failure delivering rsult ResultInfo{who=null, request=1909897175, result=-1, flg=0x43 ... }: B2.c: lateinit property sounds has not been initialized

By the way I searched for an existing issue and found this: #1

Do you have any plans on reimplementing radio alarms? They are crucial for me.

Info

  • Device model: Pixel Tablet
  • Android version: Android 14
  • App version: 1.6.0
@meenbeese meenbeese added the bug Something isn't working label Jul 9, 2024
@saligari
Copy link

saligari commented Aug 2, 2024

I'd also like this feature, it's the best way to wake up.

If you decide to implement it, consider also implementing a fail-safe; if there's an error, or if the audio won't load even though there's a network connection - to play another predetermined sound. These are the two most common problems I've found with radio alarms.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants