zkharazishvili / sopcast-player

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

Channel guide downloads to 100% & feedsback "Server Down" #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install on Ubuntu 9.04 Jaunty
2. Address bug 7
3. Click Channel Guide

What is the expected output? What do you see instead?
I expect a server list, I get server down instead.

What version of the product are you using? On what operating system?
SopCast Player 0.2.1 for Debian based systems, Ubuntu 9.04 Jaunty.

Please provide any additional information below.
After manually finding a server url, and going to File>Open & pasting it,
the video buffers to 100% but there is no video or sound.

Original issue reported on code.google.com by michael....@gmail.com on 22 Apr 2009 at 4:18

GoogleCodeExporter commented 8 years ago
i have the same issue.. is there any other workaround on how to get the channel 
list?

Original comment by gunbladeiv on 24 Apr 2009 at 7:34

GoogleCodeExporter commented 8 years ago
same issue here, in ubuntu 9.04 amd64

Original comment by sam.del...@gmail.com on 25 Apr 2009 at 4:31

GoogleCodeExporter commented 8 years ago
same for me too in ubuntu 9.04 x86

Original comment by kaushal.siriwardena@gmail.com on 28 Apr 2009 at 1:23

GoogleCodeExporter commented 8 years ago
same issue in ubuntu 9.04 x86
Even I can not link to the default server at channel.sopcast.com. I changed it 
to
www.sopcast.com, and got this problem.

Original comment by C6H5NO2@gmail.com on 28 Apr 2009 at 3:17

GoogleCodeExporter commented 8 years ago
Same, but it looks like there's a workaround:
http://ubuntuforums.org/showthread.php?t=1032901&page=16

Original comment by otakuj...@gmail.com on 30 Apr 2009 at 5:21

GoogleCodeExporter commented 8 years ago
If you add conn.text_factory = str after every connection creation.
I think db_connect() itself can be modified to change but i am not
an expert on Python.
The attched file will work on 64 bit or 32 bit Suse 11.

Original comment by ranjanks...@gmail.com on 2 May 2009 at 2:16

Attachments:

GoogleCodeExporter commented 8 years ago
I seems to get this problem today. Yesterday was working fine. :(

Original comment by tangaych...@gmail.com on 3 May 2009 at 4:19

GoogleCodeExporter commented 8 years ago
This works with Ubuntu 9.04 for 'http://www.sopcast.com/gchlxml' server:

#!/bin/sh
/usr/bin/python2.5 /usr/share/sopcast-player/lib/sopcast-player.py $@

Original comment by nveljko...@gmail.com on 7 May 2009 at 11:25

GoogleCodeExporter commented 8 years ago
works for me

Original comment by sreejith...@gmail.com on 13 May 2009 at 5:14

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I use Ubuntu 9.04 and sopcast-player works for me now. I had two problems and 
the
recommended solutions both worked.

1. issue: I had to delete the .pyc-files in /usr/share/sopcast-player/lib and 
make a
change in /usr/bin/sopcast-player from .pyc to py

2. issue: This one. I replaced DatabaseOperations.py with the version from 
ranjanksharma.

That's it.

Original comment by tau...@gmail.com on 14 May 2009 at 7:09

GoogleCodeExporter commented 8 years ago
I added a fix to source available via svn. Please verify, thanks.

Original comment by flyguy97 on 17 May 2009 at 8:37

GoogleCodeExporter commented 8 years ago

Original comment by flyguy97 on 17 May 2009 at 8:39

GoogleCodeExporter commented 8 years ago
ranjanksharma's solution works fine.

Original comment by tangxi...@gmail.com on 18 May 2009 at 2:19

GoogleCodeExporter commented 8 years ago
ranjanksharma's solution works for me as well.  Yay teamwork.

Original comment by micheal....@gmail.com on 3 Jun 2009 at 9:57

GoogleCodeExporter commented 8 years ago
Python 2.6+ issues has been fixed and verified with Version 0.3.0.

Original comment by flyguy97 on 6 Jun 2009 at 7:02