Library stopped working....
See original GitHub issueSince a few days ago my code just suddenly halts without returning any errors on the "var streamInfoSet = await ytClient.GetVideoMediaStreamInfosAsync(parsedVideoId);"
command. Execution just never returns to the calling thread, ie. any and all of the commands following this await
never executes…
Any ideas?
PS: At first I thought it could be because I was running it in multiple threads (think I tested 5 max at some stage), but even after bringing it back to just 1 thread, the issue persisted.
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (9 by maintainers)
Top Results From Across the Web
Windows Libraries not working or opening? Restore ...
To fix this issue, first go and delete all the custom Libraries that you may have created and added. Also, delete all the...
Read more >Creative Cloud Libraries panel stopped working
After reinstalling Creative Cloud desktop app, the Creative Cloud Libraries panel stopped working. Learn how to fix this problem.
Read more >Opening a Library in Windows Explorer gives error that it is ...
This article provides a solution for fixing the error that shows it is no longer working when opening a Library in Windows Explorer....
Read more >Fix: Documents.library-ms is not working
The fix for this particular problem involves deleting the misbehaving library and then restoring the default library. Although this might seem ...
Read more >How To Fix Steam Library Sharing Not Working Issue?
Navigate to the device management page; · Click manage family library sharing and remove the device that isn't working; · Let the problematic...
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
For me everything works fine, but
DownloadMediaStreamAsync
takes about a minute to download a video that’s only 2-3 minutes long. It worked fine just a few days ago.@DanieSpreeth still having issues?