Microsoft.Rest.ClientRuntime License not viewable


Have clicked on “Repair dependencies” and is presented with two licenses that need to be installed: one is “Microsoft.Rest.ClientRuntime” the other “UiPath.System.Activities”
The link to the Microsoft.Rest.ClientRuntime “View License” pointing at “https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE” but does not open. It is required to accept both licenses to be able to continue, but this is not possible without being able to read the license (unless you want to do this blindfolded).

Try clicking here @m.frolich

It will redirect you to the URL and the URL is here : https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE

Unfortunately this link fails as well (points to the same place). Same behavior in Chrome and IE.

Can you let me know where it has redirected you to?

It doesn’t redirect it times out. Looks like it’s trying to establish a secure connection but fails.
Probably not related to your software - unless the link is faulty.

Are you able to open GitHub in your network? May be you have restricted github.

Here is the text, I mean license

The MIT License (MIT)

Copyright (c) 2019 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.