BRamona / tv-maxe

Automatically exported from code.google.com/p/tv-maxe
0 stars 0 forks source link

Fedora #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run under Fedora 16 
2.
3.

What is the expected output? What do you see instead?
    self.spc = subprocess.Popen([spauth, url, str(self.port1), str(self.port2)], stdin=subprocess.PIPE, stdout=subprocess.PIPE)
NameError: global name 'spauth' is not defined

What version of the product are you using? On what operating system?
tv-maxe-0.06.5

Please provide any additional information below.

tvmaxe.py:1804: GtkWarning: Failed to set text from markup due to error parsing 
markup: Error on line 1: Entity did not end with a semicolon; most likely you 
used an ampersand character without intending to start an entity - escape 
ampersand as &
  gtk.main()
SopCast: Incoming port: 36305
SopCast: Outgoing port: 54824
Exception in thread Thread-145:
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 508, in playChannel
    protocol.play(self.url)

Original issue reported on code.google.com by catalinf...@gmail.com on 30 Mar 2012 at 9:43

GoogleCodeExporter commented 9 years ago
Which version are you using? Do you have SopCast client installed in your $PATH 
(sp-sc or sp-sc-auth)?

Original comment by nitanovi...@gmail.com on 21 Apr 2012 at 10:29