stripedpajamas / scat

tiny chat-like cli built on scuttlebutt :mouse:
MIT License
79 stars 5 forks source link

Could not connect to sbot #40

Open tatecarson opened 5 years ago

tatecarson commented 5 years ago

I get this error when attempting to connect to scat. Are there any prerequisites for running it that I might not have? I can use patchwork with no issues. Is there any way of testing to figure out what the issue might be?

scat                                  
Connecting to scuttlebot...
Error: Could not connect to sbot
    at Timeout.setInterval [as _onTimeout] (/usr/local/lib/node_modules/ssb-chat/node_modules/ssb-chat-core/connect/client.js:75:16)
    at ontimeout (timers.js:436:11)
    at tryOnTimeout (timers.js:300:5)
    at listOnTimeout (timers.js:263:5)
    at Timer.processTimers (timers.js:223:10)
stripedpajamas commented 5 years ago

Hi @tatecarson -- I think some of scat's dependencies were out of date. I've recently upgraded them and pushed ssb-chat@1.7.4. If you install this latest version, do you still see this issue?