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.

Playlist response is broken (search & normal playlists)

See original GitHub issue

Error: Playlist response is broken. In most cases, this error indicates that the problem is on YouTube’s side and this is not a bug in the library. To resolve this error, please wait some time and try again. If this issue persists, please report it on the project’s GitHub page. YoutubeExplode.Exceptions.TransientFailureException

Code: static void Main(string[] args) { search(); Thread.Sleep(10000); } private static async void search() { var vids = await new YoutubeClient().Search.GetVideosAsync("random search"); Console.WriteLine(vids.Count); }

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:31 (12 by maintainers)

github_iconTop GitHub Comments

6reactions
Montegrocommented, Feb 11, 2021

Might be related to this one, but since this afternoon I can’t seem to fetch any playlists at all. In my code, it crashes right here;

LockControls(); var client = new YoutubeClient(); var playlist = await client.Playlists.GetVideosAsync(SUBSCRIPTION);

This bit’s from the subscriptions function I have, but the same rings true for importing a playlist on its own.

5reactions
Tyrrrzcommented, Feb 8, 2021

Looks like they removed that endpoint altogether.

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solved: Library search doesn't work inside all playlists b...
When I search my playlists for e.g the word "foolin" I only get some results. Some songs inside playlists that start with "foolin"...
Read more >
Filtering Through Playlist is Broken : r/spotify
When I open up my personalized Playlist and search for something. The results are shown like normal, but when I select the music...
Read more >
Cannot add songs to playlist [Apple Music]
I search for a song and try to add it to my playlist, it doesn't add. I've tried a good few things to...
Read more >
Shuffle broken for large Playlists. - YouTube Music ...
Shuffle straight up doesn't function as intended or expected for large Playlists. For a Playlist with over 500 songs, it plays the same...
Read more >
Spotify playlist curators complain about ongoing abuse that ...
Currently, playlists created by Spotify users can be reported in the app for a variety of reasons — like sexual, violent, dangerous, deceptive ......
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