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

Unable to Start empv radio on Windows 10 OS #48

Closed
High-Flyer opened this issue Dec 24, 2023 · 1 comment
Closed

Unable to Start empv radio on Windows 10 OS #48

High-Flyer opened this issue Dec 24, 2023 · 1 comment

Comments

@High-Flyer
Copy link

High-Flyer commented Dec 24, 2023

Unable to get empv-play-radio working on emacs.
Just want to achieve 2 things to through this package:

  • Able to play the radio and
  • Get the current song playing inside the radio on the modeline or some buffer to take note of the song which's playing.

Showing error on execution of commandM-x empv-play-radio
empv--make-network-process: Unknown address family

Next time when same command executed error is different,

Showing error on Second Execution of command M-x empv-play-radio
empv--send-command: Buffer emacs-config.org has no process

Troubleshooting Steps Taken so far:

  • empv is installed through Melpa Repository and using Elpaca package manager.
    • Made sure all the dependencies mentioned mentioned on Melpa are installed. (Everything was installed by ELpaca itself.)
  • Tried running empv-start << this starts the process but sadly songs doesnt plays, leave showing them on modeline.
  • Tried running empv-play-radio after the empv-start didnt start.
  • Tried some other commands empv-play and inserted radio channel link didnt worked.

System Details:
OS: Windows 10 (N)
Emacs installed through: Chocolatey Package Manager
emacs-version: GNU Emacs 29.1 (build 2, x86_64-w64-mingw32) of 2023-07-31
I have no idea where my cygwin folder for chocolatey or the msys2 setup file is at.
Emacs package manager: Elpaca

Config.org (init file)
(use-package empv
  :config
  (setq empv-invidious-instance "vid.priv.au")
  (setq empv-radio-channels
	'(("SomaFM - Groove Salad" . "http://www.somafm.com/groovesalad.pls")
	  ("Totally 80s FM" . "https://zeno.fm/radio/totally-80s-fm/")))
	)

PS: I tried eradio and its working for me on windows, sharing just for the reference, going through which i found your fork of it for the modeline title, found program reuqires a dependency by you was : SOCAT, Which I havnt found anywhere, searched through Chocolatey / Winget / Scoop My best guess is its part of Linux-utils.

I am very New to Emacs universe its possible i am doing very silly mistake and unable to find it.
Any Input, Suggestions or troubleshooting steps will be welcome.
Last Thank you very much for the Package.

Warm Regards
Seasons Greetings

@isamert
Copy link
Owner

isamert commented Jan 30, 2024

Unfortunately this is about mpv JSON RPC not working properly on Windows properly. Hopefully I will tackle this in future but in mean time there are no workarounds.

@isamert isamert closed this as completed Jan 30, 2024
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

2 participants