Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when starting a level during a playlist download #77

Open
qqrz997 opened this issue Nov 12, 2024 · 0 comments
Open

Error when starting a level during a playlist download #77

qqrz997 opened this issue Nov 12, 2024 · 0 comments

Comments

@qqrz997
Copy link

qqrz997 commented Nov 12, 2024

starting a song while a download is queued throws an error and seems to cause further errors down the line when trying to download other playlists, making it not possible to download more songs. internal restart does not let you get around this

[ERROR @ 12:39:44 | PlaylistManager] Failed to download Song 9B4C4BEE27E8424C1EEBF919C1EEDB0750522522. Exception: System.ArgumentNullException: Buffer cannot be null.
[ERROR @ 12:39:44 | PlaylistManager] Parameter name: buffer
[ERROR @ 12:39:44 | PlaylistManager]   at System.IO.MemoryStream..ctor (System.Byte[] buffer, System.Boolean writable) [0x00009] in <51fded79cd284d4d911c5949aff4cb21>:0
[ERROR @ 12:39:44 | PlaylistManager]   at System.IO.MemoryStream..ctor (System.Byte[] buffer) [0x00000] in <51fded79cd284d4d911c5949aff4cb21>:0
[ERROR @ 12:39:44 | PlaylistManager]   at (wrapper remoting-invoke-with-check) System.IO.MemoryStream..ctor(byte[])
[ERROR @ 12:39:44 | PlaylistManager]   at PlaylistManager.Downloaders.PlaylistSequentialDownloader.ExtractZipAsync (System.Byte[] zip, System.String customSongsPath, System.String songName, System.Boolean overwrite) [0x0002e] in <7a2e19ce543544f8a936f6e4e36daa6c>:0
[ERROR @ 12:39:44 | PlaylistManager]   at PlaylistManager.Downloaders.PlaylistSequentialDownloader.BeatSaverBeatmapDownload (BeatSaverSharp.Models.Beatmap song, BeatSaverSharp.Models.BeatmapVersion songversion, System.Threading.CancellationToken token, System.IProgress`1[T] progress) [0x00142] in <7a2e19ce543544f8a936f6e4e36daa6c>:0
[ERROR @ 12:39:44 | PlaylistManager]   at PlaylistManager.Downloaders.PlaylistSequentialDownloader.BeatmapDownloadByHash (System.String hash, System.Threading.CancellationToken token, System.IProgress`1[T] progress) [0x0018e] in <7a2e19ce543544f8a936f6e4e36daa6c>:0```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant