nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

separator does weird things #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When selecting a watch in the notifier window:

Traceback (most recent call last):
  File "/home/jeff/trunks/specto-woutc/spectlib/notifier.py", line 413, in
show_watch_info
    log_text = self.specto.logger.watch_log(watch.name)
  File "/home/jeff/trunks/specto-woutc/spectlib/logger.py", line 252, in
watch_log
    if line != "" and line.split("&Separator;")[2].strip() == watch_name:
IndexError: list index out of range

The visual output is attached as a screenshot (look at the info pane).
Question: what is that separator thing that keeps cropping up weird bugs?
Maybe it corrupt my logs/cache again, I don't know...

Original issue reported on code.google.com by nekoh...@gmail.com on 1 Apr 2008 at 9:04

Attachments:

GoogleCodeExporter commented 9 years ago
Because the error log file changed, you have to remove it first (logging is now 
saved
in a different way)

so remove the file: ~/.config/specto/specto.log

Original comment by woutclym...@gmail.com on 2 Apr 2008 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 2 Apr 2008 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by nekoh...@gmail.com on 16 Apr 2011 at 3:25