Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 69.26 KB | None | 0 0
  1. 8/22/2018 7:05 PM
  2. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:53006/session/4ce70d348e8a3ac654b7030c820f6381/window timed out after 60 seconds. ---> System.Net.WebException: The request was aborted: The operation has timed out.
  3. at System.Net.HttpWebRequest.GetResponse()
  4. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  5. --- End of inner exception stack trace ---
  6. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  7. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  8. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  9. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  10. at Microsoft_Rewards.SearchHandler.InitializeBrowser(String platform, String userAgent)
  11. at Microsoft_Rewards.SearchHandler.CheckPoints()
  12. at Microsoft_Rewards.SearchHandler.<Start>b__27_0(Object _)
  13. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  14. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  15. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  16. at System.Threading.TimerQueueTimer.CallCallback()
  17. at System.Threading.TimerQueueTimer.Fire()
  18. at System.Threading.TimerQueue.FireNextTimers()
  19. at System.Threading.TimerQueue.AppDomainTimerCallback()
  20. 8/27/2018 5:50 AM
  21. OpenQA.Selenium.WebDriverException: no such session
  22. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  23. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  24. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  25. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  26. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  27. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  28. at Microsoft_Rewards.SearchHandler.CheckPoints()
  29. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  30. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  31. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  32. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  33. at System.Threading.TimerQueueTimer.CallCallback()
  34. at System.Threading.TimerQueueTimer.Fire()
  35. at System.Threading.TimerQueue.FireNextTimers()
  36. at System.Threading.TimerQueue.AppDomainTimerCallback()
  37. 8/28/2018 2:26 AM
  38. System.Exception: Error checking points, "dashboard" unavailable
  39. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  40. at Microsoft_Rewards.SearchHandler.CheckPoints()
  41. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  42. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  43. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  44. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  45. at System.Threading.TimerQueueTimer.CallCallback()
  46. at System.Threading.TimerQueueTimer.Fire()
  47. at System.Threading.TimerQueue.FireNextTimers()
  48. at System.Threading.TimerQueue.AppDomainTimerCallback()
  49. 8/28/2018 3:45 AM
  50. System.Exception: Error checking points, "dashboard" unavailable
  51. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  52. at Microsoft_Rewards.SearchHandler.CheckPoints()
  53. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  54. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  55. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  56. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  57. at System.Threading.TimerQueueTimer.CallCallback()
  58. at System.Threading.TimerQueueTimer.Fire()
  59. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  60. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  61. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  62. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  63. 8/28/2018 3:46 AM
  64. OpenQA.Selenium.WebDriverException: A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://localhost:49737/session/4a300999fe098752b1c0f3b2ec7d3a2e/window. The status of the exception was ReceiveFailure, and the message was: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
  65. at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  66. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  67. --- End of inner exception stack trace ---
  68. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  69. at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  70. at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
  71. --- End of inner exception stack trace ---
  72. at System.Net.HttpWebRequest.GetResponse()
  73. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  74. --- End of inner exception stack trace ---
  75. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  76. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  77. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  78. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  79. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  80. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  81. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  82. at Microsoft_Rewards.SearchHandler.CheckPoints()
  83. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  84. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  85. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  86. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  87. at System.Threading.TimerQueueTimer.CallCallback()
  88. at System.Threading.TimerQueueTimer.Fire()
  89. at System.Threading.TimerQueue.FireNextTimers()
  90. at System.Threading.TimerQueue.AppDomainTimerCallback()
  91. 8/28/2018 1:51 PM
  92. OpenQA.Selenium.WebDriverException: no such session
  93. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  94. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  95. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  96. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  97. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  98. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  99. at Microsoft_Rewards.SearchHandler.CheckPoints()
  100. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  101. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  102. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  103. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  104. at System.Threading.TimerQueueTimer.CallCallback()
  105. at System.Threading.TimerQueueTimer.Fire()
  106. at System.Threading.TimerQueue.FireNextTimers()
  107. at System.Threading.TimerQueue.AppDomainTimerCallback()
  108. 8/29/2018 2:28 AM
  109. System.Exception: Error checking points, "dashboard" unavailable
  110. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  111. at Microsoft_Rewards.SearchHandler.CheckPoints()
  112. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  113. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  114. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  115. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  116. at System.Threading.TimerQueueTimer.CallCallback()
  117. at System.Threading.TimerQueueTimer.Fire()
  118. at System.Threading.TimerQueue.FireNextTimers()
  119. at System.Threading.TimerQueue.AppDomainTimerCallback()
  120. 8/29/2018 2:29 AM
  121. OpenQA.Selenium.WebDriverException: A exception with a null response was thrown sending an HTTP request to the remote WebDriver server for URL http://localhost:49681/session/0ecafb9237a286f1174e9dbdb9c4153a/window. The status of the exception was ReceiveFailure, and the message was: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
  122. at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  123. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  124. --- End of inner exception stack trace ---
  125. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  126. at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  127. at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
  128. --- End of inner exception stack trace ---
  129. at System.Net.HttpWebRequest.GetResponse()
  130. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  131. --- End of inner exception stack trace ---
  132. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  133. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  134. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  135. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  136. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  137. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  138. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  139. at Microsoft_Rewards.SearchHandler.CheckPoints()
  140. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  141. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  142. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  143. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  144. at System.Threading.TimerQueueTimer.CallCallback()
  145. at System.Threading.TimerQueueTimer.Fire()
  146. at System.Threading.TimerQueue.FireNextTimers()
  147. at System.Threading.TimerQueue.AppDomainTimerCallback()
  148. 8/29/2018 3:55 AM
  149. OpenQA.Selenium.WebDriverException: no such session
  150. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  151. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  152. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  153. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  154. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  155. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  156. at Microsoft_Rewards.SearchHandler.CheckPoints()
  157. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  158. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  159. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  160. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  161. at System.Threading.TimerQueueTimer.CallCallback()
  162. at System.Threading.TimerQueueTimer.Fire()
  163. at System.Threading.TimerQueue.FireNextTimers()
  164. at System.Threading.TimerQueue.AppDomainTimerCallback()
  165. 8/30/2018 2:29 AM
  166. System.Exception: Error checking points, "dashboard" unavailable
  167. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  168. at Microsoft_Rewards.SearchHandler.CheckPoints()
  169. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  170. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  171. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  172. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  173. at System.Threading.TimerQueueTimer.CallCallback()
  174. at System.Threading.TimerQueueTimer.Fire()
  175. at System.Threading.TimerQueue.FireNextTimers()
  176. at System.Threading.TimerQueue.AppDomainTimerCallback()
  177. 8/30/2018 3:55 AM
  178. OpenQA.Selenium.WebDriverException: no such session
  179. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  180. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  181. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  182. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  183. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  184. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  185. at Microsoft_Rewards.SearchHandler.CheckPoints()
  186. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  187. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  188. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  189. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  190. at System.Threading.TimerQueueTimer.CallCallback()
  191. at System.Threading.TimerQueueTimer.Fire()
  192. at System.Threading.TimerQueue.FireNextTimers()
  193. at System.Threading.TimerQueue.AppDomainTimerCallback()
  194. 9/3/2018 2:30 AM
  195. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49760/session/554b7ce7c01e5b574c18b56b3754f74a/url timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
  196. at System.Net.HttpWebRequest.GetResponse()
  197. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  198. --- End of inner exception stack trace ---
  199. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  200. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  201. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  202. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  203. at OpenQA.Selenium.Remote.RemoteWebDriver.set_Url(String value)
  204. at OpenQA.Selenium.Remote.RemoteNavigator.GoToUrl(String url)
  205. at Microsoft_Rewards.ThreadSafeRewardDriver.Authenticate(IWebDriver browser)
  206. at Microsoft_Rewards.ThreadSafeRewardDriver.LaunchBrowser(ConnectionLock connection)
  207. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  208. at Microsoft_Rewards.SearchHandler.CheckPoints()
  209. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  210. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  211. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  212. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  213. at System.Threading.TimerQueueTimer.CallCallback()
  214. at System.Threading.TimerQueueTimer.Fire()
  215. at System.Threading.TimerQueue.FireNextTimers()
  216. at System.Threading.TimerQueue.AppDomainTimerCallback()
  217. 9/4/2018 2:26 AM
  218. System.NullReferenceException: Object reference not set to an instance of an object.
  219. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  220. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  221. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  222. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  223. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  224. --- End of stack trace from previous location where exception was thrown ---
  225. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  226. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  227. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  228. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  229. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  230. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  231. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  232. 9/5/2018 2:23 AM
  233. System.Exception: Error checking points, "dashboard" unavailable
  234. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  235. at Microsoft_Rewards.SearchHandler.CheckPoints()
  236. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  237. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  238. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  239. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  240. at System.Threading.TimerQueueTimer.CallCallback()
  241. at System.Threading.TimerQueueTimer.Fire()
  242. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  243. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  244. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  245. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  246. 9/5/2018 3:44 AM
  247. System.Exception: Error checking points, "dashboard" unavailable
  248. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  249. at Microsoft_Rewards.SearchHandler.CheckPoints()
  250. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  251. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  252. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  253. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  254. at System.Threading.TimerQueueTimer.CallCallback()
  255. at System.Threading.TimerQueueTimer.Fire()
  256. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  257. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  258. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  259. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  260. 9/5/2018 2:01 PM
  261. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  262. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  263. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  264. at System.IO.File.Delete(String path)
  265. at Microsoft_Rewards.Program.CleanAppData()
  266. at Microsoft_Rewards.Program.Main()
  267. 9/5/2018 2:02 PM
  268. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  269. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  270. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  271. at System.IO.File.Delete(String path)
  272. at Microsoft_Rewards.Program.CleanAppData()
  273. at Microsoft_Rewards.Program.Main()
  274. 9/5/2018 2:03 PM
  275. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  276. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  277. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  278. at System.IO.File.Delete(String path)
  279. at Microsoft_Rewards.Program.CleanAppData()
  280. at Microsoft_Rewards.Program.Main()
  281. 9/5/2018 2:05 PM
  282. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  283. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  284. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  285. at System.IO.File.Delete(String path)
  286. at Microsoft_Rewards.Program.CleanAppData()
  287. at Microsoft_Rewards.Program.Main()
  288. 9/5/2018 5:12 PM
  289. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  290. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  291. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  292. at System.IO.File.Delete(String path)
  293. at Microsoft_Rewards.Program.CleanAppData()
  294. at Microsoft_Rewards.Program.Main()
  295. 9/5/2018 8:49 PM
  296. System.UnauthorizedAccessException: Access to the path 'C:\Users\Marcelo\AppData\Roaming\Microsoft Rewards Automater\BrowserProfiles\bQBhAHIAYwBlAGwAbwBtAGUAbgBkAGUAegAwAGUAeABjAEAAZwBtAGEAaQBsAC4AYwBvAG0A-desktop\CrashpadMetrics-active.pma' is denied.
  297. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  298. at System.IO.File.InternalDelete(String path, Boolean checkHost)
  299. at System.IO.File.Delete(String path)
  300. at Microsoft_Rewards.Program.CleanAppData()
  301. at Microsoft_Rewards.Program.Main()
  302. 9/6/2018 2:31 AM
  303. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49751/session/9fb1cf6a32aaf4d160d26e9fd776a2e3/execute_async timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
  304. at System.Net.HttpWebRequest.GetResponse()
  305. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  306. --- End of inner exception stack trace ---
  307. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  308. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  309. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  310. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  311. at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
  312. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  313. at Microsoft_Rewards.SearchHandler.CheckPoints()
  314. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  315. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  316. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  317. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  318. at System.Threading.TimerQueueTimer.CallCallback()
  319. at System.Threading.TimerQueueTimer.Fire()
  320. at System.Threading.TimerQueue.FireNextTimers()
  321. at System.Threading.TimerQueue.AppDomainTimerCallback()
  322. 9/6/2018 6:17 AM
  323. System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for c***********2@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  324. (Session info: headless chrome=65.0.3322.0)
  325. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  326. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  327. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  328. at OpenQA.Selenium.Remote.RemoteWebElement.GetAttribute(String attributeName)
  329. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  330. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  331. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass22_1.<Start>b__4()
  332. at System.Threading.Tasks.Task.InnerInvoke()
  333. at System.Threading.Tasks.Task.Execute()
  334. --- End of inner exception stack trace ---
  335. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  336. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  337. --- End of inner exception stack trace ---
  338. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  339. at Microsoft_Rewards.UserAccount.Search()
  340. at System.Threading.Tasks.Task.InnerInvoke()
  341. at System.Threading.Tasks.Task.Execute()
  342. --- End of inner exception stack trace ---
  343. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  344. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  345. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__38_1(UserAccount u)
  346. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  347. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  348. at System.Threading.Tasks.Task.InnerInvoke()
  349. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  350. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  351. --- End of inner exception stack trace ---
  352. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  353. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  354. at System.Threading.Tasks.Task.Wait()
  355. 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)
  356. 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)
  357. 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)
  358. at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body)
  359. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__38_0()
  360. at System.Threading.Tasks.Task`1.InnerInvoke()
  361. at System.Threading.Tasks.Task.Execute()
  362. --- End of stack trace from previous location where exception was thrown ---
  363. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  364. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  365. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>d__38.MoveNext()
  366. --- End of stack trace from previous location where exception was thrown ---
  367. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  368. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  369. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  370. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  371. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  372. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  373. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  374. ---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.Exception: Exception in search handler for c***********2@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  375. (Session info: headless chrome=65.0.3322.0)
  376. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  377. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  378. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  379. at OpenQA.Selenium.Remote.RemoteWebElement.GetAttribute(String attributeName)
  380. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  381. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  382. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass22_1.<Start>b__4()
  383. at System.Threading.Tasks.Task.InnerInvoke()
  384. at System.Threading.Tasks.Task.Execute()
  385. --- End of inner exception stack trace ---
  386. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  387. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  388. --- End of inner exception stack trace ---
  389. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  390. at Microsoft_Rewards.UserAccount.Search()
  391. at System.Threading.Tasks.Task.InnerInvoke()
  392. at System.Threading.Tasks.Task.Execute()
  393. --- End of inner exception stack trace ---
  394. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  395. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  396. at Microsoft_Rewards.FrmUserDetails.<StartAllSearchesAsync>b__38_1(UserAccount u)
  397. at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__0(Int32 i)
  398. at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
  399. at System.Threading.Tasks.Task.InnerInvoke()
  400. at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
  401. at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
  402. ---> (Inner Exception #0) System.Exception: Exception in search handler for c***********2@gmail.com ---> System.AggregateException: One or more errors occurred. ---> OpenQA.Selenium.StaleElementReferenceException: stale element reference: element is not attached to the page document
  403. (Session info: headless chrome=65.0.3322.0)
  404. (Driver info: chromedriver=2.37.544315 (730aa6a5fdba159ac9f4c1e8cbc59bf1b5ce12b7),platform=Windows NT 10.0.17134 x86_64)
  405. at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  406. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  407. at OpenQA.Selenium.Remote.RemoteWebElement.GetAttribute(String attributeName)
  408. at Microsoft_Rewards.SearchHandler.DragAndDrop(IWebDriver browser)
  409. at Microsoft_Rewards.SearchHandler.ParsePromotions(IEnumerable`1 promotionSet)
  410. at Microsoft_Rewards.SearchHandler.<>c__DisplayClass22_1.<Start>b__4()
  411. at System.Threading.Tasks.Task.InnerInvoke()
  412. at System.Threading.Tasks.Task.Execute()
  413. --- End of inner exception stack trace ---
  414. at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)
  415. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  416. --- End of inner exception stack trace ---
  417. at Microsoft_Rewards.SearchHandler.Start(CancellationToken t)
  418. at Microsoft_Rewards.UserAccount.Search()
  419. at System.Threading.Tasks.Task.InnerInvoke()
  420. at System.Threading.Tasks.Task.Execute()<---
  421. <---
  422.  
  423. 9/8/2018 7:54 AM
  424. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49755/session/153526dcd9228b24021926118ed3e4b7/execute_async timed out after 60 seconds. ---> System.Net.WebException: The request was aborted: The operation has timed out.
  425. at System.Net.HttpWebRequest.GetResponse()
  426. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  427. --- End of inner exception stack trace ---
  428. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  429. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  430. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  431. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  432. at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
  433. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  434. at Microsoft_Rewards.SearchHandler.CheckPoints()
  435. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  436. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  437. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  438. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  439. at System.Threading.TimerQueueTimer.CallCallback()
  440. at System.Threading.TimerQueueTimer.Fire()
  441. at System.Threading.TimerQueue.FireNextTimers()
  442. at System.Threading.TimerQueue.AppDomainTimerCallback()
  443. 9/9/2018 2:24 AM
  444. System.NullReferenceException: Object reference not set to an instance of an object.
  445. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  446. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  447. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  448. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  449. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  450. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  451. --- End of stack trace from previous location where exception was thrown ---
  452. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  453. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  454. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  455. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  456. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  457. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  458. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  459. 9/13/2018 2:32 AM
  460. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49790/session/77ab401bfaccf857c0737aeb47875d1b/execute_async timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
  461. at System.Net.HttpWebRequest.GetResponse()
  462. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  463. --- End of inner exception stack trace ---
  464. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  465. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  466. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  467. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  468. at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
  469. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  470. at Microsoft_Rewards.SearchHandler.CheckPoints()
  471. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  472. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  473. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  474. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  475. at System.Threading.TimerQueueTimer.CallCallback()
  476. at System.Threading.TimerQueueTimer.Fire()
  477. at System.Threading.TimerQueue.FireNextTimers()
  478. at System.Threading.TimerQueue.AppDomainTimerCallback()
  479. 9/13/2018 3:52 AM
  480. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49771/session/5d780eaed7559dc29e0e254b51a803b0/window timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
  481. at System.Net.HttpWebRequest.GetResponse()
  482. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  483. --- End of inner exception stack trace ---
  484. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  485. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  486. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  487. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  488. at OpenQA.Selenium.Remote.RemoteTargetLocator.Window(String windowHandleOrName)
  489. at Microsoft_Rewards.ThreadSafeRewardDriver.SwitchToDashboard(Platform platform)
  490. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  491. at Microsoft_Rewards.SearchHandler.CheckPoints()
  492. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  493. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  494. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  495. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  496. at System.Threading.TimerQueueTimer.CallCallback()
  497. at System.Threading.TimerQueueTimer.Fire()
  498. at System.Threading.TimerQueue.FireNextTimers()
  499. at System.Threading.TimerQueue.AppDomainTimerCallback()
  500. 9/16/2018 2:37 AM
  501. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:49910/session/d941f0bcb4b3bcb388a043d592712ebc/execute_async timed out after 60 seconds. ---> System.Net.WebException: The operation has timed out
  502. at System.Net.HttpWebRequest.GetResponse()
  503. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  504. --- End of inner exception stack trace ---
  505. at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo)
  506. at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute)
  507. at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute)
  508. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  509. at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScriptCommand(String script, String commandName, Object[] args)
  510. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  511. at Microsoft_Rewards.SearchHandler.CheckPoints()
  512. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  513. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  514. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  515. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  516. at System.Threading.TimerQueueTimer.CallCallback()
  517. at System.Threading.TimerQueueTimer.Fire()
  518. at System.Threading.TimerQueue.FireNextTimers()
  519. at System.Threading.TimerQueue.AppDomainTimerCallback()
  520. 9/17/2018 2:24 AM
  521. System.Exception: Error checking points, "dashboard" unavailable
  522. at Microsoft_Rewards.ThreadSafeRewardDriver.GetDashboardJson()
  523. at Microsoft_Rewards.SearchHandler.CheckPoints()
  524. at Microsoft_Rewards.SearchHandler.<Start>b__22_0(Object _)
  525. at System.Threading.TimerQueueTimer.CallCallbackInContext(Object state)
  526. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  527. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  528. at System.Threading.TimerQueueTimer.CallCallback()
  529. at System.Threading.TimerQueueTimer.Fire()
  530. at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
  531. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  532. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  533. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  534. 9/18/2018 2:26 AM
  535. System.NullReferenceException: Object reference not set to an instance of an object.
  536. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  537. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  538. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  539. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  540. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  541. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  542. --- End of stack trace from previous location where exception was thrown ---
  543. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  544. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  545. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  546. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  547. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  548. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  549. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  550. 9/18/2018 2:26 AM
  551. System.NullReferenceException: Object reference not set to an instance of an object.
  552. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  553. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  554. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  555. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  556. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  557. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  558. --- End of stack trace from previous location where exception was thrown ---
  559. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  560. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  561. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  562. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  563. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  564. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  565. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  566. 9/18/2018 2:26 AM
  567. System.NullReferenceException: Object reference not set to an instance of an object.
  568. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  569. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  570. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  571. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  572. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  573. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  574. --- End of stack trace from previous location where exception was thrown ---
  575. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  576. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  577. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  578. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  579. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  580. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  581. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  582. 9/18/2018 3:47 AM
  583. System.NullReferenceException: Object reference not set to an instance of an object.
  584. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  585. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  586. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  587. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  588. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  589. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  590. --- End of stack trace from previous location where exception was thrown ---
  591. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  592. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  593. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  594. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  595. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  596. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  597. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  598. 9/18/2018 3:47 AM
  599. System.NullReferenceException: Object reference not set to an instance of an object.
  600. at Microsoft_Rewards.ThreadSafeRewardDriver.Platform.ShutdownService()
  601. at Microsoft_Rewards.ThreadSafeRewardDriver.CloseUnusedBrowser(Object sender, SingleValueEventArgs e)
  602. at Zappsec.CustomEvents.CustomEventHelper.ThreadAwareRaise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  603. at Zappsec.CustomEvents.CustomEventHelper.Raise[TSender,TEventArgs](TypedEventHandler`2 typedEvent, TSender sender, TEventArgs e)
  604. at Zappsec.CustomEvents.CustomEventHelper.Raise[TEventArgs](EventHandler`1 handler, Object sender, TEventArgs e)
  605. at Zappsec.Threading.ConnectionLock.<BeginTimeoutAsync>d__15.MoveNext()
  606. --- End of stack trace from previous location where exception was thrown ---
  607. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_1(Object state)
  608. at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(Object state)
  609. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  610. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  611. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  612. at System.Threading.ThreadPoolWorkQueue.Dispatch()
  613. at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
  614. 9/18/2018 6:02 AM
  615. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  616. no such table: PerformanceSettings
  617. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  618. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  619. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  620. at System.Data.SQLite.SQLiteDataReader.NextResult()
  621. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  622. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  623. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  624. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  625. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  626. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  627. at Microsoft_Rewards.FrmUserDetails..ctor()
  628. at Microsoft_Rewards.Program.Main()
  629. 9/18/2018 3:48 PM
  630. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  631. no such table: PerformanceSettings
  632. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  633. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  634. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  635. at System.Data.SQLite.SQLiteDataReader.NextResult()
  636. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  637. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  638. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  639. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  640. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  641. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  642. at Microsoft_Rewards.FrmUserDetails..ctor()
  643. at Microsoft_Rewards.Program.Main()
  644. 9/18/2018 3:52 PM
  645. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  646. no such table: PerformanceSettings
  647. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  648. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  649. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  650. at System.Data.SQLite.SQLiteDataReader.NextResult()
  651. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  652. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  653. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  654. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  655. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  656. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  657. at Microsoft_Rewards.FrmUserDetails..ctor()
  658. at Microsoft_Rewards.Program.Main()
  659. 9/18/2018 3:56 PM
  660. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  661. no such table: PerformanceSettings
  662. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  663. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  664. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  665. at System.Data.SQLite.SQLiteDataReader.NextResult()
  666. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  667. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  668. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  669. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  670. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  671. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  672. at Microsoft_Rewards.FrmUserDetails..ctor()
  673. at Microsoft_Rewards.Program.Main()
  674. 9/18/2018 4:05 PM
  675. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  676. no such table: PerformanceSettings
  677. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  678. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  679. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  680. at System.Data.SQLite.SQLiteDataReader.NextResult()
  681. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  682. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  683. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  684. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  685. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  686. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  687. at Microsoft_Rewards.FrmUserDetails..ctor()
  688. at Microsoft_Rewards.Program.Main()
  689. 9/19/2018 2:21 AM
  690. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  691. no such table: PerformanceSettings
  692. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  693. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  694. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  695. at System.Data.SQLite.SQLiteDataReader.NextResult()
  696. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  697. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  698. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  699. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  700. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  701. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  702. at Microsoft_Rewards.FrmUserDetails..ctor()
  703. at Microsoft_Rewards.Program.Main()
  704. 9/19/2018 3:41 AM
  705. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  706. no such table: PerformanceSettings
  707. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  708. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  709. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  710. at System.Data.SQLite.SQLiteDataReader.NextResult()
  711. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  712. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  713. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  714. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  715. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  716. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  717. at Microsoft_Rewards.FrmUserDetails..ctor()
  718. at Microsoft_Rewards.Program.Main()
  719. 9/19/2018 6:09 AM
  720. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  721. no such table: PerformanceSettings
  722. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  723. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  724. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  725. at System.Data.SQLite.SQLiteDataReader.NextResult()
  726. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  727. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  728. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  729. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  730. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  731. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  732. at Microsoft_Rewards.FrmUserDetails..ctor()
  733. at Microsoft_Rewards.Program.Main()
  734. 9/19/2018 6:09 AM
  735. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  736. no such table: PerformanceSettings
  737. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  738. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  739. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  740. at System.Data.SQLite.SQLiteDataReader.NextResult()
  741. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  742. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  743. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  744. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  745. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  746. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  747. at Microsoft_Rewards.FrmUserDetails..ctor()
  748. at Microsoft_Rewards.Program.Main()
  749. 9/19/2018 6:10 AM
  750. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  751. no such table: PerformanceSettings
  752. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  753. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  754. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  755. at System.Data.SQLite.SQLiteDataReader.NextResult()
  756. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  757. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  758. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  759. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  760. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  761. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  762. at Microsoft_Rewards.FrmUserDetails..ctor()
  763. at Microsoft_Rewards.Program.Main()
  764. 9/20/2018 2:22 AM
  765. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  766. no such table: PerformanceSettings
  767. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  768. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  769. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  770. at System.Data.SQLite.SQLiteDataReader.NextResult()
  771. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  772. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  773. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  774. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  775. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  776. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  777. at Microsoft_Rewards.FrmUserDetails..ctor()
  778. at Microsoft_Rewards.Program.Main()
  779. 9/20/2018 3:41 AM
  780. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  781. no such table: PerformanceSettings
  782. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  783. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  784. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  785. at System.Data.SQLite.SQLiteDataReader.NextResult()
  786. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  787. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  788. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  789. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  790. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  791. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  792. at Microsoft_Rewards.FrmUserDetails..ctor()
  793. at Microsoft_Rewards.Program.Main()
  794. 9/20/2018 4:22 PM
  795. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  796. no such table: PerformanceSettings
  797. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  798. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  799. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  800. at System.Data.SQLite.SQLiteDataReader.NextResult()
  801. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  802. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  803. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  804. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  805. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  806. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  807. at Microsoft_Rewards.FrmUserDetails..ctor()
  808. at Microsoft_Rewards.Program.Main()
  809. 9/20/2018 4:31 PM
  810. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  811. no such table: PerformanceSettings
  812. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  813. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  814. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  815. at System.Data.SQLite.SQLiteDataReader.NextResult()
  816. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  817. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  818. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  819. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  820. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  821. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  822. at Microsoft_Rewards.FrmUserDetails..ctor()
  823. at Microsoft_Rewards.Program.Main()
  824. 9/20/2018 4:32 PM
  825. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  826. no such table: PerformanceSettings
  827. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  828. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  829. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  830. at System.Data.SQLite.SQLiteDataReader.NextResult()
  831. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  832. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  833. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  834. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  835. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  836. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  837. at Microsoft_Rewards.FrmUserDetails..ctor()
  838. at Microsoft_Rewards.Program.Main()
  839. 9/20/2018 4:33 PM
  840. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  841. no such table: PerformanceSettings
  842. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  843. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  844. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  845. at System.Data.SQLite.SQLiteDataReader.NextResult()
  846. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  847. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  848. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  849. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  850. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  851. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  852. at Microsoft_Rewards.FrmUserDetails..ctor()
  853. at Microsoft_Rewards.Program.Main()
  854. 9/20/2018 4:34 PM
  855. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  856. no such table: PerformanceSettings
  857. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  858. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  859. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  860. at System.Data.SQLite.SQLiteDataReader.NextResult()
  861. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  862. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  863. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  864. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  865. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  866. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  867. at Microsoft_Rewards.FrmUserDetails..ctor()
  868. at Microsoft_Rewards.Program.Main()
  869. 9/20/2018 4:37 PM
  870. code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error
  871. no such table: PerformanceSettings
  872. at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain)
  873. at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
  874. at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
  875. at System.Data.SQLite.SQLiteDataReader.NextResult()
  876. at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
  877. at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
  878. at System.Data.SQLite.SQLiteCommand.ExecuteScalar(CommandBehavior behavior)
  879. at System.Data.SQLite.SQLiteCommand.ExecuteScalar()
  880. at Microsoft_Rewards.SqlSettings.ReadPerformanceSetting(String setting)
  881. at Microsoft_Rewards.SqlSettings.get_SearchOnStart()
  882. at Microsoft_Rewards.FrmUserDetails..ctor()
  883. at Microsoft_Rewards.Program.Main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement