Raymo111 / kahoot-answer-bot

A bot to win Kahoots
189 stars 130 forks source link

`asyncio.exceptions.CancelledError KeyError: 'answer'` #29

Closed judemont closed 1 year ago

judemont commented 1 year ago

Hello, When I run kbot I have this error :


name > heey      
pin > 2483188
quizID > c316b5c7-eebe-496f-b0b0-85381c174a62
No accepted answers
Title: Bambi Spring Trivia
Creator: Disney_Official
Desc: Celebrate spring by reliving memorable moments from the classic story of Bambi and his friends. © Disney. All rights reserved. #disney #disneyspring #bambi
Exception in callback TransportBase._connect_done(<Task cancell.../utils.py:22>>)
handle: <Handle TransportBase._connect_done(<Task cancell.../utils.py:22>>)>
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

asyncio.exceptions.CancelledError
Exception in callback WebSocketTransport._receive_done(<Task cancell...ocket.py:224>>)
handle: <Handle WebSocketTransport._receive_done(<Task cancell...ocket.py:224>>)>
asyncio.exceptions.CancelledError

During handling of the above exception, another exception occurred:

asyncio.exceptions.CancelledError
KeyError: 'answer'
sealldeveloper commented 1 year ago

I think my pull request may have solved this? Try my branch and see if that fixes it. Also running it with -d for debug provides more detail for error reporting.

Raymo111 commented 1 year ago

Duplicate of #16.