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 anything immediately crashes #16

Open
moopet opened this issue Mar 28, 2024 · 3 comments
Open

Trying to play anything immediately crashes #16

moopet opened this issue Mar 28, 2024 · 3 comments

Comments

@moopet
Copy link

moopet commented Mar 28, 2024

Running this on WSL with rustc 1.75.0 (82e1608df 2023-12-21) and running tunein play <any id> immediately crashes with this:

thread '<unnamed>' panicked at src/play.rs:91:22:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at src/app.rs:185:45:
called `Option::unwrap()` on a `None` value
@moopet
Copy link
Author

moopet commented Mar 28, 2024

Searching seems to work ok (though the results don't always contain the terms searched for so I'm not 100% this is working either). It's just the player that explodes.

@tsirysndr
Copy link
Owner

Thank you, @moopet , for reporting this issue and providing details about the crash you encountered.

I've taken note of the problem you described, and it appears to be addressed in Pull Request #17 . This PR includes fixes to resolve the crash.

I appreciate your patience and encourage you to test the fix provided in PR #17 to confirm that it resolves the issue. If you encounter any further difficulties or have additional feedback, please don't hesitate to let me know. I'm here to help.

@andykelk
Copy link

I had the same issue. Compiling the latest master with #17 included solved the issue.

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

No branches or pull requests

3 participants