audio-band
audio-band copied to clipboard
Crash when behind a proxy server
Hi! Thank you for adding proxy support! Though I still getting 407 Auth Required exception after successful Spotify API authorization.
Here is stack trace:
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
in SpotifyAPI.Web.Auth.AuthorizationCodeAuth.<ExchangeCode>d__11.MoveNext()
--- End stack trace from previous location where exception was thrown. ---
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
in SpotifyAudioSource.SpotifyAudioSource.<OnAuthReceived>d__71.MoveNext() в C:\projects\audio-band\src\SpotifyAudioSource\SpotifyAudioSource.cs: 230
--- End stack trace from previous location where exception was thrown. ---
in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
in System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
in System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
in System.Threading.ThreadPoolWorkQueue.Dispatch()
Thanks, I'll get it fixed when I can.
update note: the issue is due to authentication not using proxy settings but the api client itself is