tsirysndr / tunein-cli

Browse and listen to thousands of radio stations across the globe right from your terminal 🌎 📻 🎵✨
MIT License
38 stars 2 forks source link

TuneIn stuck after the last update #11

Open baruchiro opened 6 months ago

baruchiro commented 6 months ago

Running with 9b17b3bb920d9f861e0c35e1200c50ada8ec1c93, I can't hear any sound, and the terminal is stuck with the new UI.

I even can't Ctrl+C it.

image

──────────────────────────────────────────────────────────── TuneIn CLI ─────────────────────────────────────────────────────────────Station
Now Playing קול המוזיקה | יוצרים תקדימים בסצנת המוזיקה הקלאסית בישראל
Genre Misc
Description
Bitrate 192nkbpsc.c:855:(parse_card) cannot find card '0'
                                                         ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
                                     ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
                                                                                                       ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
                                                                                ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
          ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
                                                                                                                       ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
                                                                    ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
                                                                                                                                   thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: DefaultStreamConfigError(DeviceNotAvailable)', src/play.rs:108:68
       note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

System:

OS: Windows 11 WSL: Description: Ubuntu 22.04.4 LTS

tsirysndr commented 6 months ago

strange, it doesn't seem to detect your sound card 🤔

baruchiro commented 6 months ago

@tsirysndr issue updated, I added info about my OS. I'm running on WSL, which got upgraded to the latest LTS last week, so yes, maybe a driver is broken 😐

Thank you!