Skip to content

exclude() doesn't work. #8

@azulika

Description

@azulika
RuntimeError: Failed to parse the response as JSON.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "G:\AkiApi2025\main.py", line 18, in <module>
    aki.answer(user_input)
    ~~~~~~~~~~^^^^^^^^^^^^
  File "G:\AkiApi2025\.venv\Lib\site-packages\akinator\client.py", line 255, in answer
    return self.exclude()
           ~~~~~~~~~~~~^^
  File "G:\AkiApi2025\.venv\Lib\site-packages\akinator\client.py", line 334, in exclude
    raise RuntimeError("Failed to exclude the proposition.") from e
RuntimeError: Failed to exclude the proposition.

It seems /exclude doesn't work anymore at least with the current method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions