jscheunemann / sopcast-player

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

AttributeError: 'NoneType' object has no attribute '_instance' #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have installed player by INSTALL guide, but it's not run.

Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1783, in <module>
    pySop = pySopCast()
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 371, in __init__
    self.vlc = VLCWidget.VLCWidget(*p)
  File "/usr/share/sopcast-player/lib/VLCWidget.py", line 32, in __init__
    self.player=instance.media_player_new()
  File "/usr/share/sopcast-player/lib/vlc.py", line 721, in media_player_new
    p._instance=self
AttributeError: 'NoneType' object has no attribute '_instance'

Original issue reported on code.google.com by ivan.iva...@gmail.com on 15 Nov 2010 at 9:10

GoogleCodeExporter commented 8 years ago
I got the same errors on Fedora 12. :(

Original comment by ryuken...@gmail.com on 6 Feb 2011 at 1:58

GoogleCodeExporter commented 8 years ago
Fixed in 0.5.0, will leave open if someone can verify on F12.

Original comment by flyguy97 on 24 Apr 2011 at 4:26

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 30 Apr 2011 at 5:27