Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. System.AggregateException
  2. HResult=0x80131500
  3. Message=One or more errors occurred. (Parameters: Connection String: RunAs=Developer; DeveloperTool=VisualStudio, Resource: https://vault.azure.net, Authority: https://login.windows.net/8b375887-77d6-4d02-8b41-e02b6c5120c4. Exception Message: Tried to get token using Visual Studio. Access token could not be acquired. )
  4. Source=System.Private.CoreLib
  5. StackTrace:
  6. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  7. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  8. at System.Threading.Tasks.Task`1.get_Result()
  9. at CABALTournamentBot.SecretProvider.GetSecret(String vaultName, String secretName) in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\SecretProvider.cs:line 17
  10. at CABALTournamentBot.State.Bot.<RunBotAsync>d__10.MoveNext() in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\State\Bot.cs:line 38
  11. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  12. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  13. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  14. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  15. at CABALTournamentBot.Program.Main(String[] args) in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\Program.cs:line 29
  16.  
  17. This exception was originally thrown at this call stack:
  18. Microsoft.Azure.Services.AppAuthentication.AzureServiceTokenProvider.GetAuthResultAsyncImpl(string, string, System.Threading.CancellationToken)
  19. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  20. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
  21. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
  22. Microsoft.Azure.Services.AppAuthentication.AzureServiceTokenProvider.get_KeyVaultTokenCallback.AnonymousMethod__8_0(string, string, string)
  23. System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  24. System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task)
  25. System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
  26. ...
  27. [Call Stack Truncated]
  28. Inner Exception 1:
  29. AzureServiceTokenProviderException: Parameters: Connection String: RunAs=Developer; DeveloperTool=VisualStudio, Resource: https://vault.azure.net, Authority: https://login.windows.net/8b375887-77d6-4d02-8b41-e02b6c5120c4. Exception Message: Tried to get token using Visual Studio. Access token could not be acquired.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement