threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Solution wizard loading forever #628

Closed zaibon closed 4 years ago

zaibon commented 4 years ago

I just hit a bug where the solution chat flow is loading forever and never show the actual chat flows (network).

I access the GUI with https://localhost:4000

2020-04-29_1346x1064_scrot

Nothing special in the logs. I ended there cause I click on the resert button the top right corner of this chatflow.

Reloading the page doesn't solve it. Clicking on another solution doesn't solve it.

2020-04-29_1502x418_scrot

zaibon commented 4 years ago

I tried to connect to the GUI using the container IP, so https://172.17.0.2, and there is worked

xmonader commented 4 years ago

what is the branch for weblibs? that was addressed a while ago on development branch of weblibs https://github.com/threefoldtech/jumpscaleX_weblibs/blob/development/static/gedis/gedis_package.js

and it was using hostname not host on master branch. I just merged development branch and hope that solves it. if it doesn't please move the issue back to to start

rkhamis commented 4 years ago

loads

achimha commented 4 years ago

Just tried again with 10.5.1 on another machine and the problem did not show up.

achimha commented 4 years ago

The problems seems back with 10.5.2 on macOS. I deleted the 3bot container to be sure. Any chatbot invocation tries to do a REST call to https://localhost/zerobot/webinterface/actors/chatbot/session_new even though it should use port 4000 where the web app is loaded from.

m-motawea commented 4 years ago

Trying on weblibs master branch chatflow calls are ok. image

Dina-Abd-Elrahman commented 4 years ago