Gradio icon indicating copy to clipboard operation
Gradio copied to clipboard

Can't change radio stations

Open krisiun opened this issue 7 years ago • 2 comments

In gradio, I can't change radio stations. The station that was played in the beginning when the application started keeps playing no matter what.

Expected Behavior

The station should change.

Current Behavior

The name of the station changes when another station is selected. But the content/song is from the previous station.

Steps to Reproduce

  1. Open Gradio and select a station for playing
  2. While that station is playing, select another station.
  3. Instead of the new station, the old station keeps playing.

Test Environment

Operating System: Arch Linux Gradio version: 7.1

krisiun avatar Mar 02 '18 14:03 krisiun

Sorry for the noise - this seems be triggered by doubleclicking station in the library/search view, with a single click, the app behaves as expected.


Same here:

  • OS: Debian buster/sid
  • Gradio 7.1 (flatpak)
  • org.gnome.Platform/x86_64/3.26

If launching from a terminal

$ flatpak run de.haeckerfelix.gradio

I do get messages from gradio-radio-player that the station changed - but the stream stays the same, stuck on the first station I listen after opening the app:

** Message: gradio-audio-player.vala:83: Connecting to: http://ice3.somafm.com/groovesalad-128-mp3
** Message: gradio-audio-player.vala:83: Connecting to: http://8.38.78.173:8210/stream
** Message: gradio-audio-player.vala:83: Connecting to: http://bbcwssc.ic.llnwd.net/stream/bbcwssc_mp1_ws-einws
** Message: gradio-audio-player.vala:83: Connecting to: http://groove.wavestreamer.com:7115/live
** Message: gradio-audio-player.vala:83: Connecting to: http://stream.ucfm.com.au:8000/listen.mp3

Interestingly, in the UI bottom bar, when switching stations, the stations favicon and station name change, but the title does not change.

tombreit avatar Mar 08 '18 20:03 tombreit

Same here (including the single/double click thing, thanks for the work-around!).

Ubuntu 16.04, flatpak.

brendan-r avatar Mar 27 '18 00:03 brendan-r