acidburn0zzz / totem-pps

Automatically exported from code.google.com/p/totem-pps
GNU General Public License v2.0
2 stars 0 forks source link

issues loading the script into Totem #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow all steps described on howToInstall
2. load the plugin in totem

What is the expected output? 
the playList shall be populated with TV channels

What do you see instead?
No TV channels but only "Refreshing category List" 

What version of the product are you using? 
Last versions suggested by the totem-pps 

On what operating system?
Ubuntu 9.10

Please provide any additional information below.
whenever I'm trying to load the plugin into totem my console is outputting
the following:

Traceback (most recent call last):
  File "/usr/lib/totem/plugins/ppstream/ppstream.py", line 301, in
publish_results    self.callback (res, *self.args, **self.kwargs)
  File "/usr/lib/totem/plugins/ppstream/ppstream.py", line 676, in
on_classes_fetched    self.parse_class (res)
  File "/usr/lib/totem/plugins/ppstream/ppstream.py", line 769, in
parse_class    xmldoc = minidom.parseString (res)
  File "/usr/lib/python2.6/xml/dom/minidom.py", line 1928, in parseString
    return expatbuilder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 940, in
parseString    return builder.parseString(string)
  File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 223, in
parseString    parser.Parse(string, True)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 1, column 4

Original issue reported on code.google.com by b.m.am...@gmail.com on 23 Dec 2009 at 1:09

GoogleCodeExporter commented 9 years ago
The play list service provided by pps.tv has been shut down. I just added a new 
play 
list grabber to totem-pps.  Currently, it works for me at least. but even if 
you get 
back the play list, you still can't play any pps:// streams. You will get 
another 
problem. Please check issue #6 for more information.

Original comment by sunmoon1...@gmail.com on 23 Dec 2009 at 4:11