-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No mapping for the Unicode character exists in the target multi-byte code page #2057
Comments
I was also able to repro this on microsoft/winget-pkgs#56499 as well. Looks like it's likely the Chinese characters in the InstallerUrl that's causing this issue because if I change the InstallerUrl to https://www.google.com it doesn't spew out the |
Azure Pipelines in the winget-pkgs repository is now hitting this error: microsoft/winget-pkgs#59030 (comment) |
It looks like this is triggered by having Unicode characters in the URL, and the culprit is this line:
Specifically, this part: filename.string()
Looks like changing it to |
Yes, I've already asked engineering to look into this one since it appears to be a relatively small fix. Thanks for linking the PRs! This helps tremendously. |
It should be |
Brief description of your issue
Logs from the
DiagOutputDir
folder with--verbose-logs
:winget validate
= https://pastebin.com/raw/a3WAmzPNwinget install
= https://pastebin.com/raw/A3xFjEwQwinget source update
= https://pastebin.com/raw/GBp1un8QMy
settings.json
file = https://pastebin.com/raw/q68y6PLXSteps to reproduce
Install
TTKN.CNKIExpress
version0.1.20
from microsoft/winget-pkgs#56247.PR files: https://github.com/vedantmgoyal2009/winget-pkgs/tree/b00cfb3c7534916f0c75b962235215caf185afc4/manifests/t/TTKN/CNKIExpress/0.1.20
Expected behavior
For the
TTKN.CNKIExpress
WinGet package to install successfully on my PC or VM.Actual behavior
I'm seeing the error below on Windows Terminal, Command Prompt, and Windows PowerShell:
which prevents me from installing the
TTKN.CNKIExpress
WinGet package.Environment
Any other software?
The text was updated successfully, but these errors were encountered: