Giter Site home page Giter Site logo

Comments (9)

shaked6540 avatar shaked6540 commented on May 25, 2024

I just tested it and it works just fine. Make sure you check the "Save every playlist in a different folder" checkbox in the settings like this:
image

If its still not working for you, I could look at the log files. The log files are located at %appdata%\Youtube Playlist Downloader (just copy paste that into file explorer and it will take you there), the file should be named Errors.txt

from youtubeplaylistdownloader.

Vansick1 avatar Vansick1 commented on May 25, 2024

[1/25/2022 6:36:22 AM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

That's the error message.

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

Is that the entire content of the file? It doesn't tell me much, looks like it just failed to calculate the average download speed which shouldn't affect anything except the download speed indicator.

Could you tell me what settings you were using, what playlists or videos you were trying to download, and what did you do to cause this error?

from youtubeplaylistdownloader.

Vansick1 avatar Vansick1 commented on May 25, 2024

[1/25/2022 4:55:11 AM], [LoadConsts at GlobalConsts]:

Config file does not exist, restoring defaults

[1/25/2022 4:55:11 AM], [RestoreDefaults at GlobalConsts]:

Restoring defaults

[1/25/2022 5:40:11 AM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

[1/25/2022 6:24:59 AM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

[1/25/2022 6:32:10 AM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

[1/25/2022 6:36:22 AM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

[1/25/2022 10:03:48 PM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

[1/25/2022 10:06:32 PM], [Dispatcher.InvokeAsync at DownloadPage.xaml.cs StartDownloading]:

System.InvalidOperationException: Collection was modified after the enumerator was instantiated.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at System.Collections.Generic.Queue1.Enumerator.MoveNext() at System.Linq.Enumerable.Average(IEnumerable1 source)
at YoutubePlaylistDownloader.DownloadPage.<>c__DisplayClass62_4.b__12()

That's the entire error log.

Also I'm trying to download Karl Smallwood's YouTube channel (https://www.youtube.com/channel/UCaR-e8ComPih10DqPi3sdWg) but whenever it starts the download it just downloads all the videos and does not actually create any subdirectories. I tried waiting until the downloads finished, but no dice there either.

The only settings that I have checked are "place playlists into separate folders" and "prefer videos with a resolution of 720p". Is there something I'm missing? Is the program expecting a specific page of the channel? Also I excluded my antivirus from affecting the program and nothing changed there either.

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

Thanks for letting me know about this bug! I released a new version which should fix it. Let me know if it works

from youtubeplaylistdownloader.

Vansick1 avatar Vansick1 commented on May 25, 2024

The program now downloads the individual channels into separate folders, but it does not save the individual playlists on the channel into their own folders.

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

The program was never meant to do that, when inserting a link to a channel the expected result is for all the videos in the channel to download.

from youtubeplaylistdownloader.

Vansick1 avatar Vansick1 commented on May 25, 2024

..oh. Well that explains things. My bad.

from youtubeplaylistdownloader.

shaked6540 avatar shaked6540 commented on May 25, 2024

No worries, there was still a bug that was fixed after all :)

from youtubeplaylistdownloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.