Closed MrFloffy closed 3 years ago
Hey there,
Give v1.0.0-beta.75 a try. If you still get the same results, try adding the new --timeout
flag with a value above 180. For example, build-ui --timeout 600
.
Thanks!! After trying v1.0.0-beta.75 i can build without problems.
Hi everyone,
I hope you are well.
When i running
hyperglass build-ui
i have this error:[ERROR] 20210128 15:04:12 | hyperglass.util:648 | build_frontend → 90 second timeout exceeded while building UI ❌ Error building UI: 90 second timeout exceeded while building UI
Expected behavior
I would like to can run
hyperglass build-ui
without errorsSteps to Reproduce
sudo apt install -y python3.6-dev
sudo apt install python3-pip
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update
sudo apt install -y nodejs yarn redis-server
sudo systemctl enable redis-server
sudo systemctl restart redis-server
pip3 install hyperglass
hyperglass setup
[?] Choose a directory for hyperglass: /Users/ml/hyperglass /home/user/hyperglasshyperglass build-ui
Logs
Environment
Server
/etc/hyperglass
3.6.9
Linux-4.15.0-135-generic-x86_64-with-Ubuntu-18.04-bionic
8
8
Client
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic