-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyCAI.chat.send_message() missing 1 required positional argument: 'history_id' #95
Comments
where did you find your char_token?? |
You need to open the chat with your character in beta version. Write beta.character.ai etc. with normal version you can't see it |
did anyone find the history_id? |
Didn't find it yet |
I know it's quite late but still hope this helpful to someone. The history id is the value returned when you call # ...
data = client.chat.send_message(
chat['external_id'], tgt, message
)
# ... For the json error, you might want to try #93 |
He fixed it his code works now |
I have multiple problems. I can only find Character ID and my char_token. But no history ID. There is none. If I try other scripts, I get same error like others with Json.
The text was updated successfully, but these errors were encountered: