You are not logged in.

#1 2016-12-06 17:42:50

redart
Member
Registered: 2016-12-03
Posts: 8

[SOLVED] Radiotray wont play

Hi,

First off - total Arch noob - unless you count a year or so of Manjaro experience.
Been playing around with Arch for a couple of weeks now and have done several installs, both in VM and to laptop HD.  Learning lots and going OK,  but the one
thing I can't get going is Radiotray.  Installs fine (from AUR) and starts fine, but there's no sound.  VLC streams and plays radio without any problems.  I also have Manjaro xfce running on the same machine and Radiotray plays fine on that (also installed from AUR).

When I start Radiotray in the terminal I get the following :-

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
/usr/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py:51: FutureWarning: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
  if(cfg_provider._settingExists("buffer_size")):

Then when I try to connect to a radio station I get :-

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py", line 163, in on_message
    self.eventManager.notify(EventManager.STATE_CHANGED, {'state':'playing', 'station':station})
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventManager.py", line 46, in notify
    callback(data)
  File "/usr/lib/python2.7/site-packages/radiotray/NotificationManager.py", line 41, in on_state_changed
    self.eventManagerWrapper.notify(_('Radio Tray Playing'), station)
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventMngNotificationWrapper.py", line 31, in notify
    self.eventManager.notify(self.eventManager.NOTIFICATION, {'title': title, 'message':message})
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventManager.py", line 46, in notify
    callback(data)
  File "/usr/share/radiotray/plugins/NotificationPlugin.py", line 69, in on_notification
    self.notif.show()
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/radiotray/AudioPlayerGStreamer.py", line 154, in on_message
    self.eventManager.notify(EventManager.STATION_ERROR, {'error':debug})
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventManager.py", line 46, in notify
    callback(data)
  File "/usr/lib/python2.7/site-packages/radiotray/NotificationManager.py", line 87, in on_station_error
    self.eventManagerWrapper.notify(_('Radio Error'), str(data['error']))
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventMngNotificationWrapper.py", line 31, in notify
    self.eventManager.notify(self.eventManager.NOTIFICATION, {'title': title, 'message':message})
  File "/usr/lib/python2.7/site-packages/radiotray/events/EventManager.py", line 46, in notify
    callback(data)
  File "/usr/share/radiotray/plugins/NotificationPlugin.py", line 76, in on_notification
    self.notif.show()
glib.GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files

I'm afraid my knowledge of python is zero so these msgs don't mean much to me.  My setup is:-

                 `ooo/                 OS: Arch Linux
                `+oooo:                Kernel: x86_64 Linux 4.8.11-1-ARCH
               `+oooooo:               Uptime: 14m
               -+oooooo+:              Packages: 521
             `/:-:++oooo+:             Shell: bash 4.4.5
            `/++++/+++++++:            Resolution: 1440x900
           `/++++++++++++++:           DE: LXDE
          `/+++ooooooooooooo/`         WM: OpenBox
         ./ooosssso++osssssso+`        WM Theme: Onyx
        .oossssso-````/ossssss+`       GTK Theme: Adwaita [GTK2]
       -osssssso.      :ssssssso.      Icon Theme: nuoveXT2
      :osssssss/        osssso+++.     Font: Sans 10
     /ossssssss/        +ssssooo/-     CPU: Intel Core i5 CPU M 520 @ 2.4GHz
   `/ossssso+/:-        -:/+osssso+-   RAM: 407MiB / 3754MiB

Can anyone shed any light on this or suggest what I might try ?.  Thanks

Last edited by redart (2016-12-07 17:55:08)

Offline

#2 2016-12-07 17:50:21

redart
Member
Registered: 2016-12-03
Posts: 8

Re: [SOLVED] Radiotray wont play

Ok so finally got it sorted with help from Esclapion over at the Manjaro forums.  Just needed to install the gstreamer0.10-bad-plugins package from the AUR, which is listed as optional but isn't (at least not for me!).

Offline

Board footer

Powered by FluxBB