deep5050 / radio-active

Play any radios around the globe right from the terminal :zap:
https://www.radio-browser.info/#/
MIT License
490 stars 24 forks source link

module 'signal' has no attribute 'pause' #14

Closed arpitkaushal closed 3 years ago

arpitkaushal commented 3 years ago

Describe the bug The first command I issued radioactive --station pehla_nasha causes the following output.

G:\Desktop>radioactive --station pehla_nasha
     [!]    | Alias file does not exist
┌─────────────────────────────────── RADIOACTIVE ───────────────────────────────────┐
│                                                                                   │
│         📻 Play any radios around the globe right from this Terminal ⚡!          │
│         😄 Author: Dipankar Pal                                                   │
│         ❓ Type '--help' for more details on avaliable commands.                  │
│         🐛 Visit https://github.com/deep5050/radio-active to submit issues        │
│         ⭐ Show some love by starring the project on GitHub ❤                     │
│         ❌ Press Ctrl+C to quit                                                   │
│                                                                                   │
└───────────────────────────────────────────────────────────────────────────────────┘
      i     | Station found: Radio Mirchi - Pehla Nasha
      i     | Radio started successfully
┌─────────────────────────────────────── 📻 ────────────────────────────────────────┐
│                           Radio Mirchi - Pehla Nasha/n                            │
└───────────────────────────────────────────────────────────────────────────────────┘
Traceback (most recent call last):
  File "c:\users\arpit\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\arpit\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\arpit\AppData\Local\Programs\Python\Python39\Scripts\radioactive.exe\__main__.py", line 7, in <module>
  File "c:\users\arpit\appdata\local\programs\python\python39\lib\site-packages\radioactive\__main__.py", line 311, in main
    signal.pause()
AttributeError: module 'signal' has no attribute 'pause'

Desktop (please complete the following information):

github-actions[bot] commented 3 years ago

Hi, @arpitkaushal, Thanks for your contribution :blue_heart: . Contributors :people_holding_hands: like you make the open source community :earth_africa: such an amazing place to learn :book: , inspire :angel:, and create :art: . We will investigate :eyes: and get back to you as soon as possible :+1: . Just make sure you have given us sufficient information :information_source:.

By that time enjoy this meme :point_down: , hope you like it :smile:

meme

Use this action on your projects. Use jokes on issues instead.

deep5050 commented 3 years ago

Thanks for the report. Working on it now.

deep5050 commented 3 years ago

pip install radio-active==2.4.0

would you please take a look and get back to me?