Open poVoq opened 1 year ago
I think we discussed this on IRC a few weeks ago. For some reason, bitbot isn't able to find your socket file automatically in your specific environment. To remedy this, you need to specify the full path to your bot.sock
file using the -s
option (refer back to our IRC discussion for more specific usage details). You'll also need to update your systemd unit files accordingly.
Additionally, if someone else could reproduce this in their environment and report to this issue that would be awesome. I can't imagine how this would be a bug in bitbot but if it is I'd like to figure that out.
I am running it in a venv if that helps figuring out what the problem might be.
Ah, that sounds promising. So I start it with bitbotctl -s /opt/bitbot/data/bot.sock
or so? Edit: seems to work. Thanks!
I am running
bitbotd
with the--config
option to load a config file from a custom location and point the bot to a customdata
directory. This works perfectly fine withbitbotd
.However
bitbotctl
fails with the following error:I am guessing that
bitbotctl
also needs to be told about the customdata
folder in which thebot.sock
etc. can be found?Or is this caused by something else?
As I apparently can't figure out the master-password without
bitbotctl
this is kind of a breaking bug, despite the bot working fine otherwise.Thanks for the help.