shime / sublime-livedown

Sublime plugin for Livedown.
43 stars 2 forks source link

Doesn't open in browser #2

Open jfeust opened 9 years ago

jfeust commented 9 years ago

When I go to "Livedown: Preview" on a .md file it doesn't open in a browser window. I'm not sure how to debug.

Sublime Text 3

shime commented 9 years ago

what happens if you manually call the command with

$ livedown start path/to/file --open
jfeust commented 9 years ago

Opens in Chrome just like I'd expect.

chrp commented 7 years ago

If you check the console afterwards you'll find a syntax error:

  File "/Users/chrp/Library/Application Support/Sublime Text 3/Packages/Livedown/monitor.py", line 19
    except OSError, e:
                  ^

Fixing that into except OSError as e did only get me to the next exception.

Guess this plugin is broken in it's current state. But livedown itself is great!