L0um15 / Spotisharp

Cross-platform music assistant
MIT License
51 stars 11 forks source link

unhandled exception #40

Open Mrpolack opened 11 months ago

Mrpolack commented 11 months ago

On windows with dotnet 6, after the first downloads:

at Program.<>cDisplayClass0_3.<

$>b3(Tuple2 pValues) in D:\a\Spotisharp\Spotisharp\Spotisharp.Client\Program.cs:line 244-- at System.Progress1.InvokeHandlers(Object state) at System.Threading.SynchronizationContext.<>c.b8_0(ValueTuple2 s) at System.Threading.QueueUserWorkItemCallbackDefaultContext1.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback() W #1 ::: ███▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ D: 017% Q:064 ::: Hollywood Pictures Orchestra - Starship Troopers - Klendathu Drop --- StackTrace --- at System.String.Ctor(Char c, Int32 count) at Program.<>cDisplayClass0_3.<
$>b3(Tuple2 pValues) in D:\a\Spotisharp\Spotisharp\Spotisharp.Client\Program.cs:line 244 at System.Progress1.InvokeHandlers(Object state) at System.Threading.SynchronizationContext.<>c.b8_0(ValueTuple2 s) at System.Threading.QueueUserWorkItemCallbackDefaultContext1.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback() --- TargetSide --- System.String Ctor(Char, Int32) Unhandled exception.

L0um15 commented 11 months ago

Have you resized console window while progress bar was filling up?

Spotisharp did this on itself or have you interacted with the console window in any way while it was working? (i dont mean minimalizing.)