"Operation not supported on this platform" on Core 2, stable release 106.2.0
See original GitHub issueExpected Behavior
Request should be performed
Actual Behavior
Request is not performed. Error is encountered
Steps to Reproduce the Problem
var client = new RestClient("http://example.com");
var request = new RestRequest("/", Method.GET);
var response = client.Execute(request);
// response.IsSuccessful == false, response.ErrorMessage == "Operation not supported on this platform"
Specifications
- Version: 106.2.0
- Platform: .Net Core 2.0
No proxy is defined
StackTrace
System.PlatformNotSupportedException: Operation is not supported on this platform.
at System.Net.SystemWebProxy.GetProxy(Uri destination)
at System.Net.ServicePointManager.ProxyAddressIfNecessary(Uri& address, IWebProxy proxy)
at System.Net.ServicePointManager.FindServicePoint(Uri address, IWebProxy proxy)
at System.Net.HttpWebRequest.get_ServicePoint()
at RestSharp.Http.ConfigureWebRequest(String method, Uri url)
at RestSharp.Http.GetStyleMethodInternal(String method)
at RestSharp.Http.AsGet(String httpMethod)
at RestSharp.RestClient.DoExecuteAsGet(IHttp http, String method)
at RestSharp.RestClient.Execute(IRestRequest request, String httpMethod, Func`3 getResponse)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:6
- Comments:18 (4 by maintainers)
Top Results From Across the Web
Solved: 0x00004E24 This platform is not supported
Solved: Hi there everyone, I have a very weird problem. I installed new components into my pc yesterday including a new motherboard and ......
Read more >Pivotal Application Service v2.8 Release Notes
Some partner service tiles may be incompatible with Pivotal Platform v2.8. Pivotal is working with partners to ensure their tiles are updated to...
Read more >"This software is not supported on this operating system ...
"This software is not supported on this operating system version and some features might not work" error message on trying to install Lifecam ......
Read more >Federal Register, Volume 85 Issue 149 (Monday, August 3, ...
Moves proposed 8 CFR 106.3(d)(1) and (d)(2) (not permitting a fee waiver for a requestor who is subject to the affidavit of support, ......
Read more >Paragon Pathfinder API Documentation
The Juniper Networks Paragon PathFinder API enables querying of topology, management of topology planning parameters, and management of TE-LSP.
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 Free
Top 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
When I rollback to 106.1.0, it works. Hope someone will fix it for next release.
Rolling back to 106.1.0 helps me too. I’ve the same issue at 106.2