nohup.out 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343
  1. Watching for file changes with StatReloader
  2. Exception in thread django-main-thread:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  5. self.run()
  6. File "/usr/lib/python3.6/threading.py", line 864, in run
  7. self._target(*self._args, **self._kwargs)
  8. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 64, in wrapper
  9. fn(*args, **kwargs)
  10. File "/usr/local/lib/python3.6/dist-packages/django/core/management/commands/runserver.py", line 110, in inner_run
  11. autoreload.raise_last_exception()
  12. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 87, in raise_last_exception
  13. raise _exception[1]
  14. File "/usr/local/lib/python3.6/dist-packages/django/core/management/__init__.py", line 375, in execute
  15. autoreload.check_errors(django.setup)()
  16. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 64, in wrapper
  17. fn(*args, **kwargs)
  18. File "/usr/local/lib/python3.6/dist-packages/django/__init__.py", line 24, in setup
  19. apps.populate(settings.INSTALLED_APPS)
  20. File "/usr/local/lib/python3.6/dist-packages/django/apps/registry.py", line 91, in populate
  21. app_config = AppConfig.create(entry)
  22. File "/usr/local/lib/python3.6/dist-packages/django/apps/config.py", line 224, in create
  23. import_module(entry)
  24. File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
  25. return _bootstrap._gcd_import(name[level:], package, level)
  26. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  27. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  28. File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  29. ModuleNotFoundError: No module named 'avatar'
  30. Watching for file changes with StatReloader
  31. Performing system checks...
  32. System check identified no issues (0 silenced).
  33. July 19, 2023 - 11:33:28
  34. Django version 3.2.20, using settings 'system.settings'
  35. Starting development server at http://0.0.0.0:9000/
  36. Quit the server with CONTROL-C.
  37. Watching for file changes with StatReloader
  38. /opt/Blog/system/settings.py changed, reloading.
  39. Performing system checks...
  40. System check identified no issues (0 silenced).
  41. July 19, 2023 - 11:34:06
  42. Django version 3.2.20, using settings 'system.settings'
  43. Starting development server at http://0.0.0.0:9000/
  44. Quit the server with CONTROL-C.
  45. /opt/Blog/system/settings.py changed, reloading.
  46. Watching for file changes with StatReloader
  47. Watching for file changes with StatReloader
  48. Exception in thread django-main-thread:
  49. Traceback (most recent call last):
  50. File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
  51. self.run()
  52. File "/usr/lib/python3.6/threading.py", line 864, in run
  53. self._target(*self._args, **self._kwargs)
  54. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 64, in wrapper
  55. fn(*args, **kwargs)
  56. File "/usr/local/lib/python3.6/dist-packages/django/core/management/commands/runserver.py", line 110, in inner_run
  57. autoreload.raise_last_exception()
  58. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 87, in raise_last_exception
  59. raise _exception[1]
  60. File "/usr/local/lib/python3.6/dist-packages/django/core/management/__init__.py", line 375, in execute
  61. autoreload.check_errors(django.setup)()
  62. File "/usr/local/lib/python3.6/dist-packages/django/utils/autoreload.py", line 64, in wrapper
  63. fn(*args, **kwargs)
  64. File "/usr/local/lib/python3.6/dist-packages/django/__init__.py", line 24, in setup
  65. apps.populate(settings.INSTALLED_APPS)
  66. File "/usr/local/lib/python3.6/dist-packages/django/apps/registry.py", line 91, in populate
  67. app_config = AppConfig.create(entry)
  68. File "/usr/local/lib/python3.6/dist-packages/django/apps/config.py", line 224, in create
  69. import_module(entry)
  70. File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
  71. return _bootstrap._gcd_import(name[level:], package, level)
  72. File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  73. File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  74. File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  75. ModuleNotFoundError: No module named 'avatar'
  76. Performing system checks...
  77. System check identified no issues (0 silenced).
  78. July 19, 2023 - 12:13:13
  79. Django version 3.2.20, using settings 'system.settings'
  80. Starting development server at http://0.0.0.0:9000/
  81. Quit the server with CONTROL-C.
  82. Watching for file changes with StatReloader
  83. [19/Jul/2023 12:16:06] "GET / HTTP/1.0" 200 33099
  84. [19/Jul/2023 12:16:06] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  85. [19/Jul/2023 12:16:06] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 200 6994
  86. [19/Jul/2023 12:16:06] "GET /static/img.png HTTP/1.0" 200 6719
  87. [19/Jul/2023 12:16:06] "GET /static/js/jquery.min.js HTTP/1.0" 200 95789
  88. [19/Jul/2023 12:16:06] "GET /user_avatar/1 HTTP/1.0" 302 0
  89. [19/Jul/2023 12:16:07] "GET /static/semantic.js HTTP/1.0" 200 737378
  90. [19/Jul/2023 12:16:07] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  91. [19/Jul/2023 12:16:09] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 200 13794
  92. [19/Jul/2023 12:16:09] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 200 52920
  93. [19/Jul/2023 12:16:16] "GET / HTTP/1.0" 200 33099
  94. [19/Jul/2023 12:16:16] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  95. [19/Jul/2023 12:16:16] "GET /user_avatar/1 HTTP/1.0" 302 0
  96. [19/Jul/2023 12:16:16] "GET /static/semantic.js HTTP/1.0" 200 737378
  97. [19/Jul/2023 12:16:16] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  98. [19/Jul/2023 12:16:34] "GET /static/themes/default/assets/fonts/brand-icons.woff2 HTTP/1.0" 200 54488
  99. [19/Jul/2023 12:16:34] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 200 40148
  100. [19/Jul/2023 12:16:44] "GET /static/favicon.ico HTTP/1.0" 200 15406
  101. Not Found: /git.cybersicko.net
  102. [19/Jul/2023 12:17:20] "GET /git.cybersicko.net HTTP/1.0" 404 3735
  103. Not Found: /favicon.ico
  104. [19/Jul/2023 12:17:21] "GET /favicon.ico HTTP/1.0" 404 3714
  105. [19/Jul/2023 12:17:39] "GET / HTTP/1.0" 200 33106
  106. [19/Jul/2023 12:17:39] "GET /user_avatar/1 HTTP/1.0" 302 0
  107. [19/Jul/2023 12:21:21] "GET /user_avatar/1 HTTP/1.0" 302 0
  108. [19/Jul/2023 12:21:21] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  109. [19/Jul/2023 12:24:36] "GET /static/img.png HTTP/1.0" 200 6719
  110. [19/Jul/2023 12:25:06] "GET / HTTP/1.0" 200 33106
  111. Not Found: /Public/home/js/check.js
  112. [19/Jul/2023 12:25:06] "GET /Public/home/js/check.js HTTP/1.0" 404 3750
  113. [19/Jul/2023 12:25:07] "GET /static/admin/javascript/hetong.js HTTP/1.0" 404 1837
  114. [19/Jul/2023 12:31:06] "GET / HTTP/1.0" 200 33106
  115. [19/Jul/2023 12:31:06] "GET / HTTP/1.0" 200 33106
  116. [19/Jul/2023 12:31:07] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  117. [19/Jul/2023 12:31:07] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 200 6994
  118. [19/Jul/2023 12:31:07] "GET /static/js/jquery.min.js HTTP/1.0" 200 95789
  119. [19/Jul/2023 12:31:07] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 200 52920
  120. [19/Jul/2023 12:31:07] "GET /static/semantic.js HTTP/1.0" 200 737378
  121. [19/Jul/2023 12:31:07] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 200 13794
  122. [19/Jul/2023 12:31:08] "GET /user_avatar/1 HTTP/1.0" 302 0
  123. [19/Jul/2023 12:31:08] "GET /static/img.png HTTP/1.0" 200 6719
  124. [19/Jul/2023 12:31:08] "GET /static/themes/default/assets/fonts/brand-icons.woff2 HTTP/1.0" 200 54488
  125. [19/Jul/2023 12:31:08] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 200 40148
  126. [19/Jul/2023 12:31:09] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  127. [19/Jul/2023 12:31:11] "GET /static/favicon.ico HTTP/1.0" 200 15406
  128. Not Found: /.git/config
  129. [19/Jul/2023 12:31:14] "GET /.git/config HTTP/1.0" 404 3714
  130. [19/Jul/2023 12:31:14] "GET / HTTP/1.0" 200 33106
  131. Not Found: /favicon.ico
  132. [19/Jul/2023 12:31:14] "HEAD /favicon.ico HTTP/1.0" 404 3715
  133. [19/Jul/2023 12:31:15] "GET /static/favicon.ico HTTP/1.0" 200 15406
  134. [19/Jul/2023 12:31:16] "GET / HTTP/1.0" 200 33106
  135. [19/Jul/2023 12:31:17] "GET / HTTP/1.0" 200 33106
  136. Not Found: /.vscode/sftp.json
  137. [19/Jul/2023 12:31:18] "GET /.vscode/sftp.json HTTP/1.0" 404 3732
  138. Not Found: /about
  139. [19/Jul/2023 12:31:18] "GET /about HTTP/1.0" 404 3696
  140. Not Found: /debug/default/view
  141. [19/Jul/2023 12:31:19] "GET /debug/default/view?panel=config HTTP/1.0" 404 3748
  142. Not Found: /v2/_catalog
  143. [19/Jul/2023 12:31:19] "GET /v2/_catalog HTTP/1.0" 404 3714
  144. Not Found: /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application
  145. [19/Jul/2023 12:31:20] "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.0" 404 3906
  146. Not Found: /server-status
  147. [19/Jul/2023 12:31:20] "GET /server-status HTTP/1.0" 404 3720
  148. Not Found: /login.action
  149. [19/Jul/2023 12:31:21] "GET /login.action HTTP/1.0" 404 3717
  150. Not Found: /_all_dbs
  151. [19/Jul/2023 12:31:21] "GET /_all_dbs HTTP/1.0" 404 3705
  152. Not Found: /.DS_Store
  153. [19/Jul/2023 12:31:22] "GET /.DS_Store HTTP/1.0" 404 3708
  154. Not Found: /.env
  155. [19/Jul/2023 12:31:22] "GET /.env HTTP/1.0" 404 3693
  156. Not Found: /.git/config
  157. [19/Jul/2023 12:31:23] "GET /.git/config HTTP/1.0" 404 3714
  158. Not Found: /s/932313e2931313e29383e2831313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties
  159. [19/Jul/2023 12:31:23] "GET /s/932313e2931313e29383e2831313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.0" 404 3983
  160. Not Found: /config.json
  161. [19/Jul/2023 12:31:24] "GET /config.json HTTP/1.0" 404 3714
  162. Not Found: /telescope/requests
  163. [19/Jul/2023 12:31:25] "GET /telescope/requests HTTP/1.0" 404 3735
  164. [19/Jul/2023 12:31:25] "GET /?rest_route=/wp/v2/users/ HTTP/1.0" 200 33106
  165. [19/Jul/2023 12:32:25] "HEAD / HTTP/1.0" 200 33106
  166. Not Found: /git.cybersicko.net
  167. [19/Jul/2023 12:35:54] "GET /git.cybersicko.net HTTP/1.0" 404 3735
  168. [19/Jul/2023 12:36:40] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  169. [19/Jul/2023 12:36:42] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  170. Not Found: /telescope/requests
  171. [19/Jul/2023 12:39:46] "GET /telescope/requests HTTP/1.0" 404 3735
  172. [19/Jul/2023 12:39:57] "HEAD / HTTP/1.0" 200 33106
  173. [19/Jul/2023 12:39:58] "HEAD / HTTP/1.0" 200 33106
  174. Not Found: /debug/default/view
  175. [19/Jul/2023 12:40:21] "GET /debug/default/view?panel=config HTTP/1.0" 404 3748
  176. [19/Jul/2023 12:40:32] "HEAD / HTTP/1.0" 200 33106
  177. Not Found: /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application
  178. [19/Jul/2023 12:42:46] "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.0" 404 3906
  179. Not Found: /server-status
  180. [19/Jul/2023 12:43:03] "GET /server-status HTTP/1.0" 404 3720
  181. Not Found: /_all_dbs
  182. [19/Jul/2023 12:44:36] "GET /_all_dbs HTTP/1.0" 404 3705
  183. Not Found: /about
  184. [19/Jul/2023 12:45:21] "GET /about HTTP/1.0" 404 3696
  185. Not Found: /v2/_catalog
  186. [19/Jul/2023 12:46:40] "GET /v2/_catalog HTTP/1.0" 404 3714
  187. Not Found: /console/
  188. [19/Jul/2023 12:49:41] "GET /console/ HTTP/1.0" 404 3705
  189. [19/Jul/2023 12:56:57] "GET / HTTP/1.0" 200 33106
  190. Not Found: /.git/HEAD
  191. [19/Jul/2023 12:57:00] "GET /.git/HEAD HTTP/1.0" 404 3708
  192. Not Found: /console/
  193. [19/Jul/2023 12:57:34] "GET /console/ HTTP/1.0" 404 3705
  194. [19/Jul/2023 12:57:50] "HEAD / HTTP/1.0" 200 33106
  195. [19/Jul/2023 12:57:50] "HEAD / HTTP/1.0" 200 33106
  196. [19/Jul/2023 13:16:34] code 400, message Bad request syntax ("\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03\x92#ñx\x02\x0c¦¢ºmà³\x8b\x81\x8e\x1f\x96ÖJv\x0c+øGÍ\\I³èß\x10n\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  197. [19/Jul/2023 13:16:34] You're accessing the development server over HTTPS, but it only supports HTTP.
  198. [19/Jul/2023 13:16:36] code 400, message Bad request syntax ('\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03³\x84B\x9fC$á¼Z»\x07S\x9e\x879i7Ã9>|äý×"C\x84r\x9d\x18@à\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À\'\x00gÀ')
  199. [19/Jul/2023 13:16:36] You're accessing the development server over HTTPS, but it only supports HTTP.
  200. [19/Jul/2023 13:16:37] code 400, message Bad request version ("\x04®[fË\x9d\x90\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  201. [19/Jul/2023 13:16:37] You're accessing the development server over HTTPS, but it only supports HTTP.
  202. [19/Jul/2023 13:17:42] code 400, message Bad request syntax ("\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03Í\x0c!>\x9dÂù\x0c(f!\x0fúµefmû\x047\x06m÷\x8fe¡½\x1c/A\\Â\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  203. [19/Jul/2023 13:17:42] You're accessing the development server over HTTPS, but it only supports HTTP.
  204. [19/Jul/2023 13:17:46] code 400, message Bad request syntax ("\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03\x18LÕ\x89\x15\\Ã(\x84èãq\x96\x1bϪ\x14\x91^eöOG¥Á\x08çêÖ\x8d\x92ï\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  205. [19/Jul/2023 13:17:46] You're accessing the development server over HTTPS, but it only supports HTTP.
  206. [19/Jul/2023 13:17:55] code 400, message Bad request syntax ("\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03\t\x89TÀ¸T ¿d\x93Ì\x08°×9d+^u³¨~\x85\x00\\zdDàvä\x1d\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  207. [19/Jul/2023 13:17:55] You're accessing the development server over HTTPS, but it only supports HTTP.
  208. [19/Jul/2023 13:18:08] code 400, message Bad request version ("Êk\x1a\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  209. [19/Jul/2023 13:18:08] You're accessing the development server over HTTPS, but it only supports HTTP.
  210. [19/Jul/2023 13:18:11] code 400, message Bad request syntax ("\x16\x03\x01\x00½\x01\x00\x00¹\x03\x03Fݶ¥o6\x9fÎtÓ¦\x87%@â¾mÁ°Ð\x8b*¤Æ²e\x98âeÒþ×\x00\x008À,À0\x00\x9f̨̩̪À+À/\x00\x9eÀ$À(\x00kÀ#À'\x00gÀ")
  211. [19/Jul/2023 13:18:11] You're accessing the development server over HTTPS, but it only supports HTTP.
  212. [19/Jul/2023 13:19:09] "GET / HTTP/1.0" 200 33106
  213. [19/Jul/2023 13:19:09] "GET /static/semantic.min.css HTTP/1.0" 304 0
  214. [19/Jul/2023 13:19:09] "GET /static/img.png HTTP/1.0" 304 0
  215. [19/Jul/2023 13:19:09] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 304 0
  216. [19/Jul/2023 13:19:09] "GET /user_avatar/1 HTTP/1.0" 302 0
  217. [19/Jul/2023 13:19:09] "GET /static/js/jquery.min.js HTTP/1.0" 304 0
  218. [19/Jul/2023 13:19:09] "GET /static/semantic.js HTTP/1.0" 304 0
  219. [19/Jul/2023 13:19:09] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 304 0
  220. [19/Jul/2023 13:19:09] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 304 0
  221. [19/Jul/2023 13:19:09] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 304 0
  222. [19/Jul/2023 13:19:09] "GET /static/themes/default/assets/fonts/brand-icons.woff2 HTTP/1.0" 304 0
  223. [19/Jul/2023 13:19:09] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 304 0
  224. [19/Jul/2023 13:19:09] "GET /static/favicon.ico HTTP/1.0" 304 0
  225. [19/Jul/2023 13:21:01] "GET / HTTP/1.0" 200 33106
  226. [19/Jul/2023 13:21:03] "GET / HTTP/1.0" 200 33106
  227. Not Found: /wp-includes/wlwmanifest.xml
  228. [19/Jul/2023 13:21:05] "GET /wp-includes/wlwmanifest.xml HTTP/1.0" 404 3762
  229. Not Found: /xmlrpc.php
  230. [19/Jul/2023 13:21:06] "GET /xmlrpc.php?rsd HTTP/1.0" 404 3715
  231. [19/Jul/2023 13:21:09] "GET / HTTP/1.0" 200 33106
  232. Not Found: /blog/wp-includes/wlwmanifest.xml
  233. [19/Jul/2023 13:21:12] "GET /blog/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3777
  234. Not Found: /web/wp-includes/wlwmanifest.xml
  235. [19/Jul/2023 13:21:13] "GET /web/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3774
  236. Not Found: /wordpress/wp-includes/wlwmanifest.xml
  237. [19/Jul/2023 13:21:20] "GET /wordpress/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3792
  238. Not Found: /website/wp-includes/wlwmanifest.xml
  239. [19/Jul/2023 13:21:21] "GET /website/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3786
  240. Not Found: /news/wp-includes/wlwmanifest.xml
  241. [19/Jul/2023 13:21:23] "GET /news/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3777
  242. Not Found: /2020/wp-includes/wlwmanifest.xml
  243. [19/Jul/2023 13:21:24] "GET /2020/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3777
  244. Not Found: /shop/wp-includes/wlwmanifest.xml
  245. [19/Jul/2023 13:21:26] "GET /shop/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3777
  246. Not Found: /test/wp-includes/wlwmanifest.xml
  247. [19/Jul/2023 13:21:27] "GET /test/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3777
  248. Not Found: /wp2/wp-includes/wlwmanifest.xml
  249. [19/Jul/2023 13:21:29] "GET /wp2/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3774
  250. Not Found: /cms/wp-includes/wlwmanifest.xml
  251. [19/Jul/2023 13:21:30] "GET /cms/wp-includes/wlwmanifest.xml HTTP/1.0" 404 3774
  252. Not Found: /_ignition/execute-solution
  253. [19/Jul/2023 13:21:34] "GET /_ignition/execute-solution HTTP/1.0" 404 3759
  254. [19/Jul/2023 13:25:21] "HEAD / HTTP/1.0" 200 33106
  255. Not Found: /manager/html
  256. [19/Jul/2023 13:25:46] "GET /manager/html HTTP/1.0" 404 3717
  257. [19/Jul/2023 13:26:19] "HEAD / HTTP/1.0" 200 33106
  258. [19/Jul/2023 13:26:31] "HEAD / HTTP/1.0" 200 33106
  259. [19/Jul/2023 13:26:52] "HEAD / HTTP/1.0" 200 33106
  260. [19/Jul/2023 13:27:49] "HEAD / HTTP/1.0" 200 33106
  261. [19/Jul/2023 13:27:57] "HEAD / HTTP/1.0" 200 33106
  262. [19/Jul/2023 13:32:33] "GET / HTTP/1.0" 200 33106
  263. [19/Jul/2023 13:32:34] "GET / HTTP/1.0" 200 33106
  264. [19/Jul/2023 13:32:35] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  265. [19/Jul/2023 13:32:35] "GET /static/img.png HTTP/1.0" 200 6719
  266. [19/Jul/2023 13:32:35] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 200 6994
  267. [19/Jul/2023 13:32:35] "GET /user_avatar/1 HTTP/1.0" 302 0
  268. [19/Jul/2023 13:32:35] "GET /static/js/jquery.min.js HTTP/1.0" 200 95789
  269. [19/Jul/2023 13:32:35] "GET /static/semantic.js HTTP/1.0" 200 737378
  270. [19/Jul/2023 13:32:35] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  271. [19/Jul/2023 13:32:35] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 200 52920
  272. [19/Jul/2023 13:32:36] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 200 13794
  273. [19/Jul/2023 13:32:46] "GET /user_avatar/1 HTTP/1.0" 302 0
  274. [19/Jul/2023 13:32:46] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  275. [19/Jul/2023 13:32:58] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 200 40148
  276. [19/Jul/2023 13:32:58] "GET /static/themes/default/assets/fonts/brand-icons.woff2 HTTP/1.0" 200 54488
  277. [19/Jul/2023 13:33:18] "GET /static/favicon.ico HTTP/1.0" 200 15406
  278. [19/Jul/2023 13:33:22] "GET / HTTP/1.0" 200 33106
  279. [19/Jul/2023 13:33:22] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 200 6994
  280. [19/Jul/2023 13:33:22] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  281. [19/Jul/2023 13:33:22] "GET /static/img.png HTTP/1.0" 200 6719
  282. [19/Jul/2023 13:33:22] "GET /user_avatar/1 HTTP/1.0" 302 0
  283. [19/Jul/2023 13:33:22] "GET /static/js/jquery.min.js HTTP/1.0" 200 95789
  284. [19/Jul/2023 13:33:22] "GET /static/semantic.js HTTP/1.0" 200 737378
  285. [19/Jul/2023 13:33:22] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 200 52920
  286. [19/Jul/2023 13:33:22] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  287. [19/Jul/2023 13:33:23] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 200 13794
  288. [19/Jul/2023 13:33:24] "GET /user_avatar/1 HTTP/1.0" 302 0
  289. [19/Jul/2023 13:33:24] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  290. [19/Jul/2023 13:33:48] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 200 40148
  291. [19/Jul/2023 13:33:48] "GET /static/themes/default/assets/fonts/brand-icons.woff2 HTTP/1.0" 200 54488
  292. [19/Jul/2023 13:34:06] "GET /static/favicon.ico HTTP/1.0" 200 15406
  293. [19/Jul/2023 13:39:26] "GET / HTTP/1.0" 200 33106
  294. [19/Jul/2023 13:39:46] "GET / HTTP/1.0" 200 33106
  295. [19/Jul/2023 13:39:46] "GET /static/semantic.min.css HTTP/1.0" 200 628512
  296. [19/Jul/2023 13:39:46] "GET /static/photoswipe/photoswipe.css HTTP/1.0" 200 6994
  297. [19/Jul/2023 13:39:46] "GET /static/js/jquery.min.js HTTP/1.0" 200 95789
  298. [19/Jul/2023 13:39:46] "GET /static/img.png HTTP/1.0" 200 6719
  299. [19/Jul/2023 13:39:46] "GET /static/photoswipe/photoswipe.umd.min.js HTTP/1.0" 200 52920
  300. [19/Jul/2023 13:39:46] "GET /static/photoswipe/photoswipe-lightbox.umd.min.js HTTP/1.0" 200 13794
  301. [19/Jul/2023 13:39:46] "GET /static/semantic.js HTTP/1.0" 200 737378
  302. [19/Jul/2023 13:39:46] "GET /user_avatar/1 HTTP/1.0" 302 0
  303. [19/Jul/2023 13:39:46] "GET /avatars/1/wallhaven-5gdp69_2.jpg HTTP/1.0" 200 1692204
  304. [19/Jul/2023 13:39:47] "GET /static/themes/default/assets/fonts/icons.woff2 HTTP/1.0" 200 40148
  305. [19/Jul/2023 13:39:51] "GET /static/favicon.ico HTTP/1.0" 200 15406
  306. [19/Jul/2023 13:39:55] "GET /article/90.html HTTP/1.0" 200 11843
  307. [19/Jul/2023 13:39:55] "GET /static/highlightjs/styles/androidstudio.min.css HTTP/1.0" 200 611
  308. [19/Jul/2023 13:39:55] "GET /user_avatar/1 HTTP/1.0" 302 0
  309. [19/Jul/2023 13:39:55] "GET /static/highlightjs/highlight.min.js HTTP/1.0" 200 149111
  310. [19/Jul/2023 13:39:59] "GET /article/87.html HTTP/1.0" 200 11921
  311. [19/Jul/2023 13:39:59] "GET /user_avatar/1 HTTP/1.0" 302 0
  312. [19/Jul/2023 13:40:04] "GET /article/69.html HTTP/1.0" 200 13104
  313. [19/Jul/2023 13:40:04] "GET /user_avatar/1 HTTP/1.0" 302 0
  314. [19/Jul/2023 13:40:04] "GET /upload/files/png/ccb0ec18b42272371fb002ca0fc45df5.png HTTP/1.0" 200 30589
  315. [19/Jul/2023 13:40:17] "GET / HTTP/1.0" 200 33106
  316. [19/Jul/2023 13:40:18] "GET /user_avatar/1 HTTP/1.0" 302 0
  317. Internal Server Error: /login
  318. Traceback (most recent call last):
  319. File "/root/.local/share/virtualenvs/Blog-KJAQzlvs/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner
  320. response = get_response(request)
  321. File "/root/.local/share/virtualenvs/Blog-KJAQzlvs/lib/python3.6/site-packages/django/core/handlers/base.py", line 181, in _get_response
  322. response = wrapped_callback(request, *callback_args, **callback_kwargs)
  323. File "/opt/Blog/blog/controller/login.py", line 40, in login
  324. if request.session["is_login"]:
  325. File "/root/.local/share/virtualenvs/Blog-KJAQzlvs/lib/python3.6/site-packages/django/contrib/sessions/backends/base.py", line 65, in __getitem__
  326. return self._session[key]
  327. KeyError: 'is_login'
  328. [19/Jul/2023 13:40:19] "GET /login HTTP/1.0" 500 68901
  329. Not Found: /favicon.ico
  330. [19/Jul/2023 13:40:19] "GET /favicon.ico HTTP/1.0" 404 3714