nohup.out 89 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  2. from cryptography.hazmat.primitives import padding
  3. [16/Feb/2023 15:54:26] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  4. [16/Feb/2023 15:55:11] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  5. 2023-02-16 15:55:13,749 [django.request:152] [base:get_response] [WARNING]- Not Found: /http://47.107.124.163:8068//api/wx/v3/match/latest
  6. [16/Feb/2023 15:55:13] "GET /http://47.107.124.163:8068//api/wx/v3/match/latest HTTP/1.1" 404 124
  7. [16/Feb/2023 15:55:13] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  8. [16/Feb/2023 15:57:17] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  9. 2023-02-16 15:57:29,910 [django.request:152] [base:get_response] [WARNING]- Not Found: //api/wx/v3/match/latest
  10. [16/Feb/2023 15:57:29] "GET //api/wx/v3/match/latest HTTP/1.1" 404 97
  11. [16/Feb/2023 15:57:30] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  12. [16/Feb/2023 15:57:45] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  13. Traceback (most recent call last):
  14. File "/tmp/wanzb_v3_api/src/weixin/views.py", line 1110, in get
  15. rst = ctl.get_latest_match_info(request)
  16. File "/tmp/wanzb_v3_api/src/weixin/controls.py", line 2647, in get_latest_match_info
  17. groups = list(cm.MatchGroup.objects.filter(match_id=match_id,is_active=1).order_by("order").values())
  18. NameError: global name 'match_id' is not defined
  19. [16/Feb/2023 15:57:47] "GET /api/wx/v3/match/latest HTTP/1.1" 200 66
  20. [16/Feb/2023 15:57:47] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 19120
  21. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  22. from cryptography.hazmat.primitives import padding
  23. [18/Feb/2023 09:55:19] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  24. [18/Feb/2023 09:55:41] "POST /api/wx/v3/login HTTP/1.1" 200 134
  25. [18/Feb/2023 09:55:42] "GET /api/wx/authinfo HTTP/1.1" 200 423
  26. [18/Feb/2023 09:55:42] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  27. [18/Feb/2023 09:55:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 45
  28. [18/Feb/2023 09:55:45] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  29. [18/Feb/2023 09:55:45] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 49797
  30. [18/Feb/2023 09:55:47] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  31. [18/Feb/2023 09:55:48] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6308
  32. [18/Feb/2023 09:55:52] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  33. [18/Feb/2023 09:55:52] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  34. [18/Feb/2023 09:55:53] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  35. [18/Feb/2023 10:09:10] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  36. [18/Feb/2023 10:09:10] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 45
  37. [18/Feb/2023 10:09:33] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  38. [18/Feb/2023 10:09:34] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 17130
  39. [18/Feb/2023 10:09:36] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  40. [18/Feb/2023 10:09:36] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  41. [18/Feb/2023 10:09:36] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  42. [18/Feb/2023 10:10:06] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  43. [18/Feb/2023 10:10:06] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 45
  44. [18/Feb/2023 10:10:16] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  45. [18/Feb/2023 10:10:16] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  46. [18/Feb/2023 10:10:17] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  47. [18/Feb/2023 10:11:34] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  48. [18/Feb/2023 10:11:35] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6301
  49. [18/Feb/2023 10:12:47] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  50. [18/Feb/2023 10:12:47] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 45
  51. [18/Feb/2023 10:12:48] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  52. [18/Feb/2023 10:12:48] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6306
  53. [18/Feb/2023 10:13:14] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  54. [18/Feb/2023 10:13:14] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 45
  55. [18/Feb/2023 10:13:19] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  56. [18/Feb/2023 10:13:19] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6308
  57. [18/Feb/2023 10:13:47] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  58. [18/Feb/2023 10:13:47] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 49797
  59. [18/Feb/2023 10:13:49] "GET /api/wx/v3/group/rank?id=74&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 90673
  60. [18/Feb/2023 10:13:52] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  61. [18/Feb/2023 10:13:52] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  62. [18/Feb/2023 10:13:53] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  63. [18/Feb/2023 10:13:54] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  64. [18/Feb/2023 10:13:54] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  65. [18/Feb/2023 10:13:57] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  66. [18/Feb/2023 10:14:07] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  67. [18/Feb/2023 10:14:09] "POST /api/wx/v2/user/follow HTTP/1.1" 200 26
  68. [18/Feb/2023 10:14:15] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 49797
  69. [18/Feb/2023 10:14:15] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  70. [18/Feb/2023 10:14:23] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  71. [18/Feb/2023 10:14:23] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  72. [18/Feb/2023 10:14:24] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  73. [18/Feb/2023 10:14:25] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  74. [18/Feb/2023 10:15:05] "GET /api/wx/player/match?id=14&record_id=11611&user_id=4055 HTTP/1.1" 200 42543
  75. [18/Feb/2023 10:15:06] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11611 HTTP/1.1" 200 510
  76. [18/Feb/2023 10:16:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  77. [18/Feb/2023 10:16:29] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  78. [18/Feb/2023 10:17:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  79. [18/Feb/2023 10:17:06] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  80. [18/Feb/2023 10:17:06] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  81. [18/Feb/2023 10:17:32] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  82. [18/Feb/2023 10:17:32] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 17130
  83. [18/Feb/2023 10:17:38] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  84. [18/Feb/2023 10:17:38] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6300
  85. [18/Feb/2023 10:17:47] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  86. [18/Feb/2023 10:17:47] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  87. [18/Feb/2023 10:17:48] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  88. [18/Feb/2023 10:17:50] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  89. [18/Feb/2023 10:17:52] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  90. [18/Feb/2023 10:17:52] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  91. [18/Feb/2023 10:17:53] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  92. [18/Feb/2023 10:18:53] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  93. [18/Feb/2023 10:18:54] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  94. [18/Feb/2023 10:19:04] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  95. [18/Feb/2023 10:19:05] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 831
  96. [18/Feb/2023 10:24:45] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  97. [18/Feb/2023 10:24:45] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  98. [18/Feb/2023 10:24:46] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  99. [18/Feb/2023 10:24:48] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 831
  100. [18/Feb/2023 10:25:01] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  101. [18/Feb/2023 10:25:02] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1124
  102. [18/Feb/2023 10:47:37] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  103. [18/Feb/2023 10:47:37] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  104. [18/Feb/2023 10:47:39] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  105. [18/Feb/2023 10:47:41] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1124
  106. [18/Feb/2023 10:54:43] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  107. [18/Feb/2023 10:54:43] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  108. [18/Feb/2023 10:54:43] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  109. [18/Feb/2023 10:54:45] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1124
  110. [18/Feb/2023 10:55:13] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  111. [18/Feb/2023 10:55:13] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1328
  112. [18/Feb/2023 10:56:10] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  113. [18/Feb/2023 10:56:35] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1532
  114. [18/Feb/2023 10:57:36] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  115. [18/Feb/2023 10:57:37] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1736
  116. [18/Feb/2023 10:58:21] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  117. [18/Feb/2023 10:58:21] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  118. [18/Feb/2023 10:58:33] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  119. [18/Feb/2023 10:58:35] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1736
  120. [18/Feb/2023 10:58:49] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  121. [18/Feb/2023 10:58:50] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 1945
  122. [18/Feb/2023 10:59:00] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  123. [18/Feb/2023 10:59:01] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 2238
  124. [18/Feb/2023 11:04:13] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  125. [18/Feb/2023 11:04:13] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  126. [18/Feb/2023 11:04:14] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  127. [18/Feb/2023 11:08:42] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  128. [18/Feb/2023 11:08:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  129. [18/Feb/2023 11:08:44] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  130. [18/Feb/2023 11:08:45] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  131. [18/Feb/2023 11:08:45] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  132. [18/Feb/2023 11:08:46] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  133. [18/Feb/2023 11:15:48] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  134. [18/Feb/2023 11:15:48] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  135. [18/Feb/2023 11:15:50] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  136. [18/Feb/2023 11:15:51] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  137. [18/Feb/2023 11:15:52] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  138. [18/Feb/2023 11:15:52] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  139. [18/Feb/2023 11:17:10] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  140. [18/Feb/2023 11:17:10] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  141. [18/Feb/2023 11:17:11] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  142. [18/Feb/2023 11:20:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  143. [18/Feb/2023 11:20:57] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  144. [18/Feb/2023 11:20:58] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  145. [18/Feb/2023 11:20:59] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  146. [18/Feb/2023 11:20:59] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  147. [18/Feb/2023 11:21:00] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  148. [18/Feb/2023 11:29:44] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  149. [18/Feb/2023 11:29:44] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  150. [18/Feb/2023 11:29:57] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  151. [18/Feb/2023 11:29:58] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  152. [18/Feb/2023 11:29:58] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  153. [18/Feb/2023 11:29:59] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  154. [18/Feb/2023 11:46:30] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  155. [18/Feb/2023 11:46:30] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  156. [18/Feb/2023 11:46:31] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  157. [18/Feb/2023 11:46:32] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  158. [18/Feb/2023 11:46:33] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  159. [18/Feb/2023 11:46:33] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  160. Traceback (most recent call last):
  161. File "/tmp/wanzb_v3_api/src/weixin/views.py", line 648, in put
  162. rst = ctl.update_user_style(**vals)
  163. File "/tmp/wanzb_v3_api/src/weixin/controls.py", line 1729, in update_user_style
  164. init_fund = kwargs.pop("init_fund")
  165. KeyError: 'init_fund'
  166. [18/Feb/2023 11:46:54] "PUT /api/wx/v2/mine/style HTTP/1.1" 200 40
  167. Traceback (most recent call last):
  168. File "/tmp/wanzb_v3_api/src/weixin/views.py", line 648, in put
  169. rst = ctl.update_user_style(**vals)
  170. File "/tmp/wanzb_v3_api/src/weixin/controls.py", line 1729, in update_user_style
  171. init_fund = kwargs.pop("init_fund")
  172. KeyError: 'init_fund'
  173. [18/Feb/2023 11:49:55] "PUT /api/wx/v2/mine/style HTTP/1.1" 200 40
  174. [18/Feb/2023 11:50:17] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  175. [18/Feb/2023 11:50:17] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  176. [18/Feb/2023 11:50:17] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  177. [18/Feb/2023 11:50:19] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  178. [18/Feb/2023 11:50:19] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  179. [18/Feb/2023 11:50:21] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  180. [18/Feb/2023 11:50:21] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  181. [18/Feb/2023 11:50:46] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  182. [18/Feb/2023 11:51:45] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  183. [18/Feb/2023 11:53:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  184. [18/Feb/2023 11:53:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  185. [18/Feb/2023 11:53:39] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  186. [18/Feb/2023 11:53:40] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  187. [18/Feb/2023 11:53:40] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  188. [18/Feb/2023 11:53:43] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  189. [18/Feb/2023 11:53:43] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  190. [18/Feb/2023 11:53:44] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  191. [18/Feb/2023 11:53:45] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  192. [18/Feb/2023 11:53:45] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  193. [18/Feb/2023 11:53:46] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  194. [18/Feb/2023 11:53:47] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  195. [18/Feb/2023 11:54:21] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  196. [18/Feb/2023 11:54:21] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  197. [18/Feb/2023 11:54:22] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  198. [18/Feb/2023 11:54:23] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  199. [18/Feb/2023 11:55:34] "GET /api/wx/player/match?id=14&record_id=11976&user_id=6447 HTTP/1.1" 200 32062
  200. [18/Feb/2023 11:55:34] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11976 HTTP/1.1" 200 45
  201. [18/Feb/2023 11:55:35] "GET /api/wx/user/info?user_id=6447 HTTP/1.1" 200 859
  202. [18/Feb/2023 11:55:35] "GET /api/wx/v3/user/match/list?user_id=6447 HTTP/1.1" 200 17951
  203. [18/Feb/2023 11:55:40] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  204. [18/Feb/2023 11:55:41] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  205. [18/Feb/2023 11:55:42] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  206. [18/Feb/2023 11:55:43] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  207. [18/Feb/2023 11:55:55] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  208. [18/Feb/2023 11:55:56] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  209. [18/Feb/2023 11:55:57] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  210. [18/Feb/2023 11:56:09] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  211. [18/Feb/2023 11:56:09] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  212. [18/Feb/2023 11:56:10] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  213. [18/Feb/2023 11:56:11] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  214. [18/Feb/2023 12:04:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  215. [18/Feb/2023 12:04:57] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 3219
  216. [18/Feb/2023 12:04:59] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  217. [18/Feb/2023 12:04:59] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  218. [18/Feb/2023 12:05:00] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  219. [18/Feb/2023 12:05:01] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  220. [18/Feb/2023 12:05:01] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  221. [18/Feb/2023 12:05:03] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  222. [18/Feb/2023 12:05:03] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  223. [18/Feb/2023 12:05:11] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  224. [18/Feb/2023 12:05:12] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  225. [18/Feb/2023 12:05:13] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  226. [18/Feb/2023 12:05:14] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  227. [18/Feb/2023 12:05:20] "GET /api/wx/player/match?id=14&record_id=11976&user_id=6447 HTTP/1.1" 200 32062
  228. [18/Feb/2023 12:05:21] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11976 HTTP/1.1" 200 45
  229. [18/Feb/2023 12:05:22] "GET /api/wx/user/info?user_id=6447 HTTP/1.1" 200 859
  230. [18/Feb/2023 12:05:22] "GET /api/wx/v3/user/match/list?user_id=6447 HTTP/1.1" 200 17951
  231. [18/Feb/2023 12:05:26] "GET /api/wx/player/match?id=14&record_id=12292&user_id=1720 HTTP/1.1" 200 22913
  232. [18/Feb/2023 12:05:27] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=12292 HTTP/1.1" 200 45
  233. [18/Feb/2023 12:05:28] "GET /api/wx/user/info?user_id=1720 HTTP/1.1" 200 1116
  234. [18/Feb/2023 12:05:28] "GET /api/wx/v3/user/match/list?user_id=1720 HTTP/1.1" 200 51487
  235. [18/Feb/2023 12:05:32] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  236. [18/Feb/2023 12:05:32] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  237. [18/Feb/2023 12:05:33] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  238. [18/Feb/2023 12:05:34] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  239. [18/Feb/2023 12:05:45] "POST /api/wx/v2/user/follow HTTP/1.1" 200 26
  240. [18/Feb/2023 12:05:52] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  241. [18/Feb/2023 12:05:54] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  242. [18/Feb/2023 12:05:54] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  243. [18/Feb/2023 12:06:09] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 2238
  244. [18/Feb/2023 12:06:25] "GET /api/wx/group/rank?id=74&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 90461
  245. [18/Feb/2023 12:06:33] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  246. [18/Feb/2023 12:06:33] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  247. [18/Feb/2023 12:06:39] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  248. [18/Feb/2023 12:06:40] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  249. [18/Feb/2023 12:06:42] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  250. [18/Feb/2023 12:06:43] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  251. [18/Feb/2023 12:06:46] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  252. [18/Feb/2023 12:06:47] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  253. [18/Feb/2023 12:06:49] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  254. [18/Feb/2023 12:06:49] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  255. [18/Feb/2023 14:32:30] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  256. [18/Feb/2023 14:32:31] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  257. [18/Feb/2023 14:33:24] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  258. [18/Feb/2023 14:33:24] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  259. [18/Feb/2023 14:33:33] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  260. [18/Feb/2023 14:33:34] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  261. [18/Feb/2023 14:33:35] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  262. [18/Feb/2023 14:33:36] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  263. [18/Feb/2023 14:33:43] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  264. [18/Feb/2023 14:33:49] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  265. [18/Feb/2023 14:34:30] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  266. [18/Feb/2023 14:35:51] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  267. [18/Feb/2023 14:36:03] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  268. [18/Feb/2023 14:37:04] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  269. [18/Feb/2023 14:37:04] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  270. [18/Feb/2023 14:37:07] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  271. [18/Feb/2023 14:37:08] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  272. [18/Feb/2023 14:37:09] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  273. [18/Feb/2023 14:37:09] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  274. [18/Feb/2023 14:37:15] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  275. [18/Feb/2023 14:37:19] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  276. [18/Feb/2023 14:38:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  277. [18/Feb/2023 14:38:06] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  278. [18/Feb/2023 14:38:08] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  279. [18/Feb/2023 14:38:08] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  280. [18/Feb/2023 14:38:10] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  281. [18/Feb/2023 14:38:11] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  282. [18/Feb/2023 14:38:11] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  283. [18/Feb/2023 14:38:14] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  284. [18/Feb/2023 14:42:20] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  285. [18/Feb/2023 14:42:21] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  286. [18/Feb/2023 14:42:22] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  287. [18/Feb/2023 14:42:22] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  288. [18/Feb/2023 14:42:24] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  289. [18/Feb/2023 14:42:24] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  290. [18/Feb/2023 14:42:25] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  291. [18/Feb/2023 14:42:34] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  292. [18/Feb/2023 14:42:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  293. [18/Feb/2023 14:44:00] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  294. [18/Feb/2023 14:44:00] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  295. [18/Feb/2023 14:44:02] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  296. [18/Feb/2023 14:44:02] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  297. [18/Feb/2023 14:44:03] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  298. [18/Feb/2023 14:44:04] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  299. [18/Feb/2023 14:44:05] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  300. [18/Feb/2023 14:44:08] "GET /api/wx/v2/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 1284
  301. [18/Feb/2023 14:45:16] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  302. [18/Feb/2023 14:45:49] "GET /api/wx/v2/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 1284
  303. [18/Feb/2023 14:46:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  304. [18/Feb/2023 14:46:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  305. [18/Feb/2023 14:46:30] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  306. [18/Feb/2023 14:46:30] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  307. [18/Feb/2023 14:46:31] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  308. [18/Feb/2023 14:46:32] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  309. [18/Feb/2023 14:46:33] "GET /api/wx/v3/user/follower/list?page=1&page_size=50 HTTP/1.1" 200 45
  310. [18/Feb/2023 14:46:40] "GET /api/wx/v2/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 1284
  311. [18/Feb/2023 14:47:04] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  312. [18/Feb/2023 14:47:04] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  313. [18/Feb/2023 14:47:06] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  314. [18/Feb/2023 14:47:06] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  315. [18/Feb/2023 14:47:07] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  316. [18/Feb/2023 14:47:08] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  317. [18/Feb/2023 14:47:09] "GET /api/wx/v3/user/follower/list?page=1&page_size=50&user_id=4491 HTTP/1.1" 200 37810
  318. [18/Feb/2023 14:47:16] "GET /api/wx/v2/user/follow/list?page=1&page_size=50&user_id=4491 HTTP/1.1" 200 45
  319. [18/Feb/2023 14:47:22] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  320. [18/Feb/2023 14:47:22] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  321. [18/Feb/2023 14:47:23] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  322. [18/Feb/2023 14:47:24] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  323. [18/Feb/2023 14:47:25] "GET /api/wx/v3/user/follower/list?page=1&page_size=50&user_id=657 HTTP/1.1" 200 36784
  324. [18/Feb/2023 14:47:27] "GET /api/wx/v2/user/follow/list?page=1&page_size=50&user_id=657 HTTP/1.1" 200 45
  325. [18/Feb/2023 14:47:32] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  326. [18/Feb/2023 14:47:32] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  327. [18/Feb/2023 14:47:33] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  328. [18/Feb/2023 14:47:35] "GET /api/wx/player/match?id=14&record_id=11976&user_id=6447 HTTP/1.1" 200 32062
  329. [18/Feb/2023 14:47:35] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11976 HTTP/1.1" 200 45
  330. [18/Feb/2023 14:47:36] "GET /api/wx/user/info?user_id=6447 HTTP/1.1" 200 859
  331. [18/Feb/2023 14:47:36] "GET /api/wx/v3/user/match/list?user_id=6447 HTTP/1.1" 200 17951
  332. [18/Feb/2023 14:47:40] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  333. [18/Feb/2023 14:47:40] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  334. [18/Feb/2023 14:47:41] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  335. [18/Feb/2023 14:47:42] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  336. [18/Feb/2023 14:47:43] "GET /api/wx/v2/user/follow/list?page=1&page_size=50&user_id=4221 HTTP/1.1" 200 6378
  337. [18/Feb/2023 14:47:49] "GET /api/wx/v3/user/follower/list?page=1&page_size=50&user_id=4221 HTTP/1.1" 200 32336
  338. [18/Feb/2023 14:48:07] "GET /api/wx/v3/user/follower/list?page=2&page_size=50&user_id=4221 HTTP/1.1" 200 15095
  339. [18/Feb/2023 14:49:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  340. [18/Feb/2023 14:49:29] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  341. [18/Feb/2023 14:49:31] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  342. [18/Feb/2023 14:49:31] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  343. [18/Feb/2023 14:49:31] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  344. [18/Feb/2023 14:49:33] "GET /api/wx/player/match?id=14&record_id=11864&user_id=4221 HTTP/1.1" 200 35692
  345. [18/Feb/2023 14:49:34] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11864 HTTP/1.1" 200 45
  346. [18/Feb/2023 14:49:35] "GET /api/wx/user/info?user_id=4221 HTTP/1.1" 200 1200
  347. [18/Feb/2023 14:49:35] "GET /api/wx/v3/user/match/list?user_id=4221 HTTP/1.1" 200 46238
  348. [18/Feb/2023 14:49:37] "GET /api/wx/v3/user/follower/list?page=1&page_size=50&user_id=4221 HTTP/1.1" 200 32336
  349. [18/Feb/2023 14:49:39] "GET /api/wx/user/info?user_id=828 HTTP/1.1" 200 1083
  350. [18/Feb/2023 14:49:39] "GET /api/wx/v3/user/match/list?user_id=828 HTTP/1.1" 200 19736
  351. [18/Feb/2023 14:49:42] "GET /api/wx/player/match?id=14&user_id=828 HTTP/1.1" 200 22238
  352. [18/Feb/2023 14:50:05] "GET /api/wx/v2/user/follow/list?page=1&page_size=50&user_id=4221 HTTP/1.1" 200 6378
  353. [18/Feb/2023 14:50:07] "GET /api/wx/user/info?user_id=1062 HTTP/1.1" 200 1218
  354. [18/Feb/2023 14:50:07] "GET /api/wx/v3/user/match/list?user_id=1062 HTTP/1.1" 200 48735
  355. [18/Feb/2023 14:50:11] "GET /api/wx/player/match?id=13&user_id=1062 HTTP/1.1" 200 45734
  356. [18/Feb/2023 14:50:27] "GET /api/wx/player/match?id=12&user_id=1062 HTTP/1.1" 200 72946
  357. [18/Feb/2023 14:50:41] "GET /api/wx/player/match?id=14&user_id=1062 HTTP/1.1" 200 13362
  358. [18/Feb/2023 14:50:45] "GET /api/wx/player/match?id=13&user_id=1062 HTTP/1.1" 200 45734
  359. [18/Feb/2023 14:51:15] "GET /api/wx/player/match?id=14&user_id=1062 HTTP/1.1" 200 13362
  360. [18/Feb/2023 14:52:29] "GET /api/wx/player/match?id=13&user_id=1062 HTTP/1.1" 200 45734
  361. [18/Feb/2023 14:57:53] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  362. [18/Feb/2023 14:57:55] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 2238
  363. [18/Feb/2023 14:58:30] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 455
  364. [18/Feb/2023 14:58:30] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  365. [18/Feb/2023 14:58:35] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 2238
  366. [18/Feb/2023 14:59:02] "GET /api/wx/player/match?id=14&record_id=12292&user_id=1720 HTTP/1.1" 200 22913
  367. [18/Feb/2023 14:59:03] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=12292 HTTP/1.1" 200 45
  368. [18/Feb/2023 14:59:04] "GET /api/wx/user/info?user_id=1720 HTTP/1.1" 200 1116
  369. [18/Feb/2023 14:59:05] "GET /api/wx/v3/user/match/list?user_id=1720 HTTP/1.1" 200 51487
  370. [18/Feb/2023 14:59:07] "GET /api/wx/player/match?id=14&user_id=1720 HTTP/1.1" 200 22914
  371. [18/Feb/2023 14:59:16] "GET /api/wx/player/match?id=14&record_id=11590&user_id=657 HTTP/1.1" 200 28886
  372. [18/Feb/2023 14:59:16] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11590 HTTP/1.1" 200 45
  373. [18/Feb/2023 14:59:17] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  374. [18/Feb/2023 14:59:18] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  375. [18/Feb/2023 14:59:19] "GET /api/wx/player/match?id=14&user_id=657 HTTP/1.1" 200 28888
  376. [18/Feb/2023 15:01:10] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  377. [18/Feb/2023 15:01:10] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  378. [18/Feb/2023 15:01:13] "GET /api/wx/player/match?id=14&record_id=11491&user_id=4491 HTTP/1.1" 200 32061
  379. [18/Feb/2023 15:01:13] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=11491 HTTP/1.1" 200 45
  380. [18/Feb/2023 15:01:15] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  381. [18/Feb/2023 15:01:15] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45705
  382. [18/Feb/2023 15:01:17] "GET /api/wx/player/match?id=14&user_id=4491 HTTP/1.1" 200 32062
  383. [18/Feb/2023 15:01:25] "GET /api/wx/player/match?id=14&record_id=9740&user_id=4491 HTTP/1.1" 200 32525
  384. [18/Feb/2023 15:01:25] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=9740 HTTP/1.1" 200 7590
  385. [18/Feb/2023 15:01:40] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  386. [18/Feb/2023 15:01:40] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  387. [18/Feb/2023 15:01:41] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52548
  388. [18/Feb/2023 15:01:48] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  389. [18/Feb/2023 15:01:49] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 17130
  390. [18/Feb/2023 15:36:37] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0e\xe0\x00\x00\x00\x00\x00\x01\x00\x08\x00\x02\x00\x00\x00')
  391. Traceback (most recent call last):
  392. File "/usr/lib/python2.7/logging/__init__.py", line 868, in emit
  393. msg = self.format(record)
  394. File "/usr/lib/python2.7/logging/__init__.py", line 741, in format
  395. return fmt.format(record)
  396. File "/usr/local/lib/python2.7/dist-packages/django/utils/log.py", line 192, in format
  397. return super(ServerFormatter, self).format(record)
  398. File "/usr/lib/python2.7/logging/__init__.py", line 476, in format
  399. raise e
  400. UnicodeDecodeError: 'utf8' codec can't decode byte 0xe0 in position 6: invalid continuation byte
  401. Logged from file basehttp.py, line 124
  402. Traceback (most recent call last):
  403. File "/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread
  404. self.finish_request(request, client_address)
  405. File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  406. self.RequestHandlerClass(request, client_address, self)
  407. File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
  408. self.handle()
  409. File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 140, in handle
  410. self.raw_requestline = self.rfile.readline(65537)
  411. File "/usr/lib/python2.7/socket.py", line 480, in readline
  412. data = self._sock.recv(self._rbufsize)
  413. error: [Errno 104] Connection reset by peer
  414. [18/Feb/2023 15:52:21] code 400, message Bad request version ('\xc0\x14\xc0')
  415. [18/Feb/2023 15:52:21] You're accessing the development server over HTTPS, but it only supports HTTP.
  416. 2023-02-18 15:52:22,796 [django.request:152] [base:get_response] [WARNING]- Not Found: /
  417. [18/Feb/2023 15:52:22] "GET / HTTP/1.1" 404 74
  418. 2023-02-18 15:52:23,232 [django.request:152] [base:get_response] [WARNING]- Not Found: /
  419. [18/Feb/2023 15:52:23] "GET / HTTP/1.1" 404 74
  420. [18/Feb/2023 15:52:23] code 505, message Invalid HTTP Version (2.0)
  421. [18/Feb/2023 15:52:23] "PRI * HTTP/2.0" 505 -
  422. [19/Feb/2023 11:41:02] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  423. [19/Feb/2023 11:41:02] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 21278
  424. [19/Feb/2023 11:45:55] "GET /api/wx/v2/default/date?&match_id=14 HTTP/1.1" 200 33
  425. [19/Feb/2023 11:45:55] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 49797
  426. [19/Feb/2023 11:45:56] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 21278
  427. [19/Feb/2023 11:45:57] "GET /api/wx/v2/match/list? HTTP/1.1" 200 41771
  428. [19/Feb/2023 11:45:57] "GET /api/wx/v2/default/date?&match_id=14 HTTP/1.1" 200 33
  429. [19/Feb/2023 11:45:57] "GET /api/wx/group/rank/list?&match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52533
  430. [19/Feb/2023 16:13:58] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  431. [19/Feb/2023 16:13:59] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  432. [19/Feb/2023 16:15:26] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  433. [19/Feb/2023 16:15:26] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 6306
  434. [19/Feb/2023 16:15:30] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  435. [19/Feb/2023 16:15:31] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 17130
  436. [19/Feb/2023 16:15:33] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  437. [19/Feb/2023 16:15:33] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  438. [19/Feb/2023 16:15:33] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  439. [19/Feb/2023 16:22:55] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  440. [19/Feb/2023 16:22:55] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  441. [19/Feb/2023 16:23:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  442. [19/Feb/2023 16:23:05] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  443. [19/Feb/2023 16:23:06] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  444. [19/Feb/2023 17:05:02] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  445. [19/Feb/2023 17:05:02] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  446. [19/Feb/2023 17:05:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  447. [19/Feb/2023 17:05:05] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  448. [19/Feb/2023 17:05:05] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  449. [19/Feb/2023 17:07:04] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  450. [19/Feb/2023 17:07:04] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  451. [19/Feb/2023 17:07:06] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  452. [19/Feb/2023 17:07:06] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  453. [19/Feb/2023 17:07:06] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  454. [19/Feb/2023 17:08:46] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  455. [19/Feb/2023 17:08:46] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  456. [19/Feb/2023 17:08:47] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  457. [19/Feb/2023 17:08:47] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  458. [19/Feb/2023 17:08:48] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  459. [19/Feb/2023 17:09:18] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  460. [19/Feb/2023 17:09:18] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  461. [19/Feb/2023 17:09:19] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  462. [19/Feb/2023 17:09:19] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  463. [19/Feb/2023 17:09:19] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  464. [19/Feb/2023 17:09:42] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  465. [19/Feb/2023 17:09:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  466. [19/Feb/2023 17:09:43] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  467. [19/Feb/2023 17:09:43] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  468. [19/Feb/2023 17:09:44] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  469. [19/Feb/2023 17:10:07] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  470. [19/Feb/2023 17:10:07] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  471. [19/Feb/2023 17:10:08] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  472. [19/Feb/2023 17:10:08] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  473. [19/Feb/2023 17:10:09] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  474. [19/Feb/2023 17:10:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  475. [19/Feb/2023 17:10:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  476. [19/Feb/2023 17:10:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  477. [19/Feb/2023 17:10:29] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  478. [19/Feb/2023 17:10:29] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  479. [19/Feb/2023 17:14:41] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  480. [19/Feb/2023 17:14:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  481. [19/Feb/2023 17:14:43] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  482. [19/Feb/2023 17:14:43] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  483. [19/Feb/2023 17:14:44] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  484. [19/Feb/2023 17:15:20] "GET /api/wx/v3/profit/rank/list?match_id=14&page=2&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 78327
  485. [19/Feb/2023 17:24:58] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  486. [19/Feb/2023 17:24:58] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  487. [19/Feb/2023 17:28:21] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  488. [19/Feb/2023 17:28:21] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  489. [19/Feb/2023 17:28:22] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  490. [19/Feb/2023 17:28:22] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  491. [19/Feb/2023 17:28:23] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  492. [19/Feb/2023 17:30:08] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  493. [19/Feb/2023 17:30:08] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  494. [19/Feb/2023 17:30:09] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  495. [19/Feb/2023 17:30:09] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  496. [19/Feb/2023 17:30:10] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  497. [19/Feb/2023 17:30:18] "GET /api/wx/v3/profit/rank/list?match_id=14&page=2&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 78327
  498. [19/Feb/2023 17:30:36] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  499. [19/Feb/2023 17:30:37] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  500. [19/Feb/2023 17:30:37] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  501. [19/Feb/2023 17:30:43] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  502. [19/Feb/2023 17:30:43] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  503. [19/Feb/2023 17:30:44] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  504. [19/Feb/2023 17:30:56] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  505. [19/Feb/2023 17:30:57] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  506. [19/Feb/2023 17:30:57] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  507. [19/Feb/2023 17:31:20] "GET /api/wx/v3/profit/rank/list?match_id=14&page=2&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 78327
  508. [19/Feb/2023 17:32:55] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  509. [19/Feb/2023 17:32:55] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  510. [19/Feb/2023 17:32:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  511. [19/Feb/2023 17:32:57] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  512. [19/Feb/2023 17:32:57] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  513. [19/Feb/2023 17:33:17] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  514. [19/Feb/2023 17:33:17] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  515. [19/Feb/2023 17:33:18] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  516. [19/Feb/2023 17:33:26] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  517. [19/Feb/2023 17:33:26] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  518. [19/Feb/2023 17:33:27] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  519. [19/Feb/2023 17:33:34] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  520. [19/Feb/2023 17:33:34] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  521. [19/Feb/2023 17:33:34] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  522. [19/Feb/2023 17:34:08] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  523. [19/Feb/2023 17:34:08] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  524. [19/Feb/2023 17:34:09] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  525. [19/Feb/2023 17:34:09] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  526. [19/Feb/2023 17:34:10] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  527. [19/Feb/2023 17:36:50] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  528. [19/Feb/2023 17:36:51] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  529. [19/Feb/2023 17:36:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  530. [19/Feb/2023 17:36:57] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  531. [19/Feb/2023 17:36:57] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  532. [19/Feb/2023 17:38:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  533. [19/Feb/2023 17:38:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  534. [19/Feb/2023 17:38:30] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  535. [19/Feb/2023 17:38:30] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  536. [19/Feb/2023 17:38:30] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  537. [19/Feb/2023 17:39:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  538. [19/Feb/2023 17:39:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  539. [19/Feb/2023 17:39:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  540. [19/Feb/2023 17:39:29] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  541. [19/Feb/2023 17:39:30] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 85942
  542. [19/Feb/2023 17:39:55] "GET /api/wx/v3/profit/rank/list?match_id=14&page=2&page_size=50&stock_date=2023-02-17&type=loss HTTP/1.1" 200 79517
  543. [19/Feb/2023 17:40:52] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  544. [19/Feb/2023 17:40:52] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  545. [19/Feb/2023 17:40:53] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  546. [19/Feb/2023 17:40:53] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  547. [19/Feb/2023 17:40:53] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  548. [19/Feb/2023 17:41:09] "GET /api/wx/v3/profit/rank/list?match_id=14&page=2&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 78327
  549. [19/Feb/2023 17:45:11] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  550. [19/Feb/2023 17:45:12] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  551. [19/Feb/2023 17:45:16] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  552. [19/Feb/2023 17:45:16] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  553. [19/Feb/2023 17:45:16] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  554. [19/Feb/2023 17:45:23] "GET /api/wx/user/info?user_id=11590 HTTP/1.1" 200 623
  555. [19/Feb/2023 17:45:23] "GET /api/wx/v3/user/match/list?user_id=11590 HTTP/1.1" 200 45
  556. [19/Feb/2023 17:45:27] "GET /api/wx/user/info?user_id=11640 HTTP/1.1" 200 596
  557. [19/Feb/2023 17:45:27] "GET /api/wx/v3/user/match/list?user_id=11640 HTTP/1.1" 200 45
  558. [19/Feb/2023 17:45:31] "GET /api/wx/user/info?user_id=11861 HTTP/1.1" 200 603
  559. [19/Feb/2023 17:45:31] "GET /api/wx/v3/user/match/list?user_id=11861 HTTP/1.1" 200 45
  560. [19/Feb/2023 17:48:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  561. [19/Feb/2023 17:48:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  562. [19/Feb/2023 17:48:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  563. [19/Feb/2023 17:48:29] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  564. [19/Feb/2023 17:48:29] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  565. [19/Feb/2023 17:48:31] "GET /api/wx/user/info?user_id=657 HTTP/1.1" 200 644
  566. [19/Feb/2023 17:48:31] "GET /api/wx/v3/user/match/list?user_id=657 HTTP/1.1" 200 33459
  567. [19/Feb/2023 17:48:34] "GET /api/wx/user/info?user_id=490 HTTP/1.1" 200 760
  568. [19/Feb/2023 17:48:35] "GET /api/wx/v3/user/match/list?user_id=490 HTTP/1.1" 200 19366
  569. [19/Feb/2023 17:48:38] "GET /api/wx/player/match?id=14&user_id=490 HTTP/1.1" 200 26886
  570. [19/Feb/2023 17:48:47] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  571. [19/Feb/2023 17:48:47] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  572. [19/Feb/2023 17:48:48] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  573. [19/Feb/2023 17:49:17] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  574. [19/Feb/2023 17:49:17] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  575. [19/Feb/2023 17:49:18] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  576. [19/Feb/2023 17:49:18] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  577. [19/Feb/2023 17:49:19] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  578. [19/Feb/2023 17:50:09] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  579. [19/Feb/2023 17:50:09] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  580. [19/Feb/2023 17:50:10] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  581. [19/Feb/2023 17:50:10] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  582. [19/Feb/2023 17:50:11] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-17&type=win HTTP/1.1" 200 83345
  583. [19/Feb/2023 17:54:56] code 400, message Bad HTTP/0.9 request type ('\x03\x00\x00/*\xe0\x00\x00\x00\x00\x00Cookie:')
  584. Traceback (most recent call last):
  585. File "/usr/lib/python2.7/logging/__init__.py", line 868, in emit
  586. msg = self.format(record)
  587. File "/usr/lib/python2.7/logging/__init__.py", line 741, in format
  588. return fmt.format(record)
  589. File "/usr/local/lib/python2.7/dist-packages/django/utils/log.py", line 192, in format
  590. return super(ServerFormatter, self).format(record)
  591. File "/usr/lib/python2.7/logging/__init__.py", line 476, in format
  592. raise e
  593. UnicodeDecodeError: 'utf8' codec can't decode byte 0xe0 in position 6: invalid continuation byte
  594. Logged from file basehttp.py, line 124
  595. [19/Feb/2023 17:57:03] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  596. [19/Feb/2023 17:57:03] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  597. [19/Feb/2023 17:57:22] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  598. [19/Feb/2023 17:57:22] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  599. [19/Feb/2023 17:58:08] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  600. [19/Feb/2023 17:59:59] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  601. [19/Feb/2023 18:00:00] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  602. [19/Feb/2023 18:00:20] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  603. [19/Feb/2023 18:00:20] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  604. [19/Feb/2023 18:00:35] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  605. [19/Feb/2023 18:00:35] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  606. [19/Feb/2023 18:00:35] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52533
  607. [19/Feb/2023 18:01:34] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  608. [19/Feb/2023 18:01:34] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  609. [19/Feb/2023 18:02:04] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  610. [19/Feb/2023 18:02:05] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  611. [19/Feb/2023 18:02:20] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  612. [19/Feb/2023 18:02:20] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  613. [19/Feb/2023 18:02:21] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52533
  614. [19/Feb/2023 18:02:52] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  615. [19/Feb/2023 18:02:52] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  616. [19/Feb/2023 18:02:54] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  617. [19/Feb/2023 18:02:54] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  618. [19/Feb/2023 18:02:55] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52533
  619. [19/Feb/2023 18:03:41] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  620. [19/Feb/2023 18:03:42] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 6356
  621. [19/Feb/2023 18:03:47] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  622. [19/Feb/2023 18:03:47] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  623. [19/Feb/2023 18:03:47] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-17 HTTP/1.1" 200 52533
  624. [19/Feb/2023 18:04:01] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  625. [19/Feb/2023 18:04:02] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-17 HTTP/1.1" 200 49797
  626. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  627. from cryptography.hazmat.primitives import padding
  628. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  629. from cryptography.hazmat.primitives import padding
  630. [20/Feb/2023 23:47:23] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  631. [20/Feb/2023 23:47:24] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  632. [20/Feb/2023 23:47:26] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  633. [21/Feb/2023 00:03:20] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  634. [21/Feb/2023 00:03:20] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  635. [21/Feb/2023 00:03:34] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  636. [21/Feb/2023 00:03:34] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  637. [21/Feb/2023 00:03:37] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  638. [21/Feb/2023 00:04:04] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  639. [21/Feb/2023 00:04:04] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  640. [21/Feb/2023 00:04:08] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  641. [21/Feb/2023 00:09:28] code 400, message Bad request version ('\xc0\x13\xc0')
  642. [21/Feb/2023 00:09:28] You're accessing the development server over HTTPS, but it only supports HTTP.
  643. 2023-02-21 00:09:38,273 [django.request:152] [base:get_response] [WARNING]- Not Found: /
  644. [21/Feb/2023 00:09:38] "GET / HTTP/1.1" 404 74
  645. 2023-02-21 00:13:16,939 [django.request:152] [base:get_response] [WARNING]- Not Found: /
  646. [21/Feb/2023 00:13:16] "GET / HTTP/1.1" 404 74
  647. 2023-02-21 00:13:17,006 [django.request:152] [base:get_response] [WARNING]- Not Found: /favicon.ico
  648. [21/Feb/2023 00:13:17] "GET /favicon.ico HTTP/1.1" 404 85
  649. [21/Feb/2023 00:23:20] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  650. [21/Feb/2023 00:23:20] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  651. [21/Feb/2023 00:23:21] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  652. [21/Feb/2023 00:23:50] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  653. [21/Feb/2023 00:23:50] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  654. [21/Feb/2023 00:23:51] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  655. [21/Feb/2023 00:24:08] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  656. [21/Feb/2023 00:24:27] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  657. [21/Feb/2023 00:32:20] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  658. [21/Feb/2023 00:32:20] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  659. [21/Feb/2023 00:32:22] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  660. [21/Feb/2023 00:33:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  661. [21/Feb/2023 00:33:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  662. [21/Feb/2023 00:33:29] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  663. [21/Feb/2023 03:11:58] code 400, message Bad request version ('\x95\xf3\xdd\xb2\xefn\xe4\xd9\xd2\xd8\xe3\x1c\xbe\xca"\xb8\xca\xaaL6/\xd8Iu\xcd\xc6\xd1\x10\x01S\xb8u\x00>\x13\x02\x13\x03\x13\x01\xc0,\xc00\x00\x9f\xcc\xa9\xcc\xa8\xcc\xaa\xc0+\xc0/\x00\x9e\xc0$\xc0(\x00k\xc0#\xc0\'\x00g\xc0')
  664. [21/Feb/2023 03:11:58] You're accessing the development server over HTTPS, but it only supports HTTP.
  665. 2023-02-21 03:11:58,952 [django.request:152] [base:get_response] [WARNING]- Not Found: /
  666. [21/Feb/2023 03:11:58] "GET / HTTP/1.1" 404 74
  667. [21/Feb/2023 10:15:12] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  668. [21/Feb/2023 10:15:12] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  669. [21/Feb/2023 10:15:16] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  670. [21/Feb/2023 10:15:17] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  671. [21/Feb/2023 10:15:19] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  672. [21/Feb/2023 10:15:19] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  673. [21/Feb/2023 10:15:20] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-20 HTTP/1.1" 200 54759
  674. [21/Feb/2023 10:15:24] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  675. [21/Feb/2023 10:15:43] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 3588
  676. [21/Feb/2023 10:16:27] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  677. [21/Feb/2023 10:16:27] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 3912
  678. [21/Feb/2023 10:16:41] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  679. [21/Feb/2023 10:16:41] "POST /api/wx/v3/user/consult HTTP/1.1" 200 23
  680. [21/Feb/2023 10:16:42] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 4560
  681. [21/Feb/2023 10:16:42] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 4560
  682. [21/Feb/2023 10:16:50] "GET /api/wx/v3/user/consult/list HTTP/1.1" 200 4560
  683. [21/Feb/2023 10:16:56] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 622
  684. [21/Feb/2023 10:16:56] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  685. [21/Feb/2023 10:16:57] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  686. [21/Feb/2023 10:34:43] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  687. [21/Feb/2023 10:34:43] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  688. [21/Feb/2023 10:48:44] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  689. [21/Feb/2023 10:48:45] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  690. [21/Feb/2023 10:50:27] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  691. [21/Feb/2023 11:01:14] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  692. [21/Feb/2023 11:01:14] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  693. [21/Feb/2023 11:01:26] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  694. [21/Feb/2023 11:03:21] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  695. [21/Feb/2023 11:03:22] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  696. [21/Feb/2023 11:03:22] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  697. [21/Feb/2023 11:05:00] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  698. [21/Feb/2023 11:05:00] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  699. [21/Feb/2023 11:05:09] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  700. [21/Feb/2023 11:05:41] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  701. [21/Feb/2023 11:05:41] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  702. [21/Feb/2023 11:05:42] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  703. [21/Feb/2023 11:06:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  704. [21/Feb/2023 11:06:29] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  705. [21/Feb/2023 11:06:30] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  706. [21/Feb/2023 11:07:06] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  707. [21/Feb/2023 11:07:06] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  708. [21/Feb/2023 11:07:07] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  709. [21/Feb/2023 11:23:31] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  710. [21/Feb/2023 11:23:32] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  711. [21/Feb/2023 11:24:21] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  712. [21/Feb/2023 11:24:45] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  713. [21/Feb/2023 11:25:37] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  714. [21/Feb/2023 11:25:37] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  715. [21/Feb/2023 11:25:38] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  716. [21/Feb/2023 11:43:29] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  717. [21/Feb/2023 11:43:29] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  718. [21/Feb/2023 11:43:35] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  719. [21/Feb/2023 11:48:59] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  720. [21/Feb/2023 11:48:59] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  721. [21/Feb/2023 11:49:00] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  722. [21/Feb/2023 11:49:18] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  723. [21/Feb/2023 11:49:18] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  724. [21/Feb/2023 11:50:14] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  725. [21/Feb/2023 11:53:03] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  726. [21/Feb/2023 11:53:03] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  727. [21/Feb/2023 11:53:04] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  728. [21/Feb/2023 11:53:53] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  729. [21/Feb/2023 11:53:53] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  730. [21/Feb/2023 11:53:55] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  731. [21/Feb/2023 12:01:15] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  732. [21/Feb/2023 12:01:15] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 7922
  733. [21/Feb/2023 12:01:19] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  734. [21/Feb/2023 15:23:05] code 400, message Bad request syntax ('\x03\x00\x00\x13\x0e\xe0\x00\x00\x00\x00\x00\x01\x00\x08\x00\x02\x00\x00\x00')
  735. Traceback (most recent call last):
  736. File "/usr/lib/python2.7/logging/__init__.py", line 868, in emit
  737. msg = self.format(record)
  738. File "/usr/lib/python2.7/logging/__init__.py", line 741, in format
  739. return fmt.format(record)
  740. File "/usr/local/lib/python2.7/dist-packages/django/utils/log.py", line 192, in format
  741. return super(ServerFormatter, self).format(record)
  742. File "/usr/lib/python2.7/logging/__init__.py", line 476, in format
  743. raise e
  744. UnicodeDecodeError: 'utf8' codec can't decode byte 0xe0 in position 6: invalid continuation byte
  745. Logged from file basehttp.py, line 124
  746. [2023-02-21 15:23:05,337] - Broken pipe from ('94.102.51.31', 43714)
  747. [21/Feb/2023 15:29:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  748. [21/Feb/2023 15:29:57] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 4351
  749. [21/Feb/2023 15:29:58] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  750. [21/Feb/2023 15:29:58] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  751. [21/Feb/2023 15:29:59] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-21 HTTP/1.1" 200 45385
  752. [21/Feb/2023 15:30:02] "GET /api/wx/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 48099
  753. [21/Feb/2023 15:30:14] "GET /api/wx/player/match?id=14&record_id=14115&user_id=22313 HTTP/1.1" 200 27672
  754. [21/Feb/2023 15:30:14] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=14115 HTTP/1.1" 200 45
  755. [21/Feb/2023 15:30:17] "GET /api/wx/group/rank?id=74&order_by=0&page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 72664
  756. [21/Feb/2023 15:30:27] "GET /api/wx/player/match?id=14&record_id=13792&user_id=490 HTTP/1.1" 200 31662
  757. [21/Feb/2023 15:30:27] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=13792 HTTP/1.1" 200 45
  758. [21/Feb/2023 15:30:34] "GET /api/wx/player/match?id=14&record_id=13473&user_id=1171 HTTP/1.1" 200 22857
  759. [21/Feb/2023 15:30:34] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=13473 HTTP/1.1" 200 45
  760. [21/Feb/2023 15:30:44] "GET /api/wx/group/rank?id=74&order_by=0&page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 72664
  761. [21/Feb/2023 15:30:54] "GET /api/wx/v2/default/date?match_id=13 HTTP/1.1" 200 33
  762. [21/Feb/2023 15:30:54] "GET /api/wx/group/rank/list?match_id=13&stock_date=2023-01-20 HTTP/1.1" 200 44755
  763. [21/Feb/2023 15:30:59] "GET /api/wx/player/match?id=13&record_id=262059&user_id=27330 HTTP/1.1" 200 100506
  764. [21/Feb/2023 15:30:59] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=262059 HTTP/1.1" 200 45
  765. [21/Feb/2023 15:31:00] "GET /api/wx/user/info?user_id=27330 HTTP/1.1" 200 992
  766. [21/Feb/2023 15:31:00] "GET /api/wx/v3/user/match/list?user_id=27330 HTTP/1.1" 200 16876
  767. [21/Feb/2023 15:31:10] "GET /api/wx/player/match?id=13&record_id=262059&user_id=27330 HTTP/1.1" 200 100506
  768. [21/Feb/2023 15:31:10] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=262059 HTTP/1.1" 200 45
  769. [21/Feb/2023 15:31:13] "GET /api/wx/user/info?user_id=27330 HTTP/1.1" 200 992
  770. [21/Feb/2023 15:31:13] "GET /api/wx/v3/user/match/list?user_id=27330 HTTP/1.1" 200 16876
  771. [21/Feb/2023 15:31:16] "GET /api/wx/player/match?id=13&record_id=262081&user_id=35288 HTTP/1.1" 200 68194
  772. [21/Feb/2023 15:31:17] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=262081 HTTP/1.1" 200 45
  773. [21/Feb/2023 15:31:31] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  774. [21/Feb/2023 15:31:31] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-21 HTTP/1.1" 200 45385
  775. [21/Feb/2023 15:31:39] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  776. [21/Feb/2023 15:31:39] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  777. [21/Feb/2023 15:31:39] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-21&type=win HTTP/1.1" 200 83227
  778. [21/Feb/2023 15:31:48] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-21&type=loss HTTP/1.1" 200 85632
  779. [21/Feb/2023 15:31:51] "GET /api/wx/user/info?user_id=6622 HTTP/1.1" 200 598
  780. [21/Feb/2023 15:31:51] "GET /api/wx/v3/user/match/list?user_id=6622 HTTP/1.1" 200 8754
  781. [21/Feb/2023 15:31:53] "GET /api/wx/player/match?id=14&user_id=6622 HTTP/1.1" 200 20044
  782. [21/Feb/2023 15:32:02] "GET /api/wx/player/match?id=14&record_id=13673&user_id=6622 HTTP/1.1" 200 20043
  783. [21/Feb/2023 15:32:02] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=13673 HTTP/1.1" 200 45
  784. [21/Feb/2023 15:32:07] "GET /api/wx/player/match?id=14&record_id=13673&user_id=6622 HTTP/1.1" 200 20043
  785. [21/Feb/2023 15:32:08] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=13673 HTTP/1.1" 200 45
  786. [21/Feb/2023 15:32:13] "GET /api/wx/user/info?user_id=6622 HTTP/1.1" 200 598
  787. [21/Feb/2023 15:32:13] "GET /api/wx/v3/user/match/list?user_id=6622 HTTP/1.1" 200 8754
  788. [21/Feb/2023 15:32:20] "GET /api/wx/user/info?user_id=6622 HTTP/1.1" 200 598
  789. [21/Feb/2023 15:32:20] "GET /api/wx/v3/user/match/list?user_id=6622 HTTP/1.1" 200 8754
  790. [21/Feb/2023 15:32:26] "GET /api/wx/user/info?user_id=526 HTTP/1.1" 200 830
  791. [21/Feb/2023 15:32:26] "GET /api/wx/v3/user/match/list?user_id=526 HTTP/1.1" 200 22934
  792. [21/Feb/2023 15:32:33] "GET /api/wx/player/match?id=13&user_id=526 HTTP/1.1" 200 69148
  793. [21/Feb/2023 17:10:46] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  794. [21/Feb/2023 17:10:46] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  795. [21/Feb/2023 17:11:01] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  796. [21/Feb/2023 17:11:04] "GET /api/wx/v3/baike/detail?category_id=16 HTTP/1.1" 200 23
  797. [21/Feb/2023 17:11:08] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  798. [21/Feb/2023 17:11:52] "GET /api/wx/v3/baike/detail?category_id=16 HTTP/1.1" 200 23
  799. [21/Feb/2023 17:13:33] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  800. [21/Feb/2023 17:13:33] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  801. [21/Feb/2023 17:13:34] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  802. [21/Feb/2023 17:13:36] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  803. [21/Feb/2023 17:15:40] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  804. [21/Feb/2023 17:15:41] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  805. [21/Feb/2023 17:15:47] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  806. [21/Feb/2023 17:15:48] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  807. [21/Feb/2023 17:16:26] "GET /api/wx/v3/baike/detail?category_id=17 HTTP/1.1" 200 23
  808. [21/Feb/2023 17:17:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  809. [21/Feb/2023 17:17:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  810. [21/Feb/2023 17:17:29] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  811. [21/Feb/2023 17:17:30] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  812. [21/Feb/2023 17:17:44] "GET /api/wx/v3/baike/detail?category_id=16 HTTP/1.1" 200 23
  813. [21/Feb/2023 17:17:45] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  814. [21/Feb/2023 17:17:47] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  815. [21/Feb/2023 17:20:45] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  816. [21/Feb/2023 17:20:45] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  817. [21/Feb/2023 17:20:46] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  818. [21/Feb/2023 17:20:47] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  819. [21/Feb/2023 17:21:41] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  820. [21/Feb/2023 17:21:41] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  821. [21/Feb/2023 17:21:49] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  822. [21/Feb/2023 17:21:50] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  823. [21/Feb/2023 17:22:39] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  824. [21/Feb/2023 17:22:39] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  825. [21/Feb/2023 17:27:35] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  826. [21/Feb/2023 17:33:06] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  827. [21/Feb/2023 17:39:49] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  828. [21/Feb/2023 17:40:04] "POST /api/wx/v3/login HTTP/1.1" 200 134
  829. [21/Feb/2023 17:40:05] "GET /api/wx/authinfo HTTP/1.1" 200 520
  830. [21/Feb/2023 17:40:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  831. [21/Feb/2023 17:40:05] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  832. [21/Feb/2023 17:40:07] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  833. [21/Feb/2023 17:40:09] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  834. [21/Feb/2023 17:41:09] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  835. [21/Feb/2023 17:41:10] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  836. [21/Feb/2023 17:41:11] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  837. [21/Feb/2023 17:41:13] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  838. [21/Feb/2023 17:41:20] "GET /api/wx/v3/baike/detail?category_id=16 HTTP/1.1" 200 23
  839. [21/Feb/2023 17:41:52] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  840. [21/Feb/2023 17:41:52] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  841. [21/Feb/2023 17:41:53] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  842. [21/Feb/2023 17:41:55] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  843. [21/Feb/2023 17:42:25] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  844. [21/Feb/2023 17:42:25] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  845. [21/Feb/2023 17:42:35] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  846. [21/Feb/2023 17:42:36] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  847. [21/Feb/2023 17:42:37] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  848. [21/Feb/2023 17:42:38] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  849. [21/Feb/2023 17:43:22] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  850. [21/Feb/2023 17:43:22] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  851. [21/Feb/2023 17:43:23] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  852. [21/Feb/2023 17:43:24] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  853. [21/Feb/2023 17:43:34] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  854. [21/Feb/2023 17:44:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  855. [21/Feb/2023 17:44:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  856. [21/Feb/2023 17:44:29] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  857. [21/Feb/2023 17:44:31] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  858. [21/Feb/2023 17:44:33] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  859. [21/Feb/2023 17:44:35] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  860. [21/Feb/2023 17:46:17] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  861. [21/Feb/2023 17:46:17] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  862. [21/Feb/2023 17:46:28] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  863. [21/Feb/2023 17:46:29] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  864. [21/Feb/2023 17:46:33] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  865. [21/Feb/2023 17:46:33] "GET /api/wx/v3/baike/detail?category_id=16 HTTP/1.1" 200 23
  866. [21/Feb/2023 17:46:34] "GET /api/wx/v3/baike/detail?category_id=17 HTTP/1.1" 200 23
  867. [21/Feb/2023 17:46:35] "GET /api/wx/v3/baike/detail?category_id=18 HTTP/1.1" 200 23
  868. [21/Feb/2023 17:52:30] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  869. [21/Feb/2023 20:11:02] "GET /api/wx/v3/match/latest HTTP/1.1" 200 36
  870. [21/Feb/2023 20:11:11] "POST /api/wx/v3/login HTTP/1.1" 200 134
  871. [21/Feb/2023 20:11:11] "GET /api/wx/authinfo HTTP/1.1" 200 520
  872. [21/Feb/2023 20:11:12] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  873. [21/Feb/2023 20:11:12] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  874. [21/Feb/2023 20:11:13] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  875. [21/Feb/2023 20:11:19] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  876. [21/Feb/2023 20:11:54] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  877. [21/Feb/2023 20:12:11] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  878. [21/Feb/2023 20:12:12] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  879. [21/Feb/2023 20:26:07] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  880. [21/Feb/2023 20:26:07] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  881. [21/Feb/2023 20:26:16] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  882. [21/Feb/2023 20:26:17] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  883. [21/Feb/2023 20:27:09] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  884. [21/Feb/2023 20:27:09] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  885. [21/Feb/2023 20:27:10] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  886. [21/Feb/2023 20:27:11] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  887. [21/Feb/2023 20:27:28] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  888. [21/Feb/2023 20:27:28] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  889. [21/Feb/2023 20:27:29] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  890. [21/Feb/2023 20:27:30] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  891. [21/Feb/2023 20:27:38] "GET /api/wx/v3/baike/detail?category_id=15 HTTP/1.1" 200 244
  892. [21/Feb/2023 20:28:28] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  893. [21/Feb/2023 20:28:28] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6285
  894. [21/Feb/2023 20:28:30] "GET /api/wx/v3/stock?id=2078 HTTP/1.1" 200 193
  895. [21/Feb/2023 20:28:30] "GET /api/wx/v3/stock/players/list?id=2078&page=1&page_size=50 HTTP/1.1" 200 114517
  896. [21/Feb/2023 20:30:15] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  897. [21/Feb/2023 20:30:15] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  898. [21/Feb/2023 20:30:16] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  899. [21/Feb/2023 20:30:16] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6291
  900. [21/Feb/2023 20:30:20] "GET /api/wx/v3/stock?id=2078 HTTP/1.1" 200 193
  901. [21/Feb/2023 20:30:20] "GET /api/wx/v3/stock/players/list?id=2078&page=1&page_size=50 HTTP/1.1" 200 114517
  902. [21/Feb/2023 20:31:05] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  903. [21/Feb/2023 20:31:05] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  904. [21/Feb/2023 20:31:06] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  905. [21/Feb/2023 20:31:06] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6292
  906. [21/Feb/2023 20:31:12] "GET /api/wx/v3/stock?id=2078 HTTP/1.1" 200 193
  907. [21/Feb/2023 20:31:12] "GET /api/wx/v3/stock/players/list?id=2078&page=1&page_size=50 HTTP/1.1" 200 114517
  908. [21/Feb/2023 20:31:51] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  909. [21/Feb/2023 20:31:52] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  910. [21/Feb/2023 20:31:58] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  911. [21/Feb/2023 20:31:59] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6292
  912. [21/Feb/2023 20:32:05] "GET /api/wx/v3/stock?id=2078 HTTP/1.1" 200 193
  913. [21/Feb/2023 20:32:13] "GET /api/wx/v3/stock/players/list?id=2078&page=1&page_size=50 HTTP/1.1" 200 114517
  914. [21/Feb/2023 20:32:57] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  915. [21/Feb/2023 20:33:02] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  916. [21/Feb/2023 20:35:22] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  917. [21/Feb/2023 20:35:22] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  918. [21/Feb/2023 20:35:25] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  919. [21/Feb/2023 20:35:25] "GET /api/wx/v3/group/rank?id=73&order_by=0&page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 53177
  920. [21/Feb/2023 20:35:30] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  921. [21/Feb/2023 20:35:30] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 17026
  922. [21/Feb/2023 20:36:46] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  923. [21/Feb/2023 20:36:46] "GET /api/wx/v3/user/follow/list?page=1&page_size=50 HTTP/1.1" 200 5908
  924. [21/Feb/2023 20:36:47] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  925. [21/Feb/2023 20:36:48] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 17026
  926. [21/Feb/2023 20:37:16] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  927. [21/Feb/2023 20:37:16] "GET /api/wx/v2/hot/follow/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 17026
  928. [21/Feb/2023 20:37:45] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  929. [21/Feb/2023 20:37:45] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  930. [21/Feb/2023 20:37:45] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-21&type=win HTTP/1.1" 200 86024
  931. [21/Feb/2023 20:37:51] "GET /api/wx/user/info?user_id=25383 HTTP/1.1" 200 620
  932. [21/Feb/2023 20:37:52] "GET /api/wx/v3/user/match/list?user_id=25383 HTTP/1.1" 200 8676
  933. [21/Feb/2023 20:37:57] "GET /api/wx/player/match?id=14&user_id=25383 HTTP/1.1" 200 25263
  934. [21/Feb/2023 20:38:05] "GET /api/wx/player/match?id=14&user_id=25383 HTTP/1.1" 200 25263
  935. [21/Feb/2023 20:38:25] "GET /api/wx/v3/match/latest HTTP/1.1" 200 7028
  936. [21/Feb/2023 20:38:26] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  937. [21/Feb/2023 20:38:26] "GET /api/wx/v3/profit/rank/list?match_id=14&page=1&page_size=50&stock_date=2023-02-21&type=win HTTP/1.1" 200 86024
  938. [21/Feb/2023 20:38:28] "GET /api/wx/v3/article/type/list HTTP/1.1" 200 133
  939. [21/Feb/2023 20:38:29] "GET /api/wx/v2/champion/article/list?isbanner=0 HTTP/1.1" 200 1041315
  940. [21/Feb/2023 20:38:30] "GET /api/wx/v2/champion/article/list?isbanner=0&type=%E6%AF%8F%E6%97%A5%E7%82%B9%E8%AF%84 HTTP/1.1" 200 45
  941. [21/Feb/2023 20:38:33] "GET /api/wx/v3/baike/category/list HTTP/1.1" 200 2888
  942. [21/Feb/2023 20:38:38] "GET /api/wx/v3/baike/detail?category_id=14 HTTP/1.1" 200 1710
  943. Traceback (most recent call last):
  944. File "/tmp/wanzb_v3_api/src/weixin/views.py", line 1061, in get
  945. rst = ctl.get_format_user_info(request)
  946. File "/tmp/wanzb_v3_api/src/weixin/controls.py", line 2559, in get_format_user_info
  947. userinfo["fans"] = cm.UserFollows.objects.filter(follow_id=user_id).count()
  948. TypeError: 'NoneType' object does not support item assignment
  949. [21/Feb/2023 20:39:02] "GET /api/wx/user/info HTTP/1.1" 200 79
  950. [21/Feb/2023 20:39:10] "GET /api/wx/v3/article/type/list HTTP/1.1" 200 133
  951. [21/Feb/2023 20:39:11] "GET /api/wx/v2/champion/article/list?isbanner=0 HTTP/1.1" 200 1041315
  952. [21/Feb/2023 20:39:13] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  953. [21/Feb/2023 20:39:13] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6292
  954. [21/Feb/2023 20:39:14] "GET /api/wx/v2/hot/stock/buy/list?name=%3CUIBarButtonItem%3A%200x103d4e800%3E%20target%3D0x100c0ab10%20action%3Dsearch%3A%20image%3D%3CUIImage%3A0x281993960%20named%28search.png%29%20%7B21.333333333333332%2C%2021.333333333333332%7D%20renderingMode%3Dautomatic%3E&stock_date=2023-02-21 HTTP/1.1" 200 45
  955. [21/Feb/2023 20:39:18] "GET /api/wx/v2/default/date HTTP/1.1" 200 33
  956. [21/Feb/2023 20:39:19] "GET /api/wx/v2/hot/stock/buy/list?page=1&page_size=50&stock_date=2023-02-21 HTTP/1.1" 200 6285
  957. [21/Feb/2023 20:39:31] "GET /api/wx/v2/match/list HTTP/1.1" 200 41771
  958. [21/Feb/2023 20:39:31] "GET /api/wx/v2/default/date?match_id=14 HTTP/1.1" 200 33
  959. [21/Feb/2023 20:39:32] "GET /api/wx/group/rank/list?match_id=14&stock_date=2023-02-21 HTTP/1.1" 200 49840
  960. [21/Feb/2023 20:39:33] "GET /api/wx/player/match?id=14&record_id=13831&user_id=4491 HTTP/1.1" 200 38930
  961. [21/Feb/2023 20:39:33] "GET /api/wx/v3/user/comments/list?page=1&page_size=50&record_id=13831 HTTP/1.1" 200 2981
  962. [21/Feb/2023 20:39:36] "GET /api/wx/user/info?user_id=4491 HTTP/1.1" 200 787
  963. [21/Feb/2023 20:39:36] "GET /api/wx/v3/user/match/list?user_id=4491 HTTP/1.1" 200 45448
  964. [21/Feb/2023 20:39:48] "GET /api/wx/v2/mine/latest HTTP/1.1" 200 23
  965. [21/Feb/2023 20:39:49] "GET /api/wx/user/info?user_id=6531 HTTP/1.1" 200 622
  966. [21/Feb/2023 20:39:49] "GET /api/wx/v3/user/match/list?user_id=6531 HTTP/1.1" 200 45
  967. [21/Feb/2023 20:39:51] "GET /api/wx/v2/enum/list HTTP/1.1" 200 590
  968. Performing system checks...
  969. FDD17C5AD2731FA3944E140F48EF2163
  970. System check identified no issues (0 silenced).
  971. February 20, 2023 - 22:21:31
  972. Django version 1.11, using settings 'settings'
  973. Starting development server at http://0.0.0.0:8068/
  974. Quit the server with CONTROL-C.
  975. invalid literal for float(): 20.0.
  976. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  977. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  978. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  979. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  980. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  981. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  982. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  983. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  984. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  985. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  986. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  987. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  988. (u'13883187629', None)
  989. 6531
  990. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  991. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  992. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  993. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  994. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  995. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  996. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  997. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  998. (u'13883187629', None)
  999. 6531
  1000. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1001. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1002. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1003. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1004. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1005. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1006. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1007. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1008. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1009. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1010. invalid literal for float(): 2,3928
  1011. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1012. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1013. invalid literal for float(): 2,3928
  1014. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1015. invalid literal for float(): 2,3928
  1016. 'decimal' codec can't encode characters in position 3-4: invalid decimal Unicode string
  1017. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1018. from cryptography.hazmat.primitives import padding
  1019. Performing system checks...
  1020. FDD17C5AD2731FA3944E140F48EF2163
  1021. System check identified no issues (0 silenced).
  1022. February 21, 2023 - 20:51:51
  1023. Django version 1.11, using settings 'settings'
  1024. Starting development server at http://0.0.0.0:8068/
  1025. Quit the server with CONTROL-C.
  1026. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1027. from cryptography.hazmat.primitives import padding
  1028. Performing system checks...
  1029. FDD17C5AD2731FA3944E140F48EF2163
  1030. System check identified no issues (0 silenced).
  1031. February 21, 2023 - 20:52:23
  1032. Django version 1.11, using settings 'settings'
  1033. Starting development server at http://0.0.0.0:8068/
  1034. Quit the server with CONTROL-C.
  1035. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1036. from cryptography.hazmat.primitives import padding
  1037. Performing system checks...
  1038. FDD17C5AD2731FA3944E140F48EF2163
  1039. System check identified no issues (0 silenced).
  1040. February 21, 2023 - 20:52:50
  1041. Django version 1.11, using settings 'settings'
  1042. Starting development server at http://0.0.0.0:8068/
  1043. Quit the server with CONTROL-C.
  1044. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1045. from cryptography.hazmat.primitives import padding
  1046. Performing system checks...
  1047. FDD17C5AD2731FA3944E140F48EF2163
  1048. System check identified no issues (0 silenced).
  1049. February 21, 2023 - 20:53:25
  1050. Django version 1.11, using settings 'settings'
  1051. Starting development server at http://0.0.0.0:8068/
  1052. Quit the server with CONTROL-C.
  1053. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1054. from cryptography.hazmat.primitives import padding
  1055. Performing system checks...
  1056. FDD17C5AD2731FA3944E140F48EF2163
  1057. System check identified no issues (0 silenced).
  1058. February 21, 2023 - 20:54:23
  1059. Django version 1.11, using settings 'settings'
  1060. Starting development server at http://0.0.0.0:8068/
  1061. Quit the server with CONTROL-C.
  1062. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1063. from cryptography.hazmat.primitives import padding
  1064. Performing system checks...
  1065. FDD17C5AD2731FA3944E140F48EF2163
  1066. System check identified no issues (0 silenced).
  1067. February 21, 2023 - 20:56:06
  1068. Django version 1.11, using settings 'settings'
  1069. Starting development server at http://0.0.0.0:8068/
  1070. Quit the server with CONTROL-C.
  1071. /tmp/wanzb_v3_api/src/utils/aestool.py:2: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in a future release.
  1072. from cryptography.hazmat.primitives import padding