audio-band icon indicating copy to clipboard operation
audio-band copied to clipboard

Crash when behind a proxy server

Open d-makarenko opened this issue 6 years ago • 2 comments

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()

d-makarenko avatar Dec 13 '18 11:12 d-makarenko

Thanks, I'll get it fixed when I can.

dsafa avatar Dec 17 '18 05:12 dsafa

update note: the issue is due to authentication not using proxy settings but the api client itself is

dsafa avatar Feb 14 '19 05:02 dsafa