You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: