View Single Post
Posts: 55 | Thanked: 6 times | Joined on Jul 2007
#54
Originally Posted by hvacengi View Post
Well, then I have a have good news for you, and bad for me. I managed to screw up my OS this morning, so I'm going through the process of reflashing (and cloning to internal card while I'm at it) and then I'll get to install from scratch as well shortly.

What you can do to help me out in figuring out what is wrong in your version is look for the log file that mlbviewer outputs by default. It's path is /home/user/MyDocs/mlboutputlog.txt (if you open the default file manager, it should be in the first folder that opens by default).
OK,
Sounds like you need a few hours to get everything back up and running. When you have some time here is the log file.

2008-06-11 01:35:44.300598
run
load_ui
load_conf
defaults made
{'show_player_command': 0, 'audio_player': 'mplayer -cache 64 -quiet -playlist', 'top_plays_player': 'mplayer -cache 2048 -quiet', 'time_offset': '0', 'audio_follow': [], 'video_player': 'mplayer -cache 2048 -quiet', 'user': '', 'pass': '', 'debug': 0, 'speed': '400', 'x_display': '', 'blackout': []}
doinstall
setup_cfg
Traceback (most recent call last):
File "/usr/lib/mlbviewer_gui/mlbviewer_gui.py", line 528, in <module>
app.run()
File "/usr/lib/mlbviewer_gui/mlbviewer_gui.py", line 486, in run
self.load_conf()
File "/usr/lib/mlbviewer_gui/mlbviewer_gui.py", line 374, in load_conf
self.doinstall(self.myconf,self.mydefaults,dir)
File "/usr/lib/mlbviewer_gui/mlbviewer_gui.py", line 411, in doinstall
self.setup_cfg(dct)
File "/usr/lib/mlbviewer_gui/mlbviewer_gui.py", line 389, in setup_cfg
if team in self.mycfg.data['audio_follow']:
AttributeError: 'mlbv_gui' object has no attribute 'mycfg'
 

The Following User Says Thank You to blade2002 For This Useful Post: