xabertum / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

Fedora 64-Bit AttributeError: 'VLCWidget' object has no attribute 'set_media_url' #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I installed the new sopcast-player
2.I copied the vlc.py and VLCWidget.py from /usr/lib/python2.7 to 
/usr/share/sopcast-player/lib and the player startet, but if I open a channel 
there will be an error.
3.If I use the given vlc.py and VLCWdidget.py another Error appears.

What is the expected output? What do you see instead?
There is an error and the stream doesnt start.

What version of the product are you using? On what operating system?

Please provide any additional information below.
Error Text for the vlc files from /usr/lib/python...
Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 495, in on_channel_treeview_row_activated
    self.play_channel(self.selection[9], self.selection[1])
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 689, in play_channel
    self.vlc.set_media_url(self.outbound_media_url)
AttributeError: 'VLCWidget' object has no attribute 'set_media_url'

Error Text if I use the VLCWidget.py from the source of sopcast
/usr/bin/sopcast-player: line 2:  9737 Segmentation fault      (core dumped) 
/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.py $@

Original issue reported on code.google.com by ttv...@googlemail.com on 10 Aug 2011 at 9:14

GoogleCodeExporter commented 8 years ago
self.vlc.set_media_url(self.outbound_media_url)
AttributeError: 'VLCWidget' object has no attribute 'set_media_url'

here the same without "Segmentation fault"

Original comment by malditai...@gmail.com on 28 Oct 2011 at 3:40

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 7 May 2012 at 12:15