I use OneDrive business.
Exception:
Microsoft.SharePoint.Client.IdcrlException: 'Identity Client Runtime Library (IDCRL) did not get a response from the Login server.'
Code:
The last line throws an exception.
context.Load(context.Web);
context.Load(context.Web.Lists);
context.Load(context.Web, web => web.ServerRelativeUrl);
context.ExecuteQuery();