cycneuramus / signal-aichat

An AI chatbot for Signal powered by Google Bard, Bing Chat, ChatGPT, HuggingChat, and llama.cpp
GNU Affero General Public License v3.0
80 stars 15 forks source link

Error: I have no name! #3

Closed p6002 closed 1 year ago

p6002 commented 1 year ago

My compose file: https://pastebin.com/i46LQgBS Commands: docker compose up -d signald docker exec -it signal-aichat-signald /bin/bash Result: https://i.ibb.co/FXqLhRv/2023-05-09-183533.png

cycneuramus commented 1 year ago

What's the issue? That message is normal for the signald container.

p6002 commented 1 year ago

It seems to me that I should type the command inside the container: signaldctl account link --device-name signal-aichat I don't know how to do it, since it throws me out of the container after this command: docker exec -it signal-aichat-signald /bin/bash Running this command again returns: Error response from daemon: Container ccd42fb8db594e8eb865a3916da9ad32f64ccaf32e59261c8a3fcac0e89864dc is restarting, wait until the container is running

cycneuramus commented 1 year ago

Sounds like the signald container can't manage to start properly due to some error. As to what the problem is exactly, you'll have to debug this for yourself, i.e. by checking the logs: docker logs signal-aichat-signald -f.

p6002 commented 1 year ago

Ok, I thought I could test it on a group with friends. But I don't have the skills to fix it.