omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
553 stars 163 forks source link

Sequence contains no elements when downloading #177

Closed tesses50 closed 4 years ago

tesses50 commented 4 years ago

I use wii-linux-ngx and this library worked on my wii yesterday

But i still think the wii part is irrelevant to this issue

Khirath-bit commented 4 years ago

Got the same issue here. It worked on my windows computer yesterday.

Disseldoof commented 4 years ago

Hey, got the same issue. Can't exectuce GetAllVideos or GetVideo. ErrorMsg: Sequence contains no elements

noletoft commented 4 years ago

Same here, it seems to be a recorrent issue raised here couple of months ago : https://github.com/omansak/libvideo/issues/161

vincetota commented 4 years ago

Same issue here...

derekj-s commented 4 years ago

same here, this issue occurred randomly every once in a while, so a simple catch statement was able to fix it. Now it is consistently getting this error, so .GetVideo does not work at all. There is a 0 success rate, not sure what triggered this issue. It's probably from Youtubes end. Omansak please fix :(

GDMarconetto commented 4 years ago

Same here

ugurisik commented 4 years ago

same issue here

omansak commented 4 years ago

Can you test last commit ?

vincetota commented 4 years ago

It works now for me. Thank you Omansak!

alibalci7 commented 4 years ago

it still doesnt work for me what should i do for making it worked?

derekj-s commented 4 years ago

how do i test the last commit if I installed the package using NuGet?

omansak commented 4 years ago

@derekj-s Yes, i has just updated on nuget

noletoft commented 4 years ago

Working again! Thanks Omansak