gmaldonado79 / mlbtv-hls-nexdef

Automatically exported from code.google.com/p/mlbtv-hls-nexdef
0 stars 0 forks source link

Numerous errors when running mlbplay.py #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure if this is a problem with how I installed things but when I try to 
run mlbplay.py after installing mlbtv-hls-nexdef.

What steps will reproduce the problem?
1. Install everything per instructions, and using Webpath's NexDef plugin 
instructions at http://webpath.net/node/36
2. Try to launch mlbviewer with python mlbplay.py v=la j=07/08/2012 n=1 nu=1

What is the expected output? What do you see instead?
Instead of launching mlbviewer with the parameters specified I got:
raceback (most recent call last):
  File "mlbplay.py", line 174, in <module>
    available = mysched.getListings(cfg['speed'], cfg['blackout'])
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 665, in getListings
    return self.getXmlListings(myspeed, blackout)
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 669, in getXmlListings
    self.getData()
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 486, in getData
    self.data = self.__xmlToPython()
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 480, in __xmlToPython
    return self.__scheduleFromXml()
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 383, in __scheduleFromXml
    fp = parse(self.__getSchedule())
  File "/home/bpeng/mlbviewer2012/MLBviewer/mlbtv.py", line 324, in __getSchedule
    raise MLBUrlError
MLBviewer.mlbtv.MLBUrlError

What version of the product are you using? On what operating system?
Latest versions of everything (I installed it over the weekend) on Linux Mint 
Debian Edition with latest Debian testing updates and KDE 4.8.4

Original issue reported on code.google.com by peng.thi...@gmail.com on 9 Jul 2012 at 2:37

GoogleCodeExporter commented 9 years ago
This error seems to be in mlbviewer and not mlbhls.  

Original comment by thegryghost@gmail.com on 11 Jul 2012 at 2:26

GoogleCodeExporter commented 9 years ago
That's what I was thinking but I wanted to post it here in case it's an 
interaction issue.

Original comment by peng.thi...@gmail.com on 11 Jul 2012 at 12:48