Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. System.AggregateException
  2. HResult=0x80131500
  3. Message=One or more errors occurred. (Response status code does not indicate success: 403 Substatus: 0 Reason: (Request originated from client IP 76.113.155.150. This is blocked by your Cosmos DB account firewall settings.ActivityId: 6d8a38c1-e36a-4e7b-ba4a-79819436118b, Microsoft.Azure.Documents.Common/2.7.0, Windows/10.0.17763 cosmos-netstandard-sdk/3.4.1).)
  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 Legion.Data.DocumentProvider.<GetDocuments>d__11`1.MoveNext() in D:\Microsoft Visual Studio\2019\Legion\Legion\TableStore\DocumentProvider.cs:line 136
  10. at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
  11. at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
  12. at CABALTournamentBot.State.BotState..ctor(ITimerProvider timerProvider, IDocumentProvider documentProvider, IPlayerProvider playerProvider, ChallongeClient challongeClient) in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\State\BotState.cs:line 60
  13. at CABALTournamentBot.State.Bot.<RunBotAsync>d__10.MoveNext() in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\State\Bot.cs:line 77
  14. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  18. at CABALTournamentBot.Program.Main(String[] args) in D:\Microsoft Visual Studio\2019\Legion\Legion\CABAL\Program.cs:line 29
  19.  
  20. This exception was originally thrown at this call stack:
  21. Microsoft.Azure.Cosmos.ResponseMessage.EnsureSuccessStatusCode()
  22.  
  23. Inner Exception 1:
  24. CosmosException: Response status code does not indicate success: 403 Substatus: 0 Reason: (Request originated from client IP 76.113.155.150. This is blocked by your Cosmos DB account firewall settings.ActivityId: 6d8a38c1-e36a-4e7b-ba4a-79819436118b, Microsoft.Azure.Documents.Common/2.7.0, Windows/10.0.17763 cosmos-netstandard-sdk/3.4.1).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement