Skip to content

AzureSoraSDK.Exceptions.SoraValidationException: 'API version not supported' #4

Description

@Chikov2

Getting this error on await client.DownloadVideoAsync(videoUri, "output.mp4");

client is declared as follows: using var client = new SoraClient(endpoint, key, deploymentName);

The other initialization has the same issue:
var options = new SoraClientOptions();
options.Endpoint = endpoint;
options.ApiKey = key;
options.DeploymentName = deploymentName;
options.ApiVersion = "preview";

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions