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.

YoutubeClient does not contain a definition for GetVideoInfoAsync

See original GitHub issue

I fell at the first hurdle with this error

`string videoId = “3u05B_mUgQU”;

var client = new YoutubeClient(); var videoInfo = await client.GetVideoInfoAsync(videoId);`

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Tyrrrzcommented, Apr 5, 2018

Check the project’s readme – https://github.com/Tyrrrz/YoutubeExplode#usage

0reactions
TEDSON007commented, Apr 5, 2018

Are there updated examples? I cannot find any.

Read more comments on GitHub >

github_iconTop Results From Across the Web

C# Package Tyrrrz/YoutubeExplode returning error 403 for ...
The code I'm using to get the video stream is: var youtube = new YoutubeClient(); var video = await youtube.GetVideoInfoAsync(" ...
Read more >
gelöst, WPF: does not contain a definition for Click - YouTube
form does not contain a definition for 'ctlDataGrid_MouseDoubleClick' and no accessible extension method 'ctlDataGrid_MouseDoubleClick' ...
Read more >
Got CS4036 error 'IAsyncOperation<BluetoothLEDevice> ...
I am getting this error but I do not know how to recover it. Error CS4036 'IAsyncOperation<BluetoothLEDevice>' does not contain a definition ......
Read more >
Error : String does not contain a definition for 'GetAwaiter'
Hi, i'm a newbie in async programming, i'm working on a Unity project and i want to make a piece of code working...
Read more >
'AsyncPageable<GenericResourceExpanded>' does not ...
I've been coding in .NET for a very-long-time, but this tripped me up. Run the following code: var resources = await client.Resources.
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