libertysoft3 / saidit

The reddit open source fork powering SaidIt
https://saidit.net
Other
226 stars 40 forks source link

"Keyspace 'reddit' does not exist" when installing saidit on an ubuntu 14.04 server VM #119

Closed trident765 closed 2 years ago

trident765 commented 2 years ago

The exception is raised in pycassa, when installing saidit with the install-reddit.sh script. I unfortunately cannot copy and paste the complete error message at the moment, because my VM does not have a clipboard

libertysoft3 commented 2 years ago

This script is supposed to run on install and initialize cassandra and create the keyspace: https://github.com/libertysoft3/saidit/blob/master/install/setup_cassandra.sh

Maybe an earlier error in installation prevented this from running. I will re-test and see if I can reproduce this.

libertysoft3 commented 2 years ago

Whoops my bad, fixed by 5e2ed2daee5b52f5c6d3f33266d0e04b41df3059

An easy way to get copy and paste is to ssh into your VM rather than using the virtual box interface.