Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INFO: 10.50.73.14:29941 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:08.828
- INFO: 10.50.73.14:20894 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:08.827
- INFO: 10.50.62.221:28325 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:08.822
- INFO: 10.50.27.218:58489 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:08.782
- INFO: 10.50.62.175:55674 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:08.781
- INFO: 10.50.43.237:65459 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:41:03.900
- INFO: 10.50.39.87:43974 - "GET /health HTTP/1.1" 200 OK
- 2023-11-10 12:40:52.641
- +------------------------------------
- 2023-11-10 12:40:52.641
- | services.otp.OtpRateLimitError: OTP can be generated every 3.0 minutes.
- 2023-11-10 12:40:52.641
- | raise OtpRateLimitError(user_uuid=user_uuid)
- 2023-11-10 12:40:52.641
- | File "/code/src/services/twilio.py", line 101, in send_otp
- 2023-11-10 12:40:52.641
- | await twilio_service.send_otp(to=new_phone_data.phone, user_uuid=user.uuid)
- 2023-11-10 12:40:52.641
- | File "/code/src/routers/users.py", line 175, in change_phone
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | return await dependant.call(**values)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 190, in run_endpoint_function
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | raw_response = await run_endpoint_function(
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 273, in app
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | response = await func(request)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
- 2023-11-10 12:40:52.641
- | await route.handle(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
- 2023-11-10 12:40:52.641
- | raise e
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive, sender)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
- 2023-11-10 12:40:52.641
- | raise exc
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive_or_disconnect, send_no_error)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 70, in coro
- 2023-11-10 12:40:52.641
- | raise app_exc
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 84, in call_next
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | return await call_next(request)
- 2023-11-10 12:40:52.641
- | File "/code/src/middlewares.py", line 53, in dispatch
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | response = await self.dispatch_func(request, call_next)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 108, in __call__
- 2023-11-10 12:40:52.641
- | Traceback (most recent call last):
- 2023-11-10 12:40:52.641
- |
- 2023-11-10 12:40:52.641
- | During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:52.641
- |
- 2023-11-10 12:40:52.641
- | anyio.EndOfStream
- 2023-11-10 12:40:52.641
- | raise EndOfStream
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 112, in receive
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | message = await recv_stream.receive()
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 78, in call_next
- 2023-11-10 12:40:52.641
- | Traceback (most recent call last):
- 2023-11-10 12:40:52.641
- |
- 2023-11-10 12:40:52.641
- | During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:52.641
- |
- 2023-11-10 12:40:52.641
- | anyio.WouldBlock
- 2023-11-10 12:40:52.641
- | raise WouldBlock
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 92, in receive_nowait
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | return self.receive_nowait()
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 97, in receive
- 2023-11-10 12:40:52.641
- | Traceback (most recent call last):
- 2023-11-10 12:40:52.641
- +-+---------------- 1 ----------------
- 2023-11-10 12:40:52.641
- | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
- 2023-11-10 12:40:52.641
- | raise BaseExceptionGroup(
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 664, in __aexit__
- 2023-11-10 12:40:52.641
- | async with anyio.create_task_group() as task_group:
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 106, in __call__
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 146, in simple_response
- 2023-11-10 12:40:52.641
- | await self.simple_response(scope, receive, send, request_headers=headers)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 91, in __call__
- 2023-11-10 12:40:52.641
- | await self.app(scope, receive, _send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 162, in __call__
- 2023-11-10 12:40:52.641
- | raise exc
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 184, in __call__
- 2023-11-10 12:40:52.641
- | await self.middleware_stack(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 122, in __call__
- 2023-11-10 12:40:52.641
- | await super().__call__(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 289, in __call__
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | return await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__
- 2023-11-10 12:40:52.641
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- | result = await app( # type: ignore[func-returns-value]
- 2023-11-10 12:40:52.641
- | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 428, in run_asgi
- 2023-11-10 12:40:52.641
- + Exception Group Traceback (most recent call last):
- 2023-11-10 12:40:52.641
- 2023-11-10 12:40:52.641
- During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:52.641
- 2023-11-10 12:40:52.641
- services.otp.OtpRateLimitError: OTP can be generated every 3.0 minutes.
- 2023-11-10 12:40:52.641
- raise OtpRateLimitError(user_uuid=user_uuid)
- 2023-11-10 12:40:52.641
- File "/code/src/services/twilio.py", line 101, in send_otp
- 2023-11-10 12:40:52.641
- await twilio_service.send_otp(to=new_phone_data.phone, user_uuid=user.uuid)
- 2023-11-10 12:40:52.641
- File "/code/src/routers/users.py", line 175, in change_phone
- 2023-11-10 12:40:52.641
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- return await dependant.call(**values)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 190, in run_endpoint_function
- 2023-11-10 12:40:52.641
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- raw_response = await run_endpoint_function(
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 273, in app
- 2023-11-10 12:40:52.641
- ^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- response = await func(request)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
- 2023-11-10 12:40:52.641
- await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
- 2023-11-10 12:40:52.641
- await route.handle(scope, receive, send)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
- 2023-11-10 12:40:52.641
- await self.app(scope, receive, send)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
- 2023-11-10 12:40:52.641
- raise e
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
- 2023-11-10 12:40:52.641
- await self.app(scope, receive, sender)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
- 2023-11-10 12:40:52.641
- raise exc
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
- 2023-11-10 12:40:52.641
- await self.app(scope, receive_or_disconnect, send_no_error)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 70, in coro
- 2023-11-10 12:40:52.641
- raise app_exc
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 84, in call_next
- 2023-11-10 12:40:52.641
- ^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- return await call_next(request)
- 2023-11-10 12:40:52.641
- File "/code/src/middlewares.py", line 53, in dispatch
- 2023-11-10 12:40:52.641
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:52.641
- response = await self.dispatch_func(request, call_next)
- 2023-11-10 12:40:52.641
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 108, in __call__
- 2023-11-10 12:40:52.641
- Traceback (most recent call last):
- 2023-11-10 12:40:52.640
- ERROR: Exception in ASGI application
- 2023-11-10 12:40:52.635
- INFO: 10.40.96.229:0 - "PATCH /user/me/phone HTTP/1.1" 500 Internal Server Error
- 2023-11-10 12:40:52.517
- INFO: 10.40.96.229:0 - "OPTIONS /user/me/phone HTTP/1.1" 200 OK
- 2023-11-10 12:40:36.584
- +------------------------------------
- 2023-11-10 12:40:36.584
- | services.otp.OtpRateLimitError: OTP can be generated every 3.0 minutes.
- 2023-11-10 12:40:36.584
- | raise OtpRateLimitError(user_uuid=user_uuid)
- 2023-11-10 12:40:36.584
- | File "/code/src/services/twilio.py", line 101, in send_otp
- 2023-11-10 12:40:36.584
- | await twilio_service.send_otp(to=new_phone_data.phone, user_uuid=user.uuid)
- 2023-11-10 12:40:36.584
- | File "/code/src/routers/users.py", line 175, in change_phone
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | return await dependant.call(**values)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 190, in run_endpoint_function
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | raw_response = await run_endpoint_function(
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 273, in app
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | response = await func(request)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
- 2023-11-10 12:40:36.584
- | await route.handle(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
- 2023-11-10 12:40:36.584
- | raise e
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive, sender)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
- 2023-11-10 12:40:36.584
- | raise exc
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive_or_disconnect, send_no_error)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 70, in coro
- 2023-11-10 12:40:36.584
- | raise app_exc
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 84, in call_next
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | return await call_next(request)
- 2023-11-10 12:40:36.584
- | File "/code/src/middlewares.py", line 53, in dispatch
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | response = await self.dispatch_func(request, call_next)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 108, in __call__
- 2023-11-10 12:40:36.584
- | Traceback (most recent call last):
- 2023-11-10 12:40:36.584
- |
- 2023-11-10 12:40:36.584
- | During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:36.584
- |
- 2023-11-10 12:40:36.584
- | anyio.EndOfStream
- 2023-11-10 12:40:36.584
- | raise EndOfStream
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 112, in receive
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | message = await recv_stream.receive()
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 78, in call_next
- 2023-11-10 12:40:36.584
- | Traceback (most recent call last):
- 2023-11-10 12:40:36.584
- |
- 2023-11-10 12:40:36.584
- | During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:36.584
- |
- 2023-11-10 12:40:36.584
- | anyio.WouldBlock
- 2023-11-10 12:40:36.584
- | raise WouldBlock
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 92, in receive_nowait
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | return self.receive_nowait()
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/anyio/streams/memory.py", line 97, in receive
- 2023-11-10 12:40:36.584
- | Traceback (most recent call last):
- 2023-11-10 12:40:36.584
- +-+---------------- 1 ----------------
- 2023-11-10 12:40:36.584
- | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
- 2023-11-10 12:40:36.584
- | raise BaseExceptionGroup(
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/anyio/_backends/_asyncio.py", line 664, in __aexit__
- 2023-11-10 12:40:36.584
- | async with anyio.create_task_group() as task_group:
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 106, in __call__
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 146, in simple_response
- 2023-11-10 12:40:36.584
- | await self.simple_response(scope, receive, send, request_headers=headers)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/cors.py", line 91, in __call__
- 2023-11-10 12:40:36.584
- | await self.app(scope, receive, _send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 162, in __call__
- 2023-11-10 12:40:36.584
- | raise exc
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/middleware/errors.py", line 184, in __call__
- 2023-11-10 12:40:36.584
- | await self.middleware_stack(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/starlette/applications.py", line 122, in __call__
- 2023-11-10 12:40:36.584
- | await super().__call__(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/fastapi/applications.py", line 289, in __call__
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | return await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/uvicorn/middleware/proxy_headers.py", line 78, in __call__
- 2023-11-10 12:40:36.584
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- | result = await app( # type: ignore[func-returns-value]
- 2023-11-10 12:40:36.584
- | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/h11_impl.py", line 428, in run_asgi
- 2023-11-10 12:40:36.584
- + Exception Group Traceback (most recent call last):
- 2023-11-10 12:40:36.584
- 2023-11-10 12:40:36.584
- During handling of the above exception, another exception occurred:
- 2023-11-10 12:40:36.584
- 2023-11-10 12:40:36.584
- services.otp.OtpRateLimitError: OTP can be generated every 3.0 minutes.
- 2023-11-10 12:40:36.584
- raise OtpRateLimitError(user_uuid=user_uuid)
- 2023-11-10 12:40:36.584
- File "/code/src/services/twilio.py", line 101, in send_otp
- 2023-11-10 12:40:36.584
- await twilio_service.send_otp(to=new_phone_data.phone, user_uuid=user.uuid)
- 2023-11-10 12:40:36.584
- File "/code/src/routers/users.py", line 175, in change_phone
- 2023-11-10 12:40:36.584
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- return await dependant.call(**values)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 190, in run_endpoint_function
- 2023-11-10 12:40:36.584
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- raw_response = await run_endpoint_function(
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/fastapi/routing.py", line 273, in app
- 2023-11-10 12:40:36.584
- ^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- response = await func(request)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 66, in app
- 2023-11-10 12:40:36.584
- await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 276, in handle
- 2023-11-10 12:40:36.584
- await route.handle(scope, receive, send)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/routing.py", line 718, in __call__
- 2023-11-10 12:40:36.584
- await self.app(scope, receive, send)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 17, in __call__
- 2023-11-10 12:40:36.584
- raise e
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/fastapi/middleware/asyncexitstack.py", line 20, in __call__
- 2023-11-10 12:40:36.584
- await self.app(scope, receive, sender)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 68, in __call__
- 2023-11-10 12:40:36.584
- raise exc
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/exceptions.py", line 79, in __call__
- 2023-11-10 12:40:36.584
- await self.app(scope, receive_or_disconnect, send_no_error)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 70, in coro
- 2023-11-10 12:40:36.584
- raise app_exc
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 84, in call_next
- 2023-11-10 12:40:36.584
- ^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- return await call_next(request)
- 2023-11-10 12:40:36.584
- File "/code/src/middlewares.py", line 53, in dispatch
- 2023-11-10 12:40:36.584
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 2023-11-10 12:40:36.584
- response = await self.dispatch_func(request, call_next)
- 2023-11-10 12:40:36.584
- File "/usr/local/lib/python3.11/site-packages/starlette/middleware/base.py", line 108, in __call__
- 2023-11-10 12:40:36.584
- Traceback (most recent call last):
- 2023-11-10 12:40:36.584
- ERROR: Exception in ASGI application
- 2023-11-10 12:40:36.505
- INFO: 10.40.96.229:0 - "PATCH /user/me/phone HTTP/1.1" 500 Internal Server Error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement