opensourcehacker / sevabot

A Skype bot supporting integration with external services
http://sevabot-skype-bot.readthedocs.org/
565 stars 121 forks source link

Fix settings.py not found #66

Closed bkmeneguello closed 10 years ago

miohtama commented 10 years ago

Thanks!

comentarinformal commented 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

miohtama commented 10 years ago

Ok let me check this today.

comentarinformal commented 10 years ago

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.

miohtama commented 10 years ago

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!

miohtama commented 10 years ago

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