Playlist response is broken (search & normal playlists)
See original GitHub issueError: 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:
- Created 3 years ago
- Reactions:2
- Comments:31 (12 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
Looks like they removed that endpoint altogether.