joeferraro / MavensMate-SublimeText

Sublime Text plugin for Salesforce developers. Aims to replace the Eclipse-based Force.com IDE.
http://mavensmate.com
GNU General Public License v3.0
290 stars 119 forks source link

error when I create a project #805

Closed stepangfil closed 8 years ago

stepangfil commented 8 years ago

OS: Ubuntu

`MAVENSMATE: Calling mm_interface MAVENSMATE: OPERATION: new_project

MAVENSMATE: mm command: MAVENSMATE: /home/stepan/.config/sublime-text-3/Packages/User/MavensMate/mm/mm -c SUBLIME_TEXT_3 --ui -o new_project

Exception in thread Thread-13: Traceback (most recent call last): File "/home/stepan/.config/sublime-text-3/Packages/MavensMate/lib/mm_interface.py", line 327, in run response_body = '\n'.join(mm_response) TypeError: sequence item 0: expected str instance, bytes found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "./python3.3/threading.py", line 901, in _bootstrap_inner File "/home/stepan/.config/sublime-text-3/Packages/MavensMate/lib/mm_interface.py", line 331, in run strs.append(line.decode('utf-8')) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfd in position 139: invalid start byte `