Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 KB | None | 0 0
  1. 7/17/2018 10:52 PM
  2. System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for svfamilyvargas@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---> OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"input[data-id='1'"}
  3. (Session info: headless chrome=65.0.3322.0)
  4. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  5. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  6. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  7. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
  8. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)
  9. at OpenQA.Selenium.By.<>c__DisplayClass23_0.<CssSelector>b__0(ISearchContext context)
  10. at OpenQA.Selenium.By.FindElement(ISearchContext context)
  11. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
  12. at Microsoft_Rewards.SearchHelper.<>c__DisplayClass1_0.<FindElement>b__0(IWebDriver b)
  13. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  14. --- End of inner exception stack trace ---
  15. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  16. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  17. at Microsoft_Rewards.SearchHelper.FindElement(WebDriverWait wait, By find)
  18. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  19. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  20. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass25_0.<Start>b__4()
  21. at System.Threading.Tasks.Task.InnerInvoke()
  22. at System.Threading.Tasks.Task.Execute()
  23. --- End of inner exception stack trace ---
  24. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  25. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  26. --- End of inner exception stack trace ---
  27. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  28. at Microsoft_Rewards.UserAccount.Search()
  29. at System.Threading.Tasks.Task.InnerInvoke()
  30. at System.Threading.Tasks.Task.Execute()
  31. --- End of inner exception stack trace ---
  32. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  33. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  34. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__32_1(UserAccount u)
  35. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  36. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  37. at System.Threading.Tasks.Task.InnerInvoke()
  38. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  39. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  40. --- End of inner exception stack trace ---
  41. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  42. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  43. at System.Threading.Tasks.Task.Wait()
  44. at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
  45. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  46. at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
  47. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  48. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__32_0()
  49. at System.Threading.Tasks.Task`1.InnerInvoke()
  50. at System.Threading.Tasks.Task.Execute()
  51. --- End of stack trace from previous location where exception was thrown ---
  52. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  53. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  54. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>d__32.MoveNext()
  55. --- End of stack trace from previous location where exception was thrown ---
  56. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  57. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  58. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  59. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  60. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  61. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  62. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  63. ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for svfamilyvargas@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---> OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"input[data-id='1'"}
  64. (Session info: headless chrome=65.0.3322.0)
  65. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  66. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  67. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  68. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
  69. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)
  70. at OpenQA.Selenium.By.<>c__DisplayClass23_0.<CssSelector>b__0(ISearchContext context)
  71. at OpenQA.Selenium.By.FindElement(ISearchContext context)
  72. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
  73. at Microsoft_Rewards.SearchHelper.<>c__DisplayClass1_0.<FindElement>b__0(IWebDriver b)
  74. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  75. --- End of inner exception stack trace ---
  76. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  77. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  78. at Microsoft_Rewards.SearchHelper.FindElement(WebDriverWait wait, By find)
  79. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  80. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  81. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass25_0.<Start>b__4()
  82. at System.Threading.Tasks.Task.InnerInvoke()
  83. at System.Threading.Tasks.Task.Execute()
  84. --- End of inner exception stack trace ---
  85. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  86. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  87. --- End of inner exception stack trace ---
  88. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  89. at Microsoft_Rewards.UserAccount.Search()
  90. at System.Threading.Tasks.Task.InnerInvoke()
  91. at System.Threading.Tasks.Task.Execute()
  92. --- End of inner exception stack trace ---
  93. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  94. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  95. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__32_1(UserAccount u)
  96. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  97. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  98. at System.Threading.Tasks.Task.InnerInvoke()
  99. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  100. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  101. ---> (Inner Exception #0) System.Exception: Exception in search handler for svfamilyvargas@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.WebDriverTimeoutException: Timed out after 30 seconds ---> OpenQA.Selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"input[data-id='1'"}
  102. (Session info: headless chrome=65.0.3322.0)
  103. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  104. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  105. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  106. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
  107. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)
  108. at OpenQA.Selenium.By.<>c__DisplayClass23_0.<CssSelector>b__0(ISearchContext context)
  109. at OpenQA.Selenium.By.FindElement(ISearchContext context)
  110. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
  111. at Microsoft_Rewards.SearchHelper.<>c__DisplayClass1_0.<FindElement>b__0(IWebDriver b)
  112. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  113. --- End of inner exception stack trace ---
  114. at OpenQA.Selenium.Support.UI.DefaultWait`1.ThrowTimeoutException(String exceptionMessage, Exception lastException)
  115. at OpenQA.Selenium.Support.UI.DefaultWait`1.Until[TResult](Func`2 condition)
  116. at Microsoft_Rewards.SearchHelper.FindElement(WebDriverWait wait, By find)
  117. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  118. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  119. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass25_0.<Start>b__4()
  120. at System.Threading.Tasks.Task.InnerInvoke()
  121. at System.Threading.Tasks.Task.Execute()
  122. --- End of inner exception stack trace ---
  123. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  124. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  125. --- End of inner exception stack trace ---
  126. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  127. at Microsoft_Rewards.UserAccount.Search()
  128. at System.Threading.Tasks.Task.InnerInvoke()
  129. at System.Threading.Tasks.Task.Execute()<---
  130. <---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement