Closed bkmeneguello closed 10 years ago
Now these lines appear all the time when using start-server: /home/skype/sevabot/scripts/start-server.sh: line 21: +DIR=/home/skype/sevabot/scripts: No such file or directory /home/skype/sevabot/scripts/start-server.sh: line 23: +cd: command not found
plus, I still get Could not load settings file: settings.py
Ok let me check this today.
Not wanting to put you on a hurry, of course, but... Is there any updates in your findings? I'm starting to miss having a bot to say silly phrases every often.
ooops, forgot this.
The first error looks like some kind of installation error amd should be fixed with a reinstall.
The second error is a missing file, because there is no default settings.py as it contains a password. Instead, you need to create the this from a supplied default file.
https://sevabot-skype-bot.readthedocs.org/en/latest/ubuntu.html#installing-sevabot
Please reopen the issue if you need further instructions. And feel free to pop up in IRC. Thanks!
Also if the first error persists it might be also some OS specific error. Try running from command line:
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $DIR
Thanks!