MtnMCG

Untitled

Aug 31st, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.15 KB | None | 0 0
  1. DEBUG:root:Entering update_data() function
  2. DEBUG:root:No config found. Please set up through web interface.
  3. DEBUG:tzlocal:/etc/timezone found, contents:
  4. Europe/London
  5.  
  6. DEBUG:tzlocal:/etc/localtime found
  7. DEBUG:tzlocal:2 found:
  8. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  9. INFO:apscheduler.scheduler:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  10. INFO:apscheduler.scheduler:Added job "update_data" to job store "default"
  11. INFO:apscheduler.scheduler:Scheduler started
  12. DEBUG:apscheduler.scheduler:Looking for jobs to run
  13. DEBUG:apscheduler.scheduler:Next wakeup is due at 2024-09-01 05:32:14.758474+01:00 (in 599.997451 seconds)
  14. INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  15. * Running on all addresses (0.0.0.0)
  16. * Running on http://127.0.0.1:5000
  17. * Running on http://192.168.1.5:5000
  18. INFO:werkzeug:Press CTRL+C to quit
  19. DEBUG:root:Entering home() function
  20. DEBUG:root:No config found, redirecting to setup
  21. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:20] "GET / HTTP/1.1" 302 -
  22. DEBUG:root:Entering setup() function
  23. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:20] "GET /setup HTTP/1.1" 200 -
  24. DEBUG:root:Entering setup() function
  25. DEBUG:root:Setup complete, redirecting to home
  26. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:36] "POST /setup HTTP/1.1" 302 -
  27. DEBUG:root:Entering home() function
  28. DEBUG:root:No holdings data, rendering MFA template
  29. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:36] "GET / HTTP/1.1" 200 -
  30. DEBUG:root:Entering home() function
  31. DEBUG:root:POST request received, setting MFA code
  32. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:46] "POST / HTTP/1.1" 302 -
  33. DEBUG:root:Entering home() function
  34. DEBUG:root:No holdings data, rendering MFA template
  35. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:46] "GET / HTTP/1.1" 200 -
  36. DEBUG:root:Entering home() function
  37. DEBUG:root:POST request received, setting MFA code
  38. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:50] "POST / HTTP/1.1" 302 -
  39. DEBUG:root:Entering home() function
  40. DEBUG:root:No holdings data, rendering MFA template
  41. INFO:werkzeug:192.168.1.177 - - [01/Sep/2024 05:22:50] "GET / HTTP/1.1" 200 -
  42. 2024-09-01 05:24:23,921 DEBUG:Entering update_data() function
  43. 2024-09-01 05:24:23,922 DEBUG:/etc/timezone found, contents:
  44. Europe/London
  45.  
  46. 2024-09-01 05:24:23,922 DEBUG:Waiting for MFA code...
  47. 2024-09-01 05:24:23,923 DEBUG:/etc/localtime found
  48. 2024-09-01 05:24:23,926 DEBUG:2 found:
  49. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  50. 2024-09-01 05:24:23,927 INFO:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  51. 2024-09-01 05:24:23,929 INFO:Added job "update_data" to job store "default"
  52. 2024-09-01 05:24:23,929 INFO:Scheduler started
  53. 2024-09-01 05:24:23,930 DEBUG:Looking for jobs to run
  54. 2024-09-01 05:24:23,930 DEBUG:Next wakeup is due at 2024-09-01 05:34:23.927626+01:00 (in 599.997022 seconds)
  55. 2024-09-01 05:24:23,955 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  56. * Running on all addresses (0.0.0.0)
  57. * Running on http://127.0.0.1:5000
  58. * Running on http://192.168.1.5:5000
  59. 2024-09-01 05:24:23,956 INFO:Press CTRL+C to quit
  60. 2024-09-01 05:24:26,542 DEBUG:Entering home() function
  61. 2024-09-01 05:24:26,600 DEBUG:No encryption key in session, redirecting to decrypt
  62. 2024-09-01 05:24:26,602 INFO:192.168.1.177 - - [01/Sep/2024 05:24:26] "GET / HTTP/1.1" 302 -
  63. 2024-09-01 05:24:26,608 DEBUG:Entering decrypt() function
  64. 2024-09-01 05:24:26,617 INFO:192.168.1.177 - - [01/Sep/2024 05:24:26] "GET /decrypt HTTP/1.1" 200 -
  65. 2024-09-01 05:24:29,583 DEBUG:Entering decrypt() function
  66. 2024-09-01 05:24:29,587 DEBUG:Decryption key set, redirecting to home
  67. 2024-09-01 05:24:29,591 INFO:192.168.1.177 - - [01/Sep/2024 05:24:29] "POST /decrypt HTTP/1.1" 302 -
  68. 2024-09-01 05:24:29,601 DEBUG:Entering home() function
  69. 2024-09-01 05:24:29,602 DEBUG:No holdings data, rendering MFA template
  70. 2024-09-01 05:24:29,607 INFO:192.168.1.177 - - [01/Sep/2024 05:24:29] "GET / HTTP/1.1" 200 -
  71. 2024-09-01 05:24:38,466 DEBUG:Entering home() function
  72. 2024-09-01 05:24:38,467 DEBUG:POST request received, setting MFA code
  73. 2024-09-01 05:24:38,472 INFO:192.168.1.177 - - [01/Sep/2024 05:24:38] "POST / HTTP/1.1" 302 -
  74. 2024-09-01 05:24:38,489 INFO:192.168.1.177 - - [01/Sep/2024 05:24:38] "GET /loading HTTP/1.1" 200 -
  75. 2024-09-01 05:24:43,549 DEBUG:Entering home() function
  76. 2024-09-01 05:24:43,550 DEBUG:No holdings data, rendering MFA template
  77. 2024-09-01 05:24:43,552 INFO:192.168.1.177 - - [01/Sep/2024 05:24:43] "GET / HTTP/1.1" 200 -
  78. 2024-09-01 05:24:49,142 DEBUG:Entering home() function
  79. 2024-09-01 05:24:49,144 DEBUG:POST request received, setting MFA code
  80. 2024-09-01 05:24:49,149 INFO:192.168.1.177 - - [01/Sep/2024 05:24:49] "POST / HTTP/1.1" 302 -
  81. 2024-09-01 05:24:49,160 INFO:192.168.1.177 - - [01/Sep/2024 05:24:49] "GET /loading HTTP/1.1" 200 -
  82. 2024-09-01 05:24:54,213 DEBUG:Entering home() function
  83. 2024-09-01 05:24:54,216 DEBUG:No holdings data, rendering MFA template
  84. 2024-09-01 05:24:54,218 INFO:192.168.1.177 - - [01/Sep/2024 05:24:54] "GET / HTTP/1.1" 200 -
  85. 2024-09-01 05:25:05,494 DEBUG:Entering home() function
  86. 2024-09-01 05:25:05,496 DEBUG:POST request received, setting MFA code
  87. 2024-09-01 05:25:05,501 INFO:192.168.1.177 - - [01/Sep/2024 05:25:05] "POST / HTTP/1.1" 302 -
  88. 2024-09-01 05:25:05,510 INFO:192.168.1.177 - - [01/Sep/2024 05:25:05] "GET /loading HTTP/1.1" 200 -
  89. 2024-09-01 05:25:10,557 DEBUG:Entering home() function
  90. 2024-09-01 05:25:10,559 DEBUG:No holdings data, rendering MFA template
  91. 2024-09-01 05:25:10,561 INFO:192.168.1.177 - - [01/Sep/2024 05:25:10] "GET / HTTP/1.1" 200 -
  92. 2024-09-01 05:26:14,708 DEBUG:/etc/timezone found, contents:
  93. Europe/London
  94.  
  95. 2024-09-01 05:26:14,709 DEBUG:/etc/localtime found
  96. 2024-09-01 05:26:14,712 DEBUG:2 found:
  97. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  98. 2024-09-01 05:26:14,714 INFO:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  99. 2024-09-01 05:26:14,715 INFO:Added job "update_data" to job store "default"
  100. 2024-09-01 05:26:14,715 INFO:Scheduler started
  101. 2024-09-01 05:26:14,716 DEBUG:Looking for jobs to run
  102. 2024-09-01 05:26:14,717 DEBUG:Next wakeup is due at 2024-09-01 05:36:14.713930+01:00 (in 599.996935 seconds)
  103. 2024-09-01 05:26:14,742 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  104. * Running on all addresses (0.0.0.0)
  105. * Running on http://127.0.0.1:5000
  106. * Running on http://192.168.1.5:5000
  107. 2024-09-01 05:26:14,742 INFO:Press CTRL+C to quit
  108. 2024-09-01 05:26:15,873 DEBUG:Entering home() function
  109. 2024-09-01 05:26:15,875 DEBUG:No encryption key in session, redirecting to decrypt
  110. 2024-09-01 05:26:15,876 INFO:192.168.1.177 - - [01/Sep/2024 05:26:15] "GET / HTTP/1.1" 302 -
  111. 2024-09-01 05:26:15,880 DEBUG:Entering decrypt() function
  112. 2024-09-01 05:26:15,886 INFO:192.168.1.177 - - [01/Sep/2024 05:26:15] "GET /decrypt HTTP/1.1" 200 -
  113. 2024-09-01 05:26:18,530 DEBUG:Entering decrypt() function
  114. 2024-09-01 05:26:18,534 DEBUG:Decryption key set, redirecting to home
  115. 2024-09-01 05:26:18,538 INFO:192.168.1.177 - - [01/Sep/2024 05:26:18] "POST /decrypt HTTP/1.1" 302 -
  116. 2024-09-01 05:26:18,545 DEBUG:Entering home() function
  117. 2024-09-01 05:26:18,547 DEBUG:No holdings data, rendering MFA template
  118. 2024-09-01 05:26:18,552 INFO:192.168.1.177 - - [01/Sep/2024 05:26:18] "GET / HTTP/1.1" 200 -
  119. 2024-09-01 05:26:24,085 DEBUG:Entering home() function
  120. 2024-09-01 05:26:24,086 DEBUG:POST request received, setting MFA code
  121. 2024-09-01 05:26:24,090 DEBUG:Entering update_data() function
  122. 2024-09-01 05:26:24,093 INFO:192.168.1.177 - - [01/Sep/2024 05:26:24] "POST / HTTP/1.1" 302 -
  123. 2024-09-01 05:26:24,095 DEBUG:Waiting for MFA code...
  124. 2024-09-01 05:26:24,107 INFO:192.168.1.177 - - [01/Sep/2024 05:26:24] "GET /loading HTTP/1.1" 200 -
  125. 2024-09-01 05:26:29,159 DEBUG:Entering home() function
  126. 2024-09-01 05:26:29,160 DEBUG:No holdings data, rendering MFA template
  127. 2024-09-01 05:26:29,167 INFO:192.168.1.177 - - [01/Sep/2024 05:26:29] "GET / HTTP/1.1" 200 -
  128. 2024-09-01 05:26:31,669 DEBUG:Entering home() function
  129. 2024-09-01 05:26:31,671 DEBUG:No holdings data, rendering MFA template
  130. 2024-09-01 05:26:31,673 INFO:192.168.1.177 - - [01/Sep/2024 05:26:31] "GET / HTTP/1.1" 200 -
  131. 2024-09-01 05:26:32,956 DEBUG:Entering home() function
  132. 2024-09-01 05:26:32,958 DEBUG:No holdings data, rendering MFA template
  133. 2024-09-01 05:26:32,960 INFO:192.168.1.177 - - [01/Sep/2024 05:26:32] "GET / HTTP/1.1" 200 -
  134. 2024-09-01 05:26:33,597 DEBUG:Entering home() function
  135. 2024-09-01 05:26:33,600 DEBUG:No holdings data, rendering MFA template
  136. 2024-09-01 05:26:33,602 INFO:192.168.1.177 - - [01/Sep/2024 05:26:33] "GET / HTTP/1.1" 200 -
  137. 2024-09-01 05:26:38,163 DEBUG:Entering home() function
  138. 2024-09-01 05:26:38,166 DEBUG:POST request received, setting MFA code
  139. 2024-09-01 05:26:38,174 DEBUG:Entering update_data() function
  140. 2024-09-01 05:26:38,178 INFO:192.168.1.177 - - [01/Sep/2024 05:26:38] "POST / HTTP/1.1" 302 -
  141. 2024-09-01 05:26:38,180 DEBUG:Waiting for MFA code...
  142. 2024-09-01 05:26:38,189 INFO:192.168.1.177 - - [01/Sep/2024 05:26:38] "GET /loading HTTP/1.1" 200 -
  143. 2024-09-01 05:26:43,869 DEBUG:Entering home() function
  144. 2024-09-01 05:26:43,870 DEBUG:No holdings data, rendering MFA template
  145. 2024-09-01 05:26:43,874 INFO:192.168.1.177 - - [01/Sep/2024 05:26:43] "GET / HTTP/1.1" 200 -
  146. 2024-09-01 05:28:11,670 DEBUG:/etc/timezone found, contents:
  147. Europe/London
  148.  
  149. 2024-09-01 05:28:11,671 DEBUG:/etc/localtime found
  150. 2024-09-01 05:28:11,674 DEBUG:2 found:
  151. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  152. 2024-09-01 05:28:11,675 INFO:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  153. 2024-09-01 05:28:11,677 INFO:Added job "update_data" to job store "default"
  154. 2024-09-01 05:28:11,677 INFO:Scheduler started
  155. 2024-09-01 05:28:11,678 DEBUG:Looking for jobs to run
  156. 2024-09-01 05:28:11,678 DEBUG:Next wakeup is due at 2024-09-01 05:38:11.675484+01:00 (in 599.996890 seconds)
  157. 2024-09-01 05:28:11,704 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  158. * Running on all addresses (0.0.0.0)
  159. * Running on http://127.0.0.1:5000
  160. * Running on http://192.168.1.5:5000
  161. 2024-09-01 05:28:11,704 INFO:Press CTRL+C to quit
  162. 2024-09-01 05:28:12,406 DEBUG:Entering home() function
  163. 2024-09-01 05:28:12,407 DEBUG:No encryption key in session, redirecting to decrypt
  164. 2024-09-01 05:28:12,408 INFO:192.168.1.177 - - [01/Sep/2024 05:28:12] "GET / HTTP/1.1" 302 -
  165. 2024-09-01 05:28:12,413 DEBUG:Entering decrypt() function
  166. 2024-09-01 05:28:12,419 INFO:192.168.1.177 - - [01/Sep/2024 05:28:12] "GET /decrypt HTTP/1.1" 200 -
  167. 2024-09-01 05:28:14,917 DEBUG:Entering decrypt() function
  168. 2024-09-01 05:28:14,921 DEBUG:Decryption key set, redirecting to home
  169. 2024-09-01 05:28:14,925 INFO:192.168.1.177 - - [01/Sep/2024 05:28:14] "POST /decrypt HTTP/1.1" 302 -
  170. 2024-09-01 05:28:14,932 DEBUG:Entering home() function
  171. 2024-09-01 05:28:14,933 DEBUG:No holdings data, rendering MFA template
  172. 2024-09-01 05:28:14,939 INFO:192.168.1.177 - - [01/Sep/2024 05:28:14] "GET / HTTP/1.1" 200 -
  173. 2024-09-01 05:28:22,870 DEBUG:Entering home() function
  174. 2024-09-01 05:28:22,871 DEBUG:POST request received, setting MFA code
  175. 2024-09-01 05:28:22,874 DEBUG:Entering update_data() function
  176. 2024-09-01 05:28:22,878 INFO:192.168.1.177 - - [01/Sep/2024 05:28:22] "POST / HTTP/1.1" 302 -
  177. 2024-09-01 05:28:22,880 DEBUG:Waiting for MFA code...
  178. 2024-09-01 05:28:22,892 INFO:192.168.1.177 - - [01/Sep/2024 05:28:22] "GET /loading HTTP/1.1" 200 -
  179. 2024-09-01 05:28:27,941 DEBUG:Entering home() function
  180. 2024-09-01 05:28:27,943 DEBUG:No holdings data, rendering MFA template
  181. 2024-09-01 05:28:27,946 INFO:192.168.1.177 - - [01/Sep/2024 05:28:27] "GET / HTTP/1.1" 200 -
  182. 2024-09-01 05:28:33,443 DEBUG:Entering home() function
  183. 2024-09-01 05:28:33,446 DEBUG:POST request received, setting MFA code
  184. 2024-09-01 05:28:33,448 DEBUG:MFA code received: 332582
  185. 2024-09-01 05:28:33,448 DEBUG:Entering update_data() function
  186. 2024-09-01 05:28:33,456 DEBUG:Waiting for MFA code...
  187. 2024-09-01 05:28:33,458 INFO:192.168.1.177 - - [01/Sep/2024 05:28:33] "POST / HTTP/1.1" 302 -
  188. 2024-09-01 05:28:33,469 INFO:192.168.1.177 - - [01/Sep/2024 05:28:33] "GET /loading HTTP/1.1" 200 -
  189. 2024-09-01 05:28:38,525 DEBUG:Entering home() function
  190. 2024-09-01 05:28:38,526 DEBUG:No holdings data, rendering MFA template
  191. 2024-09-01 05:28:38,531 INFO:192.168.1.177 - - [01/Sep/2024 05:28:38] "GET / HTTP/1.1" 200 -
  192. 2024-09-01 05:30:43,447 DEBUG:/etc/timezone found, contents:
  193. Europe/London
  194.  
  195. 2024-09-01 05:30:43,448 DEBUG:/etc/localtime found
  196. 2024-09-01 05:30:43,451 DEBUG:2 found:
  197. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  198. 2024-09-01 05:30:43,453 INFO:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  199. 2024-09-01 05:30:43,454 INFO:Added job "update_data" to job store "default"
  200. 2024-09-01 05:30:43,454 INFO:Scheduler started
  201. 2024-09-01 05:30:43,455 DEBUG:Looking for jobs to run
  202. 2024-09-01 05:30:43,456 DEBUG:Next wakeup is due at 2024-09-01 05:40:43.452998+01:00 (in 599.997026 seconds)
  203. 2024-09-01 05:30:43,482 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  204. * Running on all addresses (0.0.0.0)
  205. * Running on http://127.0.0.1:5000
  206. * Running on http://192.168.1.5:5000
  207. 2024-09-01 05:30:43,483 INFO:Press CTRL+C to quit
  208. 2024-09-01 05:30:44,842 DEBUG:Entering home() function
  209. 2024-09-01 05:30:44,843 DEBUG:No encryption key in session, redirecting to decrypt
  210. 2024-09-01 05:30:44,844 INFO:192.168.1.177 - - [01/Sep/2024 05:30:44] "GET / HTTP/1.1" 302 -
  211. 2024-09-01 05:30:44,849 DEBUG:Entering decrypt() function
  212. 2024-09-01 05:30:44,855 INFO:192.168.1.177 - - [01/Sep/2024 05:30:44] "GET /decrypt HTTP/1.1" 200 -
  213. 2024-09-01 05:30:46,811 DEBUG:Entering decrypt() function
  214. 2024-09-01 05:30:46,813 DEBUG:Decryption key set, redirecting to home
  215. 2024-09-01 05:30:46,815 INFO:192.168.1.177 - - [01/Sep/2024 05:30:46] "POST /decrypt HTTP/1.1" 302 -
  216. 2024-09-01 05:30:46,820 DEBUG:Entering home() function
  217. 2024-09-01 05:30:46,821 DEBUG:No holdings data, rendering MFA template
  218. 2024-09-01 05:30:46,823 INFO:192.168.1.177 - - [01/Sep/2024 05:30:46] "GET / HTTP/1.1" 200 -
  219. 2024-09-01 05:30:54,648 DEBUG:Entering home() function
  220. 2024-09-01 05:30:54,649 DEBUG:POST request received, setting MFA code
  221. 2024-09-01 05:30:54,652 DEBUG:Entering update_data() function
  222. 2024-09-01 05:30:54,656 INFO:192.168.1.177 - - [01/Sep/2024 05:30:54] "POST / HTTP/1.1" 302 -
  223. 2024-09-01 05:30:54,658 DEBUG:Waiting for MFA code...
  224. 2024-09-01 05:30:54,668 INFO:192.168.1.177 - - [01/Sep/2024 05:30:54] "GET /loading HTTP/1.1" 200 -
  225. 2024-09-01 05:30:56,710 INFO:192.168.1.177 - - [01/Sep/2024 05:30:56] "GET /loading HTTP/1.1" 200 -
  226. 2024-09-01 05:30:58,726 INFO:192.168.1.177 - - [01/Sep/2024 05:30:58] "GET /loading HTTP/1.1" 200 -
  227. 2024-09-01 05:31:00,741 INFO:192.168.1.177 - - [01/Sep/2024 05:31:00] "GET /loading HTTP/1.1" 200 -
  228. 2024-09-01 05:31:02,757 INFO:192.168.1.177 - - [01/Sep/2024 05:31:02] "GET /loading HTTP/1.1" 200 -
  229. 2024-09-01 05:31:04,776 INFO:192.168.1.177 - - [01/Sep/2024 05:31:04] "GET /loading HTTP/1.1" 200 -
  230. 2024-09-01 05:31:06,788 INFO:192.168.1.177 - - [01/Sep/2024 05:31:06] "GET /loading HTTP/1.1" 200 -
  231. 2024-09-01 05:31:08,799 INFO:192.168.1.177 - - [01/Sep/2024 05:31:08] "GET /loading HTTP/1.1" 200 -
  232. 2024-09-01 05:31:10,819 INFO:192.168.1.177 - - [01/Sep/2024 05:31:10] "GET /loading HTTP/1.1" 200 -
  233. 2024-09-01 05:31:12,839 INFO:192.168.1.177 - - [01/Sep/2024 05:31:12] "GET /loading HTTP/1.1" 200 -
  234. 2024-09-01 05:31:14,854 INFO:192.168.1.177 - - [01/Sep/2024 05:31:14] "GET /loading HTTP/1.1" 200 -
  235. 2024-09-01 05:31:16,872 INFO:192.168.1.177 - - [01/Sep/2024 05:31:16] "GET /loading HTTP/1.1" 200 -
  236. 2024-09-01 05:31:18,893 INFO:192.168.1.177 - - [01/Sep/2024 05:31:18] "GET /loading HTTP/1.1" 200 -
  237. 2024-09-01 05:31:20,906 INFO:192.168.1.177 - - [01/Sep/2024 05:31:20] "GET /loading HTTP/1.1" 200 -
  238. 2024-09-01 05:31:21,406 INFO:192.168.1.177 - - [01/Sep/2024 05:31:21] "GET /loading HTTP/1.1" 200 -
  239. 2024-09-01 05:31:22,280 INFO:192.168.1.177 - - [01/Sep/2024 05:31:22] "GET /loading HTTP/1.1" 200 -
  240. 2024-09-01 05:31:24,851 INFO:192.168.1.177 - - [01/Sep/2024 05:31:24] "GET /loading HTTP/1.1" 200 -
  241. 2024-09-01 05:31:27,858 INFO:192.168.1.177 - - [01/Sep/2024 05:31:27] "GET /loading HTTP/1.1" 200 -
  242. 2024-09-01 05:31:30,849 INFO:192.168.1.177 - - [01/Sep/2024 05:31:30] "GET /loading HTTP/1.1" 200 -
  243. 2024-09-01 05:31:33,850 INFO:192.168.1.177 - - [01/Sep/2024 05:31:33] "GET /loading HTTP/1.1" 200 -
  244. 2024-09-01 05:31:36,851 INFO:192.168.1.177 - - [01/Sep/2024 05:31:36] "GET /loading HTTP/1.1" 200 -
  245. 2024-09-01 05:31:39,854 INFO:192.168.1.177 - - [01/Sep/2024 05:31:39] "GET /loading HTTP/1.1" 200 -
  246. 2024-09-01 05:31:42,848 INFO:192.168.1.177 - - [01/Sep/2024 05:31:42] "GET /loading HTTP/1.1" 200 -
  247. 2024-09-01 05:31:45,850 INFO:192.168.1.177 - - [01/Sep/2024 05:31:45] "GET /loading HTTP/1.1" 200 -
  248. 2024-09-01 05:31:47,864 INFO:192.168.1.177 - - [01/Sep/2024 05:31:47] "GET /loading HTTP/1.1" 200 -
  249. 2024-09-01 05:31:49,881 INFO:192.168.1.177 - - [01/Sep/2024 05:31:49] "GET /loading HTTP/1.1" 200 -
  250. 2024-09-01 05:31:51,898 INFO:192.168.1.177 - - [01/Sep/2024 05:31:51] "GET /loading HTTP/1.1" 200 -
  251. 2024-09-01 05:31:53,914 INFO:192.168.1.177 - - [01/Sep/2024 05:31:53] "GET /loading HTTP/1.1" 200 -
  252. 2024-09-01 05:31:55,932 INFO:192.168.1.177 - - [01/Sep/2024 05:31:55] "GET /loading HTTP/1.1" 200 -
  253. 2024-09-01 05:31:57,948 INFO:192.168.1.177 - - [01/Sep/2024 05:31:57] "GET /loading HTTP/1.1" 200 -
  254. 2024-09-01 05:31:59,963 INFO:192.168.1.177 - - [01/Sep/2024 05:31:59] "GET /loading HTTP/1.1" 200 -
  255. 2024-09-01 05:32:01,971 INFO:192.168.1.177 - - [01/Sep/2024 05:32:01] "GET /loading HTTP/1.1" 200 -
  256. 2024-09-01 05:32:04,853 INFO:192.168.1.177 - - [01/Sep/2024 05:32:04] "GET /loading HTTP/1.1" 200 -
  257. 2024-09-01 05:32:07,844 INFO:192.168.1.177 - - [01/Sep/2024 05:32:07] "GET /loading HTTP/1.1" 200 -
  258. 2024-09-01 05:32:10,851 INFO:192.168.1.177 - - [01/Sep/2024 05:32:10] "GET /loading HTTP/1.1" 200 -
  259. 2024-09-01 05:32:13,851 INFO:192.168.1.177 - - [01/Sep/2024 05:32:13] "GET /loading HTTP/1.1" 200 -
  260. 2024-09-01 05:32:16,852 INFO:192.168.1.177 - - [01/Sep/2024 05:32:16] "GET /loading HTTP/1.1" 200 -
  261. 2024-09-01 05:32:19,857 INFO:192.168.1.177 - - [01/Sep/2024 05:32:19] "GET /loading HTTP/1.1" 200 -
  262. 2024-09-01 05:32:22,846 INFO:192.168.1.177 - - [01/Sep/2024 05:32:22] "GET /loading HTTP/1.1" 200 -
  263. 2024-09-01 05:32:25,855 INFO:192.168.1.177 - - [01/Sep/2024 05:32:25] "GET /loading HTTP/1.1" 200 -
  264. 2024-09-01 05:32:28,847 INFO:192.168.1.177 - - [01/Sep/2024 05:32:28] "GET /loading HTTP/1.1" 200 -
  265. 2024-09-01 05:32:31,852 INFO:192.168.1.177 - - [01/Sep/2024 05:32:31] "GET /loading HTTP/1.1" 200 -
  266. 2024-09-01 05:32:34,856 INFO:192.168.1.177 - - [01/Sep/2024 05:32:34] "GET /loading HTTP/1.1" 200 -
  267. 2024-09-01 05:32:37,847 INFO:192.168.1.177 - - [01/Sep/2024 05:32:37] "GET /loading HTTP/1.1" 200 -
  268. 2024-09-01 05:32:40,850 INFO:192.168.1.177 - - [01/Sep/2024 05:32:40] "GET /loading HTTP/1.1" 200 -
  269. 2024-09-01 05:32:43,852 INFO:192.168.1.177 - - [01/Sep/2024 05:32:43] "GET /loading HTTP/1.1" 200 -
  270. 2024-09-01 05:32:46,856 INFO:192.168.1.177 - - [01/Sep/2024 05:32:46] "GET /loading HTTP/1.1" 200 -
  271. 2024-09-01 05:32:49,847 INFO:192.168.1.177 - - [01/Sep/2024 05:32:49] "GET /loading HTTP/1.1" 200 -
  272. 2024-09-01 05:32:52,852 INFO:192.168.1.177 - - [01/Sep/2024 05:32:52] "GET /loading HTTP/1.1" 200 -
  273. 2024-09-01 05:32:55,853 INFO:192.168.1.177 - - [01/Sep/2024 05:32:55] "GET /loading HTTP/1.1" 200 -
  274. 2024-09-01 05:32:58,855 INFO:192.168.1.177 - - [01/Sep/2024 05:32:58] "GET /loading HTTP/1.1" 200 -
  275. 2024-09-01 05:33:01,854 INFO:192.168.1.177 - - [01/Sep/2024 05:33:01] "GET /loading HTTP/1.1" 200 -
  276. 2024-09-01 05:33:04,856 INFO:192.168.1.177 - - [01/Sep/2024 05:33:04] "GET /loading HTTP/1.1" 200 -
  277. 2024-09-01 05:33:07,849 INFO:192.168.1.177 - - [01/Sep/2024 05:33:07] "GET /loading HTTP/1.1" 200 -
  278. 2024-09-01 05:33:10,854 INFO:192.168.1.177 - - [01/Sep/2024 05:33:10] "GET /loading HTTP/1.1" 200 -
  279. 2024-09-01 05:33:13,854 INFO:192.168.1.177 - - [01/Sep/2024 05:33:13] "GET /loading HTTP/1.1" 200 -
  280. 2024-09-01 05:33:16,844 INFO:192.168.1.177 - - [01/Sep/2024 05:33:16] "GET /loading HTTP/1.1" 200 -
  281. 2024-09-01 05:33:19,850 INFO:192.168.1.177 - - [01/Sep/2024 05:33:19] "GET /loading HTTP/1.1" 200 -
  282. 2024-09-01 05:33:22,858 INFO:192.168.1.177 - - [01/Sep/2024 05:33:22] "GET /loading HTTP/1.1" 200 -
  283. 2024-09-01 05:33:25,848 INFO:192.168.1.177 - - [01/Sep/2024 05:33:25] "GET /loading HTTP/1.1" 200 -
  284. 2024-09-01 05:33:28,854 INFO:192.168.1.177 - - [01/Sep/2024 05:33:28] "GET /loading HTTP/1.1" 200 -
  285. 2024-09-01 05:33:31,859 INFO:192.168.1.177 - - [01/Sep/2024 05:33:31] "GET /loading HTTP/1.1" 200 -
  286. 2024-09-01 05:33:34,844 INFO:192.168.1.177 - - [01/Sep/2024 05:33:34] "GET /loading HTTP/1.1" 200 -
  287. 2024-09-01 05:33:37,851 INFO:192.168.1.177 - - [01/Sep/2024 05:33:37] "GET /loading HTTP/1.1" 200 -
  288. 2024-09-01 05:33:40,856 INFO:192.168.1.177 - - [01/Sep/2024 05:33:40] "GET /loading HTTP/1.1" 200 -
  289. 2024-09-01 05:33:43,843 INFO:192.168.1.177 - - [01/Sep/2024 05:33:43] "GET /loading HTTP/1.1" 200 -
  290. 2024-09-01 05:33:46,842 INFO:192.168.1.177 - - [01/Sep/2024 05:33:46] "GET /loading HTTP/1.1" 200 -
  291. 2024-09-01 05:33:49,855 INFO:192.168.1.177 - - [01/Sep/2024 05:33:49] "GET /loading HTTP/1.1" 200 -
  292. 2024-09-01 05:33:52,854 INFO:192.168.1.177 - - [01/Sep/2024 05:33:52] "GET /loading HTTP/1.1" 200 -
  293. 2024-09-01 05:33:55,851 INFO:192.168.1.177 - - [01/Sep/2024 05:33:55] "GET /loading HTTP/1.1" 200 -
  294. 2024-09-01 05:33:58,850 INFO:192.168.1.177 - - [01/Sep/2024 05:33:58] "GET /loading HTTP/1.1" 200 -
  295. 2024-09-01 05:34:01,850 INFO:192.168.1.177 - - [01/Sep/2024 05:34:01] "GET /loading HTTP/1.1" 200 -
  296. 2024-09-01 05:34:04,849 INFO:192.168.1.177 - - [01/Sep/2024 05:34:04] "GET /loading HTTP/1.1" 200 -
  297. 2024-09-01 05:34:07,849 INFO:192.168.1.177 - - [01/Sep/2024 05:34:07] "GET /loading HTTP/1.1" 200 -
  298. 2024-09-01 05:34:10,847 INFO:192.168.1.177 - - [01/Sep/2024 05:34:10] "GET /loading HTTP/1.1" 200 -
  299. 2024-09-01 05:34:13,849 INFO:192.168.1.177 - - [01/Sep/2024 05:34:13] "GET /loading HTTP/1.1" 200 -
  300. 2024-09-01 05:34:16,849 INFO:192.168.1.177 - - [01/Sep/2024 05:34:16] "GET /loading HTTP/1.1" 200 -
  301. 2024-09-01 05:34:19,851 INFO:192.168.1.177 - - [01/Sep/2024 05:34:19] "GET /loading HTTP/1.1" 200 -
  302. 2024-09-01 05:34:22,847 INFO:192.168.1.177 - - [01/Sep/2024 05:34:22] "GET /loading HTTP/1.1" 200 -
  303. 2024-09-01 05:34:25,844 INFO:192.168.1.177 - - [01/Sep/2024 05:34:25] "GET /loading HTTP/1.1" 200 -
  304. 2024-09-01 05:34:28,851 INFO:192.168.1.177 - - [01/Sep/2024 05:34:28] "GET /loading HTTP/1.1" 200 -
  305. 2024-09-01 05:34:31,859 INFO:192.168.1.177 - - [01/Sep/2024 05:34:31] "GET /loading HTTP/1.1" 200 -
  306. 2024-09-01 05:34:34,859 INFO:192.168.1.177 - - [01/Sep/2024 05:34:34] "GET /loading HTTP/1.1" 200 -
  307. 2024-09-01 05:34:37,848 INFO:192.168.1.177 - - [01/Sep/2024 05:34:37] "GET /loading HTTP/1.1" 200 -
  308. 2024-09-01 05:34:40,858 INFO:192.168.1.177 - - [01/Sep/2024 05:34:40] "GET /loading HTTP/1.1" 200 -
  309. 2024-09-01 05:34:43,855 INFO:192.168.1.177 - - [01/Sep/2024 05:34:43] "GET /loading HTTP/1.1" 200 -
  310. 2024-09-01 05:34:46,850 INFO:192.168.1.177 - - [01/Sep/2024 05:34:46] "GET /loading HTTP/1.1" 200 -
  311. 2024-09-01 05:34:49,854 INFO:192.168.1.177 - - [01/Sep/2024 05:34:49] "GET /loading HTTP/1.1" 200 -
  312. 2024-09-01 05:34:52,850 INFO:192.168.1.177 - - [01/Sep/2024 05:34:52] "GET /loading HTTP/1.1" 200 -
  313. 2024-09-01 05:34:55,855 INFO:192.168.1.177 - - [01/Sep/2024 05:34:55] "GET /loading HTTP/1.1" 200 -
  314. 2024-09-01 05:34:58,853 INFO:192.168.1.177 - - [01/Sep/2024 05:34:58] "GET /loading HTTP/1.1" 200 -
  315. 2024-09-01 05:35:01,843 INFO:192.168.1.177 - - [01/Sep/2024 05:35:01] "GET /loading HTTP/1.1" 200 -
  316. 2024-09-01 05:35:04,849 INFO:192.168.1.177 - - [01/Sep/2024 05:35:04] "GET /loading HTTP/1.1" 200 -
  317. 2024-09-01 05:35:07,848 INFO:192.168.1.177 - - [01/Sep/2024 05:35:07] "GET /loading HTTP/1.1" 200 -
  318. 2024-09-01 05:35:10,862 INFO:192.168.1.177 - - [01/Sep/2024 05:35:10] "GET /loading HTTP/1.1" 200 -
  319. 2024-09-01 05:35:13,854 INFO:192.168.1.177 - - [01/Sep/2024 05:35:13] "GET /loading HTTP/1.1" 200 -
  320. 2024-09-01 05:35:16,857 INFO:192.168.1.177 - - [01/Sep/2024 05:35:16] "GET /loading HTTP/1.1" 200 -
  321. 2024-09-01 05:35:19,856 INFO:192.168.1.177 - - [01/Sep/2024 05:35:19] "GET /loading HTTP/1.1" 200 -
  322. 2024-09-01 05:36:58,174 DEBUG:/etc/timezone found, contents:
  323. Europe/London
  324.  
  325. 2024-09-01 05:36:58,175 DEBUG:/etc/localtime found
  326. 2024-09-01 05:36:58,178 DEBUG:2 found:
  327. {'/etc/timezone': 'Europe/London', '/etc/localtime is a symlink to': 'Europe/London'}
  328. 2024-09-01 05:36:58,180 INFO:Adding job tentatively -- it will be properly scheduled when the scheduler starts
  329. 2024-09-01 05:36:58,181 INFO:Added job "update_data" to job store "default"
  330. 2024-09-01 05:36:58,182 INFO:Scheduler started
  331. 2024-09-01 05:36:58,182 DEBUG:Looking for jobs to run
  332. 2024-09-01 05:36:58,183 DEBUG:Next wakeup is due at 2024-09-01 05:46:58.180134+01:00 (in 599.996927 seconds)
  333. 2024-09-01 05:36:58,208 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  334. * Running on all addresses (0.0.0.0)
  335. * Running on http://127.0.0.1:5000
  336. * Running on http://192.168.1.5:5000
  337. 2024-09-01 05:36:58,208 INFO:Press CTRL+C to quit
  338. 2024-09-01 05:37:11,484 DEBUG:Entering home() function
  339. 2024-09-01 05:37:11,485 DEBUG:No encryption key in session, redirecting to decrypt
  340. 2024-09-01 05:37:11,488 INFO:192.168.1.177 - - [01/Sep/2024 05:37:11] "GET / HTTP/1.1" 302 -
  341. 2024-09-01 05:37:11,495 DEBUG:Entering decrypt() function
  342. 2024-09-01 05:37:11,510 INFO:192.168.1.177 - - [01/Sep/2024 05:37:11] "GET /decrypt HTTP/1.1" 200 -
  343. 2024-09-01 05:37:16,407 DEBUG:Entering decrypt() function
  344. 2024-09-01 05:37:16,412 DEBUG:Decryption key set, redirecting to home
  345. 2024-09-01 05:37:16,417 INFO:192.168.1.177 - - [01/Sep/2024 05:37:16] "POST /decrypt HTTP/1.1" 302 -
  346. 2024-09-01 05:37:16,426 DEBUG:Entering home() function
  347. 2024-09-01 05:37:16,427 DEBUG:No holdings data, rendering MFA template
  348. 2024-09-01 05:37:16,433 INFO:192.168.1.177 - - [01/Sep/2024 05:37:16] "GET / HTTP/1.1" 200 -
  349. 2024-09-01 05:37:36,619 DEBUG:Entering home() function
  350. 2024-09-01 05:37:36,622 DEBUG:POST request received, setting MFA code
  351. 2024-09-01 05:37:36,624 DEBUG:Entering update_data() function
  352. 2024-09-01 05:37:36,628 INFO:192.168.1.177 - - [01/Sep/2024 05:37:36] "POST / HTTP/1.1" 302 -
  353. 2024-09-01 05:37:36,630 DEBUG:Updating data with MFA code: 961 368
  354. 2024-09-01 05:37:36,630 ERROR:Error in update_data: Working outside of request context.
  355.  
  356. This typically means that you attempted to use functionality that needed
  357. an active HTTP request. Consult the documentation on testing for
  358. information about how to avoid this problem.
  359. 2024-09-01 05:37:36,631 DEBUG:Update complete
  360. 2024-09-01 05:37:36,633 INFO:192.168.1.177 - - [01/Sep/2024 05:37:36] "GET /loading HTTP/1.1" 302 -
  361. 2024-09-01 05:37:36,639 INFO:192.168.1.177 - - [01/Sep/2024 05:37:36] "GET /loading HTTP/1.1" 302 -
  362. 2024-09-01 05:37:36,648 DEBUG:Entering home() function
  363. 2024-09-01 05:37:36,649 DEBUG:No holdings data, rendering MFA template
  364. 2024-09-01 05:37:36,651 INFO:192.168.1.177 - - [01/Sep/2024 05:37:36] "GET / HTTP/1.1" 200 -
  365. 2024-09-01 05:37:42,051 DEBUG:Entering home() function
  366. 2024-09-01 05:37:42,053 DEBUG:POST request received, setting MFA code
  367. 2024-09-01 05:37:42,055 DEBUG:Entering update_data() function
  368. 2024-09-01 05:37:42,059 INFO:192.168.1.177 - - [01/Sep/2024 05:37:42] "POST / HTTP/1.1" 302 -
  369. 2024-09-01 05:37:42,061 DEBUG:Updating data with MFA code: 961368
  370. 2024-09-01 05:37:42,061 ERROR:Error in update_data: Working outside of request context.
  371.  
  372. This typically means that you attempted to use functionality that needed
  373. an active HTTP request. Consult the documentation on testing for
  374. information about how to avoid this problem.
  375. 2024-09-01 05:37:42,062 DEBUG:Update complete
  376. 2024-09-01 05:37:42,068 INFO:192.168.1.177 - - [01/Sep/2024 05:37:42] "GET /loading HTTP/1.1" 302 -
  377. 2024-09-01 05:37:42,077 DEBUG:Entering home() function
  378. 2024-09-01 05:37:42,078 DEBUG:No holdings data, rendering MFA template
  379. 2024-09-01 05:37:42,080 INFO:192.168.1.177 - - [01/Sep/2024 05:37:42] "GET / HTTP/1.1" 200 -
  380. 2024-09-01 05:37:54,403 DEBUG:Entering home() function
  381. 2024-09-01 05:37:54,405 DEBUG:POST request received, setting MFA code
  382. 2024-09-01 05:37:54,407 DEBUG:Entering update_data() function
  383. 2024-09-01 05:37:54,411 INFO:192.168.1.177 - - [01/Sep/2024 05:37:54] "POST / HTTP/1.1" 302 -
  384. 2024-09-01 05:37:54,413 DEBUG:Updating data with MFA code: 961 368
  385. 2024-09-01 05:37:54,413 ERROR:Error in update_data: Working outside of request context.
  386.  
  387. This typically means that you attempted to use functionality that needed
  388. an active HTTP request. Consult the documentation on testing for
  389. information about how to avoid this problem.
  390. 2024-09-01 05:37:54,414 DEBUG:Update complete
  391. 2024-09-01 05:37:54,421 INFO:192.168.1.177 - - [01/Sep/2024 05:37:54] "GET /loading HTTP/1.1" 302 -
  392. 2024-09-01 05:37:54,433 DEBUG:Entering home() function
  393. 2024-09-01 05:37:54,434 DEBUG:No holdings data, rendering MFA template
  394. 2024-09-01 05:37:54,436 INFO:192.168.1.177 - - [01/Sep/2024 05:37:54] "GET / HTTP/1.1" 200 -
  395. 2024-09-01 05:40:51,241 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  396. * Running on all addresses (0.0.0.0)
  397. * Running on http://127.0.0.1:5000
  398. * Running on http://192.168.1.5:5000
  399. 2024-09-01 05:40:51,241 INFO:Press CTRL+C to quit
  400. 2024-09-01 05:41:17,333 INFO:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
  401. * Running on all addresses (0.0.0.0)
  402. * Running on http://127.0.0.1:5000
  403. * Running on http://192.168.1.5:5000
  404. 2024-09-01 05:41:17,333 INFO:Press CTRL+C to quit
  405. 2024-09-01 05:41:19,815 DEBUG:Entering home() function
  406. 2024-09-01 05:41:19,815 DEBUG:No encryption key in session, redirecting to decrypt
  407. 2024-09-01 05:41:19,816 INFO:192.168.1.177 - - [01/Sep/2024 05:41:19] "GET / HTTP/1.1" 302 -
  408. 2024-09-01 05:41:19,821 DEBUG:Entering decrypt() function
  409. 2024-09-01 05:41:19,827 INFO:192.168.1.177 - - [01/Sep/2024 05:41:19] "GET /decrypt HTTP/1.1" 200 -
  410. 2024-09-01 05:41:31,700 DEBUG:Entering decrypt() function
  411. 2024-09-01 05:41:31,703 DEBUG:Decryption key set, redirecting to home
  412. 2024-09-01 05:41:31,707 INFO:192.168.1.177 - - [01/Sep/2024 05:41:31] "POST /decrypt HTTP/1.1" 302 -
  413. 2024-09-01 05:41:31,717 DEBUG:Entering home() function
  414. 2024-09-01 05:41:31,718 DEBUG:No holdings data, rendering MFA template
  415. 2024-09-01 05:41:31,722 INFO:192.168.1.177 - - [01/Sep/2024 05:41:31] "GET / HTTP/1.1" 200 -
  416. 2024-09-01 05:41:41,657 DEBUG:Entering home() function
  417. 2024-09-01 05:41:41,658 DEBUG:POST request received, setting MFA code
  418. 2024-09-01 05:41:41,661 DEBUG:Entering update_data() function
  419. 2024-09-01 05:41:41,665 INFO:192.168.1.177 - - [01/Sep/2024 05:41:41] "POST / HTTP/1.1" 302 -
  420. 2024-09-01 05:41:41,666 DEBUG:Updating data with MFA code: 164 969
  421. 2024-09-01 05:41:41,891 ERROR:Error in update_data:
  422. 2024-09-01 05:41:41,892 DEBUG:Update complete
  423. 2024-09-01 05:41:41,893 INFO:192.168.1.177 - - [01/Sep/2024 05:41:41] "GET /loading HTTP/1.1" 302 -
  424. 2024-09-01 05:41:41,899 DEBUG:Entering home() function
  425. 2024-09-01 05:41:41,899 DEBUG:No holdings data, rendering MFA template
  426. 2024-09-01 05:41:41,900 INFO:192.168.1.177 - - [01/Sep/2024 05:41:41] "GET / HTTP/1.1" 200 -
  427. 2024-09-01 05:41:48,211 DEBUG:Entering home() function
  428. 2024-09-01 05:41:48,213 DEBUG:POST request received, setting MFA code
  429. 2024-09-01 05:41:48,215 DEBUG:Entering update_data() function
  430. 2024-09-01 05:41:48,219 INFO:192.168.1.177 - - [01/Sep/2024 05:41:48] "POST / HTTP/1.1" 302 -
  431. 2024-09-01 05:41:48,221 DEBUG:Updating data with MFA code: 164969
  432. 2024-09-01 05:41:48,414 ERROR:Error in update_data:
  433. 2024-09-01 05:41:48,415 DEBUG:Update complete
  434. 2024-09-01 05:41:48,415 INFO:192.168.1.177 - - [01/Sep/2024 05:41:48] "GET /loading HTTP/1.1" 302 -
  435. 2024-09-01 05:41:48,422 DEBUG:Entering home() function
  436. 2024-09-01 05:41:48,423 DEBUG:No holdings data, rendering MFA template
  437. 2024-09-01 05:41:48,423 INFO:192.168.1.177 - - [01/Sep/2024 05:41:48] "GET / HTTP/1.1" 200 -
  438.  
Advertisement
Add Comment
Please, Sign In to add comment