Closed GoogleCodeExporter closed 8 years ago
I can confirm the same issue with exactly the same message.
It may be that sopcast-player broke down when upgrading to VLC version: VLC
media
player 1.1.0-git The Luggage.
Original comment by zoltan.k...@gmail.com
on 10 Mar 2010 at 8:31
Additional info:
Trying to run sopcast-player on ubuntu karmic latest.
Original comment by zoltan.k...@gmail.com
on 10 Mar 2010 at 8:33
The issue is the underlying data structures in VLC 1.1 has changed from 1.0. I
will
have to put out a new release that checks for which VLC version is installed. No
promises on time frame but it will be out in plenty of time for testing prior
to the
official Lucid release.
Original comment by flyguy97
on 13 Mar 2010 at 12:02
Hi! How about new release? :) I can help with testing :)
Original comment by maksymov...@gmail.com
on 21 Mar 2010 at 8:50
sopcast-player
Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 38, in <module>
import vlc
File "/usr/share/sopcast-player/lib/vlc.py", line 46, in <module>
dll=ctypes.CDLL('libvlc.so')
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libvlc.so: cannot open shared object file: No such file or directory
Original comment by ethnopun...@gmail.com
on 26 Mar 2010 at 12:00
Sorry, forgot to add, I built it on Ubuntu Karmic 9.10
Original comment by ethnopun...@gmail.com
on 26 Mar 2010 at 12:01
Solved problem by adding the ppa and doing install the sane way. Watched 20
minutes
of an HBO movie with Chinese subtitles. Stream dried up. Wish we had more peers
or
better caching on slow line down South. Oh well.
Original comment by ethnopun...@gmail.com
on 26 Mar 2010 at 10:30
What do you mean by "doing install the sane way" ? Or was it the "same" you
wanted to say?
Original comment by timbohe...@hotmail.com
on 6 Apr 2010 at 2:17
Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1780, in <module>
pySop = pySopCast()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 368, in __init__
self.vlc = VLCWidget.VLCWidget(*p)
File "/usr/share/sopcast-player/lib/VLCWidget.py", line 28, in __init__
self.player=instance.mediacontrol_new_from_instance()
AttributeError: 'Instance' object has no attribute
'mediacontrol_new_from_instance'
Original comment by ubuntup...@gmail.com
on 9 Apr 2010 at 9:11
vlc 1.1 definitely a problem
Original comment by ubuntup...@gmail.com
on 9 Apr 2010 at 9:13
what do you mean "adding the ppa" ?
Comment 7 by ethnopunkopoodle, Mar 26, 2010
Solved problem by adding the ppa and doing install the sane way. Watched 20
minutes
of an HBO movie with Chinese subtitles. Stream dried up. Wish we had more peers
or
better caching on slow line down South. Oh well.
Original comment by snow0...@gmail.com
on 20 Apr 2010 at 7:46
yeah! how did u solve "by adding the ppa" ?
Original comment by bruno.v....@gmail.com
on 3 May 2010 at 2:55
Those experiencing the error message in Comment 5 should try installing VLC
development packages for their distro. In Fedora, this is: vlc-devel-* from the
official repositories.
Original comment by PairOfBl...@gmail.com
on 8 May 2010 at 3:05
develpoment files definetly helped thanks for your advice PairOfBlanks
Original comment by slov...@gmail.com
on 28 Jul 2010 at 1:21
[root@WJ sopcast-player-0.3.3]# sopcast-player
[0x28edd98] inhibit interface error: Failed to connect to the D-Bus session
daemon: Did not receive a reply. Possible causes include: the remote
application did not send a reply, the message bus security policy blocked the
reply, the reply timeout expired, or the network connection was broken.
[0x28edd98] main interface error: no suitable interface module
[0x275aec8] main libvlc error: interface "inhibit,none" initialization failed
(sopcast-player.py:4286): libglade-WARNING **: could not find glade file
'/usr/share/sopcast-player/lib/../ui/SopCastClientMissing.glade'
Traceback (most recent call last):
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1781, in <module>
pySop.main()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 508, in main
self.show_missing_sopcast_client_dialog()
File "/usr/share/sopcast-player/lib/sopcast-player.py", line 527, in show_missing_sopcast_client_dialog
tree = gtk.glade.XML(gladefile, "sopcast-client-missing-dialog")
RuntimeError: could not create GladeXML object
Original comment by wenjing0101
on 1 Aug 2010 at 2:06
Development files for VLC do not seem to have any effect on Lucid with updated
version of vlc from here:
https://launchpad.net/~lucid-bleed/+archive/lucidbleed-exp
Original comment by feran...@gmail.com
on 8 Sep 2010 at 9:17
I have the same problem, i attach my log.
[root@Gianluca ~]# sopcast-player
Traceback (most recent call last):
File "/usr/lib64/sopcast-player/lib/sopcast-player.py", line 1775, in <module>
pySop = pySopCast()
File "/usr/lib64/sopcast-player/lib/sopcast-player.py", line 368, in __init__
self.vlc = VLCWidget.VLCWidget(*p)
File "/usr/lib64/sopcast-player/lib/VLCWidget.py", line 28, in __init__
self.player=instance.mediacontrol_new_from_instance()
AttributeError: 'Instance' object has no attribute
'mediacontrol_new_from_instance'
I use Fedora 13 64-bit and VLC 1.1.3 'The Luggage'.
Original comment by gia...@gmail.com
on 12 Sep 2010 at 1:33
see http://code.google.com/p/sopcast-player/issues/detail?id=43#c5 for a fix
Original comment by ila...@gmail.com
on 21 Sep 2010 at 12:15
Thank you Ilabor,
the only difference between Ubuntu and Fedora 64-bit is that the files vlc.py
and VLCWidget.py must to be paste in the folder /usr/lib64/sopcast-player/lib/
Now it works fine!
Original comment by gia...@gmail.com
on 25 Sep 2010 at 8:31
Version 0.6.0 address these issues.
Original comment by flyguy97
on 30 Apr 2011 at 5:23
Original issue reported on code.google.com by
maksymov...@gmail.com
on 24 Feb 2010 at 9:21