Page MenuHomePhabricator

Unhandled exception in ipinfo command
Closed, ResolvedPublic

Description

2021-02-15 19:14:37,675 [Thread Pool Worker] ERROR Helpmebot.Commands.Commands.Information.IpInfoCommand [(null)] - Unhandled exception during command execution
System.Net.WebException: Error getting response stream (ReadDoneAsync2): ReceiveFailure
  at System.Net.WebResponseStream.InitReadAsync (System.Threading.CancellationToken cancellationToken) [0x000f3] in <6bc04dcac0a443ee834a449c98b8ed9d>:0
  at System.Net.WebOperation.Run () [0x001d9] in <6bc04dcac0a443ee834a449c98b8ed9d>:0
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <6bc04dcac0a443ee834a449c98b8ed9d>:0
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <6bc04dcac0a443ee834a449c98b8ed9d>:0
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <6bc04dcac0a443ee834a449c98b8ed9d>:0
  at Stwalkerster.Bot.MediaWikiLib.Services.WebServiceClient.DoApiCall (System.Collections.Specialized.NameValueCollection query, System.String endpoint, System.String userAgent, System.Net.CookieContainer cookieJar, System.Boolean post) [0x00108] in <8482d2b291814a25bab5628ba787619d>:0
  at Stwalkerster.Bot.MediaWikiLib.Services.WebServiceClient.DoApiCall (System.Collections.Specialized.NameValueCollection query, System.String endpoint, System.String userAgent) [0x00009] in <8482d2b291814a25bab5628ba787619d>:0
  at Helpmebot.Commands.Services.WhoisService.GetOrganisationName (System.Net.IPAddress ip) [0x00031] in <0f7e01285e864f149b2ae39630272bcd>:0
  at Helpmebot.Commands.Commands.Information.IpInfoCommand+<Execute>d__3.MoveNext () [0x0003e] in <0f7e01285e864f149b2ae39630272bcd>:0
  at System.Linq.Enumerable+ConcatIterator`1[TSource].MoveNext () [0x0002b] in <c5bd4c865d5d48d3b3ebe4d522fd6bd7>:0
  at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <d13c8b563008422a8c5aaec0a74089cc>:0
  at System.Collections.Generic.List`1[T].InsertRange (System.Int32 index, System.Collections.Generic.IEnumerable`1[T] collection) [0x000f4] in <d13c8b563008422a8c5aaec0a74089cc>:0
  at System.Collections.Generic.List`1[T].AddRange (System.Collections.Generic.IEnumerable`1[T] collection) [0x00000] in <d13c8b563008422a8c5aaec0a74089cc>:0
  at System.Linq.Enumerable+ConcatIterator`1[TSource].ToList () [0x00027] in <c5bd4c865d5d48d3b3ebe4d522fd6bd7>:0
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <c5bd4c865d5d48d3b3ebe4d522fd6bd7>:0
  at Stwalkerster.Bot.CommandLib.Commands.CommandUtilities.CommandBase.Run () [0x0027c] in <e9a464a4a56d4e44ae2d31863c436c9b>:0

Event Timeline

methecooldude mentioned this in Unknown Object (Diffusion Commit).Oct 18 2021, 6:10 PM
stwalkerster claimed this task.