-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UnicodeDecodeError #262
Comments
@starcraftman Hi, any idea on this? |
@junegunn Hi there, been a while. Offhand, my assumption would be he's using python3 installer & some char popped into the stream that the character decoder couldn't handle. Probably not a difficult fix, but I need to reproduce it on my end. Mainly still use 2. @artofhuman To debug, please provide:
|
@starcraftman Thanks for looking into it. I added you as a collaborator and assigned you to this. Hope you don't mind. |
@junegunn Sounds good, I'll try pitch in when around. No problem on this bug, once I can reproduce should be simple. Bit of a nuisance some of these 3.0 changes. |
I think its happen because my locale is RU You can see my vimrc in this repo |
@artofhuman I'm not sure how best to test this on my end, short of setting my whole system to RU. If you don't mind, could you try this version of plug. Just overwrite your plug.vim file with it, you can revert to the master version with |
@starcraftman I tried this version and update works. Thanks. |
@artofhuman Interesting. By default seems decode only interprets ascii chars. A bit inconvenient given prevalence of UTF-8. I guess performance? I'll make a PR promptly. |
@starcraftman Great job. I'm cool with that you merge the PR yourself or just push the commit to master if it's a fix for python installer and you find it more convenient. |
Hi, i have problem with update plugins
I run PlugUpgrade and then PlugUpdate and get errors UnicodeDecodeError, see screen
The text was updated successfully, but these errors were encountered: