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.

await new YoutubeClient().GetChannelAsync() executes for 30 seconds

See original GitHub issue

Hi! After last update I noticed that YoutubeClient.GetChannelAsync() executes in 30 seconds on average! Since YouTube doesn’t provide channel icons for video items I need this feature. I use it like this new BitmapImage((await new YoutubeClient().GetChannelAsync(item.Snippet.ChannelId)).LogoUrl.ToUri())

Thanks in advance)

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
Tyrrrzcommented, Jul 12, 2019

Why not make those 25 requests sequentional instead? 😃 If it takes ~1 sec per request, I don’t think you would reap much benefit from parallelizing it.

0reactions
Tyrrrzcommented, Jul 12, 2019

You’re welcome

Read more comments on GitHub >

github_iconTop Results From Across the Web

C# Async / Await - Make your app more responsive and faster ...
Asynchronous programming can be intimidating. What is even worse is when you think you learned how to do something and then you try...
Read more >
Asynchronous JavaScript Course (Async/Await, Promises ...
... version: https://www.freecodecamp.org/ news /javascript- async - await -tutorial-learn-callbacks-promises- async - await -by-making-icecream/ ...
Read more >
Async/Await - JavaScript Tutorial - YouTube
Next, we'll move onto parallel execution. We'll see how we can use Promise.all () function to be able to execute multiple promises in ......
Read more >
Callbacks, Promises, Async Await | JavaScript Fetch API ...
Learn about Callbacks, Promises, and Async Await as the JavaScript ... The last 30 minutes gives examples of retrieving data from different ...
Read more >
Python Asynchronous Programming - AsyncIO & Async/Await
This Python Async tutorial will cover the ' async ' and ' await ' keyword, ... 04: 30 - Coroutines 07:35 - Async...
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