threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

chat package doesn't work #62

Closed xmonader closed 4 years ago

xmonader commented 4 years ago

can't get chat package to start with kosmos -p 'j.threebot.package.chat.start()

ahsayde commented 4 years ago

can't reproduce

image

siddiquagig commented 4 years ago

I get the following error when starting it:

image

abom commented 4 years ago

@siddiquagig make sure sonic is installed correctly.

siddiquagig commented 4 years ago

Sonic is installed correctly:

JSX> j.builders.apps.sonic.build()
'ALREADY DONE'

JSX> j.builders.apps.sonic.install()
'ALREADY DONE'

but now after updating all repos , i have a different error :

image

xmonader commented 4 years ago

@siddiquagig make sure to pull all jsx repos and run jsx generate

siddiquagig commented 4 years ago

Did pull all repos and jsx generate , error still:

image

siddiquagig commented 4 years ago

Working now after installing the required package pip3 install bottle_websocket

image