timonwong / OmniMarkupPreviewer

Sublime Text 2&3 plugin to live preview markup files, supported (not limited to) markup formats are markdown, reStructuredText, WikiCreole and textile.
MIT License
500 stars 74 forks source link

unable to preview and show error in console #123

Closed TheKiteRunning closed 6 years ago

TheKiteRunning commented 6 years ago

Hi ,the problem is as follows:

OmniMarkupPreviewer: [ERROR] Error while launching user defined web browser Traceback (most recent call last): File "D:\Program Files\Sublime Text 3\Data\Packages\OmniMarkupPreviewer\OmniMarkupPreviewer.py", line 80, in launching_web_browser_for_url subprocess.Popen(browser_command) File "./python3.3/subprocess.py", line 819, in init File "./python3.3/subprocess.py", line 1063, in _execute_child File "./python3.3/subprocess.py", line 632, in list2cmdline TypeError: Type str doesn't support the buffer API

Thank you!