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
(bash) >15:01:56 $ å
bash: å: command not found
Traceback (most recent call last):
File "/usr/local/bin/log-recent", line 10, in<module>sys.exit(log())
File "/usr/local/lib/python2.7/site-packages/recent2.py", line 173, in log
return_value, pwd, session.id])
sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings.
The text was updated successfully, but these errors were encountered:
ssh connection got interrupted and when I press , log-recent fails with this
Traceback (most recent call last):
File "/Users/sai.suram/miniconda3/envs/bash/bin/log-recent", line 8, in <module>
sys.exit(log())
File "/Users/sai.suram/miniconda3/envs/bash/lib/python3.7/site-packages/recent2.py", line 256, in log
log_command(command=command, pid=pid, sequence=sequence, return_value=return_value, pwd=pwd)
File "/Users/sai.suram/miniconda3/envs/bash/lib/python3.7/site-packages/recent2.py", line 269, in log_command
[int(time.time()), command, pid, return_value, pwd, session.id])
UnicodeEncodeError: 'utf-8' codec can't encode character '\udc9d' in position 0: surrogates not allowed
The text was updated successfully, but these errors were encountered: