Skip to content

'' is not a supported encoding name #1321

@lymims

Description

@lymims

Steps to Reproduce the Problem

  1. var r = client.Execute(request);
  2. System.ArgumentException: ''' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method.
    Parameter name: name'
var client = new RestClient("https://api.trello.com");
var request = new RestRequest("/1/actions/592f11060f95a3d3d46a987a");
var content = client.Execute(request);

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions