SublimeServer icon indicating copy to clipboard operation
SublimeServer copied to clipboard

*.md file not found

Open snnwolf opened this issue 11 years ago • 0 comments

When I try open *.md file with server with ST3 on Mac OS X 10.10.1 I'll see next error:

Exception happened during processing of request from ('127.0.0.1', 63877)
Traceback (most recent call last):
  File "./socketserver.py", line 610, in process_request_thread
  File "./socketserver.py", line 345, in finish_request
  File "./socketserver.py", line 666, in __init__
  File "./http/server.py", line 400, in handle
  File "./http/server.py", line 388, in handle_one_request
  File "SublimeServer in /Users/snn/Library/Application Support/Sublime Text 3/Installed Packages/SublimeServer.sublime-package", line 138, in do_GET
  File "SublimeServer in /Users/snn/Library/Application Support/Sublime Text 3/Installed Packages/SublimeServer.sublime-package", line 231, in send_md
  File "./encodings/ascii.py", line 26, in decode
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 3: ordinal not in range(128)

Example of text:

## Информация
- контакты: адрес, телефон, карта проезда, форма обратной связи
- график работы
- врачи: фото, образование, стаж
- отзывы?
- документы: лицензии (где-то были сканы)

snnwolf avatar Jan 10 '15 14:01 snnwolf