Open randomsnowflake opened 1 year ago
I had exactly the same thing and I think that it is actually related to how you set this up and whether matrix_bot_chatgpt_matrix_access_token
has already been "used". See here for a related issue.
I removed the config from my vars.yml
and ssh'd onto my server and followed the instructions from the upstream repo directly. After using the same access token in the .env file before doing docker run
I received the same error. Then, I removed MATRIX_ACCESS_TOKEN
and added MATRIX_BOT_PASSWORD
to .env which printed a new MATRIX_ACCESS_TOKEN
to the terminal. I used this to update .env and ran docker run
again. This time it booted just fine.
Honestly, I think is a more secure setup as I'm version controlling my vars.yml
to and I didn't want api keys to be committed.
Hope this helps someone down the road, and would like to know what precisely needs to change re obtaining an access token to ensure that it isn't stale at the point of deployment.
Same issue for me.
One time key signed_curve25519:AAAAAAAAAA0 already exists
A while ago I enabled the ChatGPT bot in the playbook. It installed fine and I was happy using ChatGPT in my matrix server.
After a while it suddenly stopped working.
Yesterday, while updating my Matrix server the
check
function fails with the following error:ansible error
Server output:
systemctl status matrix-bot-chatgpt.service
journalctl -fu matrix-bot-chatgpt.service
Needless to say the bot does not appear online.