-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeEncodeError: 'latin-1' codec can't encode character '\uf0e0' in position 0: ordinal not in range(256) #1557
Comments
This looks like it is related to some message in your initial buffer. Can you try to find the message and confirm by starting alot with |
your command gives me
And I've uploaded the content of |
That is the file as rendered by notmuch(1). Please upload the raw file from your mail folder. You can find it with |
sry, here you go:
|
That message looks harmless (it claims to be ascii and actually is ascii). Can you confirm that I just reread your #1557 (comment) and tested it. That is actually another error and not your original one. That was my bad I am sorry, alot seems to not like it when stdin is not a terminal. So we have to search the offending message like this:
If you find a message please also confirm that it reproduces your original error. |
I also reread the first exception and it seems to fail when encoding to latin1 (instead of decoding from latin1). So what is your |
Before you submit a bug report, please make sure that the issue still exists on the master branch!
Describe the bug
On start I get
Software Versions
To Reproduce
Steps to reproduce the behaviour:
Error Log
Please include all error information from the log file.
relevant part from the log
The text was updated successfully, but these errors were encountered: