threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

400 Bad Request error when install required package for network solution #707

Closed Pishoy closed 4 years ago

Pishoy commented 4 years ago

steps:

1 - create a new sdk installation and go to shell

 ~/Downloads/3sdk_v10.5.3_linux_x86_64 container install name=bishoy_testnet
~/Downloads/3sdk_v10.5.3_linux_x86_64 container shell name=bishoy_testnet

2 - switch to development branch and pull all repos inside container 3 - start theeebot 3bot start 4 - git error when install network package image 5 - refresh network package page image

BolaNasr commented 4 years ago

@Pishoy Please pull all repos and run this command js_init generate https://gist.github.com/Pishoy/7f05ab05e3f3b491d33bb3264e1cdb3f#file-bottle_server-L112

the error in that line mean you don't have chatflow in j.servers and it's already exist.

image

Pishoy commented 4 years ago

verified , Thanks!