Failed to load default-configuration.md with special User name character
See original GitHub issueIn My case I got this error:
Error: Failed to load 'file:///C:/Users/P%C3%A9terHerbel/.autorest/plugins/autorest/1.1.0/node_modules/autorest-core/resources/default-configuration.md' (NotFoundError: File does not exist at the specified endpoint)
at Object.<anonymous> (C:\Users\PéterHerbel\.autorest\plugins\autorest\1.1.0\node_modules\autorest-core\lib\ref\uri.js:43:19)
at Generator.throw (<anonymous>)
at rejected (C:\Users\PéterHerbel\AppData\Roaming\npm\node_modules\autorest\lib\polyfill.min.js:15:69)
at <anonymous>
I assume that the problem is the path encoding because the file is exsits here:
C:/Users/PéterHerbel/.autorest/plugins/autorest/1.1.0/node_modules/autorest-core/resources/default-configuration.md
Could you provider a workaround to solve my problem before the fix?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
onedrive/USAGE.md at master · abraunegg/onedrive - GitHub
You will be asked to open a specific URL by using your web browser where you will have to login into your Microsoft...
Read more >Error when you create a user name that contains a special ...
The e-mail name contains invalid characters. Cause. This behavior occurs because certain special characters aren't permitted in user names that ...
Read more >How to customize ASP.NET Identity Core Username to allow ...
My Question is how can I modify the builtin User Name to allow space and special characters. I am using ASP.NET Core. Thanks...
Read more >Loading Configuration Files | Junos OS - Juniper Networks
To load a configuration from the terminal, you use the following version of the load configuration mode command. Press Ctrl-d to end the...
Read more >User and Workspace Settings - Visual Studio Code
Another way to customize your editor by language is by running the global command Preferences: Configure Language Specific Settings (command ID: workbench.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pherbel Cool, thanks for verifying! We’ve also just made a stable release.
If the dependency isn’t fixed tomorrow (we’ll publish an AutoRest release), I’ll make AutoRest depend on a fixed fork of
node-get-uri
instead. 👍