liquidtimes / sopcast-player

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

Problems with Fedora 11 (x86_64) #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have a catalogue of issues with Fedora 11 - everything worked fine on
F10. As there are no F11 RPMs published here I am using the RPMs from
rpmfusion, you can find the source RPM's here:

http://6mata.com:8014/review/sp-auth-3.0.1-2.fc11.src.rpm
http://6mata.com:8014/review/sopcast-player-0.3.0-1.fc11.src.rpm

I love this app so hopefully I can help you resolve some of these issues!

Problem 1: Setting don't stick. 

Go to Preferences, make some changes, close. Re-open sopcast-player and the
settings do not seem to stick. It is also unclear whether it is picking up
settings from ~/.pySopCast/pySopCast.cfg at runtime as I get the message
"*** Unable to locate valid config! Falling back to auto-detection..." -
perhaps my config file is corrupt but if that is the case I feel it should
recreate a valid one? The RPM doesn't come with a "template" config file
and sopcast-player doesn't seem to create one on first-run.

Problem 2: Video buffers but I don't see it.

The video buffers but I don't see it displayed... this seems to be a
problem with mplayer perhaps?

When this happens and I close the app I get this dump:

Traceback (most recent call last):
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1306, in on_exit
    config_manager.write()
  File "/usr/share/sopcast-player/lib/ConfigurationManager.py", line 47, in
write
    config.set(section_name, attribute_name,
self.__escape(str(attribute_value)))
  File "/usr/lib64/python2.6/ConfigParser.py", line 668, in set
    "position %d" % (value, m.start()))
ValueError: invalid interpolation syntax in 'mplayer -ontop -geometry
100%%%%:100%%%%' at position 31
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib64/python2.6/threading.py", line 522, in __bootstrap_inner
    self.run()
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 135, in run
    self.parent.update_statusbar("%s" % _("Connecting"))
  File "/usr/share/sopcast-player/lib/sopcast-player.py", line 1350, in
update_statusbar
    self.status_bar.push(1, text)
AttributeError: 'NoneType' object has no attribute 'push'

Problem 3: Video opens in 2 windows

Sometimes, and I haven't worked out when or why, the video DOES play but it
plays in both sopcast player and in another VLC window - at least it works,
but I don't feel it should open two windows! Closing the "extra" VLC window
also closes sopcast-player. No idea why it chooses to use VLC on these
occasions rather than mplayer...?

Problem 4: App doesn't close gracefully.

Closing the application doesn't actually kill it, for example even after
closing sopcast-player I still see this in the process list and have to
kill them manually:

$ ps aux | grep sop
cnolan    3360  0.0  0.0  91800  1252 ?        S    20:47   0:00 /bin/sh
/usr/bin/sopcast-player
cnolan    3361  0.1  0.8 779688 35284 ?        Sl   20:47   0:00
/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.py
cnolan    3376  0.0  0.0  91800  1248 ?        S    20:50   0:00 /bin/sh
/usr/bin/sopcast-player
cnolan    3377  0.1  0.8 779720 35140 ?        Sl   20:50   0:00
/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.py
cnolan    3396  5.1  0.1  19304  5580 pts/0    Rl   20:52   0:12 sp-sc
sop://broker.sopcast.com:3912/6010 27878 44379

That's all for now!

Let me know if I can provide any further debugging.

Chris

Original issue reported on code.google.com by messagef...@gmail.com on 13 Jun 2009 at 8:02

GoogleCodeExporter commented 8 years ago
1) download the sp-auth.tar.gz
2) untar it, you will find an executable sp-auth in the extracted folder
3) move this binary ./sp-auth to /usr/bin with name sp-sc (/usr/bin/sp-sc)

then everything is completed

Original comment by jinc...@hotmail.com on 18 Aug 2009 at 8:13

GoogleCodeExporter commented 8 years ago
that doesn't help anything, i already have sp-auth installed and none of the 
problems
above are helped by doing that.

Original comment by messagef...@gmail.com on 30 Aug 2009 at 9:50

GoogleCodeExporter commented 8 years ago
Version 0.3.1, available in version control only for right now, should fix all 
the
issues noted.

Original comment by flyguy97 on 13 Nov 2009 at 5:50