You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to Sublime Text 2.0.2 I am getting this error when syncing a file to a local file:
Exception in thread Thread-139:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./SimpleSync.py", line 85, in run
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 8: ordinal not in range(128)
It happens with all of them.
Anyway, I'm not sure if is wasn't happening before the update, as I realized today after addding a new project so SimpleSync and checking the console.
Let me know if you need me to provide anything else.
The text was updated successfully, but these errors were encountered:
adosaiguas
pushed a commit
to adosaiguas/SimpleSync
that referenced
this issue
Jul 11, 2013
After updating to Sublime Text 2.0.2 I am getting this error when syncing a file to a local file:
Exception in thread Thread-139:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File "./SimpleSync.py", line 85, in run
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 8: ordinal not in range(128)
It happens with all of them.
Anyway, I'm not sure if is wasn't happening before the update, as I realized today after addding a new project so SimpleSync and checking the console.
Let me know if you need me to provide anything else.
The text was updated successfully, but these errors were encountered: