question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Operation not supported on this platform" on Core 2, stable release 106.2.0

See original GitHub issue

Expected 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:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:18 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
Oceania2018commented, Jan 3, 2018

When I rollback to 106.1.0, it works. Hope someone will fix it for next release.

4reactions
granstelcommented, Jan 4, 2018

Rolling back to 106.1.0 helps me too. I’ve the same issue at 106.2

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found