Python

404오류 해결법좀 알려주세요. (error code: 10062): Unknown interaction

답변 대기중
30 XP

ERROR discord.ui.modal Ignoring exception in modal <ModalExample timeout=None children=1>:
Traceback (most recent call last):
File "C:\Users\belue\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\ui\modal.py", line 189, in scheduled_task
await self.on_submit(interaction)
File "d:\디스코드 봇\PayPal\자동화 봇.py", line 151, in on_submit
await interaction.response.send_message(view=view, ephemeral=True)
File "C:\Users\belue\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\interactions.py", line 813, in send_message
await adapter.create_interaction_response(
File "C:\Users\belue\AppData\Local\Programs\Python\Python312\Lib\site-packages\discord\webhook\async
.py", line 220, in request
raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10062): Unknown interaction

코드가 너무 길어서 안 올라갔는데,
수수료 계산기 버튼을 누르고 모달에 금액을 입력하면 이런 오류가 발생해요.
image.png


불러오는 중...