Skip to content

Multiple endpoints got disabled/removed for unapproved apps #1012

@karaokenerd

Description

@karaokenerd

I am making a calls to GetRelatedArtists(artistId):

var relatedArtistsTask = spotify.Artists.GetRelatedArtists(artist.Id);
var relatedArtists = relatedArtistsTask.Result.Artists;

Previously this worked, but now every call results in an exception:

System.AggregateException: 'artists/3zY660ZcTul3RHB95VHqBu/related-)'
Inner Exception:
APIException: Not Found

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