Closed GoogleCodeExporter closed 9 years ago
Can you run TV-Maxe from console, reproduce the bug and tell us the output?
Original comment by nitanovi...@gmail.com
on 9 May 2011 at 5:29
...thanks for the swift reply; here's the output;
tubuntu@Asus-Eee-PC:~$ tvmaxe
Exception in thread Thread-109:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 505, in run
self.__target(*self.__args, **self.__kwargs)
File "tvmaxe.py", line 438, in playChannel
self.mediaPlayer.spcConnect(self.url, self.name)
File "/usr/share/tvmaxe/mediaBackend.py", line 82, in spcConnect
self.spc = subprocess.Popen(['sp-sc-auth', url, str(self.port1), str(self.port2)], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 672, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1213, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Original comment by bytebust...@gmail.com
on 9 May 2011 at 1:12
It seems that you don't have SopCast installed. Could you tell me the output of
the following commands:
sp-sc-auth
sp-sc
Original comment by nitanovi...@gmail.com
on 9 May 2011 at 1:14
...uh weird, as stated above I do have SopCast installed;
ubuntu@Asus-Eee-PC:~$ sp-sc-auth
sp-sc-auth: command not found
ubuntu@Asus-Eee-PC:~$ sp-sc
SC Version: 3.2.6 Build time: 2009-11-09 15:09
Usage:
./sp-sc [-TpI] [-b ipaddr] [-u username:password] [-n out:total] <sop://url>
<localport> <playerport>
ubuntu@Asus-Eee-PC:~$
Original comment by bytebust...@gmail.com
on 9 May 2011 at 1:23
Yes, it's installed, but it's executable is found as sp-sc. Do this (as root)
to fix your problem:
ln /usr/bin/sp-sc /usr/bin/sp-sc-auth
Also this bug is solved in the future 0.0.6, so this kind of workarounds will
not be needed anymore.
Original comment by nitanovi...@gmail.com
on 9 May 2011 at 1:25
...geez, the output should have told me. What puzzles me is why it worked
before... Anyways creating the symlink solved the problem!
Appreciate the swift replies, thank you very much!
Looking fwd to the 0.0.6 version.
Original comment by bytebust...@gmail.com
on 9 May 2011 at 1:53
Original comment by nitanovi...@gmail.com
on 9 May 2011 at 1:59
with the exact same issue now i get this error : SopCast module has stopped
running. This mean that the stream is no longer available or that 'sp-sc-auth'
process cannot be executed.
pls help
Original comment by graphicc...@yahoo.it
on 22 May 2011 at 9:02
after 3 reboots i do not get the error message anymore. thank u for the great
program
Original comment by graphicc...@yahoo.it
on 22 May 2011 at 2:27
Original issue reported on code.google.com by
bytebust...@gmail.com
on 9 May 2011 at 12:52