Advertisement
Mochinov

Untitled

Feb 29th, 2024
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1.  
  2. 2024-02-29 12:29:20.868
  3. TypeError: unsupported operand type(s) for +: 'int' and 'UUID'
  4. 2024-02-29 12:29:20.868
  5. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. 2024-02-29 12:29:20.868
  7. y=float(sum([payment[0] for payment in failed_payment]) / 10**4 if failed_payment else 0),
  8. 2024-02-29 12:29:20.868
  9. File "/code/src/dashboard/routers/dashboard.py", line 471, in <listcomp>
  10. 2024-02-29 12:29:20.868
  11. ^
  12. 2024-02-29 12:29:20.868
  13. datapointFailedUsersPayments=[
  14. 2024-02-29 12:29:20.868
  15. File "/code/src/dashboard/routers/dashboard.py", line 464, in get_overview
  16. 2024-02-29 12:29:20.868
  17. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. 2024-02-29 12:29:20.868
  19. return await next_(source, info, **kwargs)
  20. 2024-02-29 12:29:20.868
  21. File "/usr/local/lib/python3.11/site-packages/strawberry/permission.py", line 172, in resolve_async
  22. 2024-02-29 12:29:20.868
  23. ^^^^^^^^^^^
  24. 2024-02-29 12:29:20.868
  25. return await value
  26. 2024-02-29 12:29:20.868
  27. File "/usr/local/lib/python3.11/site-packages/strawberry/utils/await_maybe.py", line 12, in await_maybe
  28. 2024-02-29 12:29:20.868
  29. ^^^^^^^^^^^^^^^^^^
  30. 2024-02-29 12:29:20.868
  31. return await await_maybe(
  32. 2024-02-29 12:29:20.868
  33. File "/usr/local/lib/python3.11/site-packages/strawberry/schema/schema_converter.py", line 675, in _async_resolver
  34. 2024-02-29 12:29:20.868
  35. ^^^^^^^^^^^^
  36. 2024-02-29 12:29:20.868
  37. return_type, field_nodes, info, path, await result
  38. 2024-02-29 12:29:20.868
  39. File "/usr/local/lib/python3.11/site-packages/graphql/execution/execute.py", line 528, in await_result
  40. 2024-02-29 12:29:20.868
  41. Traceback (most recent call last):
  42. 2024-02-29 12:29:20.868
  43. 4 | filters: {
  44. 2024-02-29 12:29:20.868
  45. | ^
  46. 2024-02-29 12:29:20.868
  47. 3 | getOverview(
  48. 2024-02-29 12:29:20.868
  49. 2 | {
  50. 2024-02-29 12:29:20.868
  51. GraphQL request:3:13
  52. 2024-02-29 12:29:20.868
  53.  
  54. 2024-02-29 12:29:20.868
  55. unsupported operand type(s) for +: 'int' and 'UUID'
  56. 2024-02-29 12:29:15.551
  57. INFO: 10.50.62.175:19971 - "GET /health HTTP/1.1" 200 OK
  58. 2024-02-29 12:29:15.551
  59. INFO: 10.50.43.237:6822 - "GET /health HTTP/1.1" 200 OK
  60. 2024-02-29 12:29:15.544
  61. INFO: 10.50.27.218:1039 - "GET /health HTTP/1.1" 200 OK
  62. 2024-02-29 12:29:15.533
  63. Marking the coordinator dead (node 0)for group event_sourcing_group_stage.
  64. 2024-02-29 12:29:15.533
  65. Heartbeat session expired - marking coordinator dead
  66. 2024-02-29 12:29:15.533
  67. Heartbeat failed: local member_id was not recognized; resetting and re-joining group
  68. 2024-02-29 12:29:15.530
  69. INFO: 10.40.96.229:0 - "POST /graphql/dashboard HTTP/1.1" 200 OK
  70. 2024-02-29 12:29:15.528
  71. TypeError: unsupported operand type(s) for +: 'int' and 'UUID'
  72. 2024-02-29 12:29:15.528
  73. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  74. 2024-02-29 12:29:15.528
  75. y=float(sum([payment[0] for payment in failed_payment]) / 10**4 if failed_payment else 0),
  76. 2024-02-29 12:29:15.528
  77. File "/code/src/dashboard/routers/dashboard.py", line 471, in <listcomp>
  78. 2024-02-29 12:29:15.528
  79. ^
  80. 2024-02-29 12:29:15.528
  81. datapointFailedUsersPayments=[
  82. 2024-02-29 12:29:15.528
  83. File "/code/src/dashboard/routers/dashboard.py", line 464, in get_overview
  84. 2024-02-29 12:29:15.528
  85. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  86. 2024-02-29 12:29:15.528
  87. return await next_(source, info, **kwargs)
  88. 2024-02-29 12:29:15.528
  89. File "/usr/local/lib/python3.11/site-packages/strawberry/permission.py", line 172, in resolve_async
  90. 2024-02-29 12:29:15.528
  91. ^^^^^^^^^^^
  92. 2024-02-29 12:29:15.528
  93. return await value
  94. 2024-02-29 12:29:15.528
  95. File "/usr/local/lib/python3.11/site-packages/strawberry/utils/await_maybe.py", line 12, in await_maybe
  96. 2024-02-29 12:29:15.528
  97. ^^^^^^^^^^^^^^^^^^
  98. 2024-02-29 12:29:15.528
  99. return await await_maybe(
  100. 2024-02-29 12:29:15.528
  101. File "/usr/local/lib/python3.11/site-packages/strawberry/schema/schema_converter.py", line 675, in _async_resolver
  102. 2024-02-29 12:29:15.528
  103. ^^^^^^^^^^^^
  104. 2024-02-29 12:29:15.528
  105. return_type, field_nodes, info, path, await result
  106. 2024-02-29 12:29:15.528
  107. File "/usr/local/lib/python3.11/site-packages/graphql/execution/execute.py", line 528, in await_result
  108. 2024-02-29 12:29:15.528
  109. Traceback (most recent call last):
  110. 2024-02-29 12:29:15.528
  111. 4 | filters: {
  112. 2024-02-29 12:29:15.528
  113. | ^
  114. 2024-02-29 12:29:15.528
  115. 3 | getOverview(
  116. 2024-02-29 12:29:15.528
  117. 2 | {
  118. 2024-02-29 12:29:15.528
  119. GraphQL request:3:13
  120. 2024-02-29 12:29:15.528
  121.  
  122. 2024-02-29 12:29:15.527
  123. unsupported operand type(s) for +: 'int' and 'UUID'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement