Closed mixmix closed 9 years ago
Thanks, this was reported in a related repo, https://github.com/ssbc/phoenix/issues/355. I'm working on it now.
wow, lightning fast response! comment/close this when it's ready and I'll help test it if you like
:bouquet:
cool
Copying from the other issue...
Ok! I believe this was a dependency issue -- scuttlebot
was importing an old version of the web frontend (phoenix). I've published scuttlebot 4.0.1
, which includes the fix. Please give that a shot for me! You should have the ssbplug-phoenix
dependency at 4.3.2
.
I'm seeing the dependency at ~4.3.0
interface is working now though.
noted a potential error on npm -g update scuttlebot
:
make: Entering directory '/home/mix/.nvm/v0.10.34/lib/node_modules/scuttlebot/node_modules/secure-scuttlebutt/node_modules/level/node_modules/leveldown/build'
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/builder.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/db_impl.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/db_iter.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/filename.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/dbformat.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/log_reader.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/log_writer.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/memtable.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/repair.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/table_cache.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/version_edit.o
CXX(target) Release/obj.target/leveldb/deps/leveldb/leveldb-1.14.0/db/version_set.o
../deps/leveldb/leveldb-1.14.0/db/version_set.cc:58:13: warning: ‘std::string leveldb::{anonymous}::IntSetToString(const std::set<long unsigned int>&)’ defined but not used [-Wunused-function]
std::string IntSetToString(const std::set<uint64_t>& s) {
^
closing this, seems to be working fine now
:+1:
thanks for the heads up on the install issue, looks like it's just a warning so not going worry about it
heya, I'm trying ot insatll scuttletbot and running into errors. I ran
If i browse to http://localhost:2000/, i'm prompted for a nickname, which if i input it crashes the server with
I've also tried using @dominictarr 's proposed invite :
and there's no response. If there's something obvious I'm doing that's wrong would love to hear. Also happy to pair at Node.conf if you have time Dominic