You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes, when I run hyperglass build-ui, it fails. Then I run it again and it succeeds.
Expected behavior
I expect this not to fail, but sometimes it does.
Steps to Reproduce
Make a configuration change and then run hyperglass build-ui.
Local Configurations
I can add this if you want but I don't think it's relevant here.
Logs
(The shell is "bash-4.2" because I su to the hyperglass user to run this command, otherwise the permissions get messed up. It does the same thing as root though.)
Based on some googling, it looks like there's a timeout value for one of the build tasks. If that timeout value is increased, that may resolve the issue.
Environment
Server
OS: Centos 7
Python Version: 3.6.8
hyperglass Version: 1.0.0-beta.51
Client
not relevant
The text was updated successfully, but these errors were encountered:
I have encountered this as well, researched the crap out of it, and it seems to be something about 3 dependencies deep in the library used to generate the favicons, and doesn't seem like something that has a reasonable fix. For me, the workaround is to run the build again. After messing around with the Pillow library (Python image manipulation) to auto generate/size the Opengraph image, it occurred to me that I could fairly easily write a little library to do the same thing that the JS library does, but in Python, which I feel would be a way better way to do it anyway.
I'll keep this issue open so it annoys me into starting that library :)
Favicons is now live, and merged into hyperglass as of 1.0.0-beta.55. In my testing, the favicon build process took about 1 second, vs the JS library's nearly full minute, so I'm hopeful this issue will be fully solved 😁
Bug Description
Sometimes, when I run
hyperglass build-ui
, it fails. Then I run it again and it succeeds.Expected behavior
I expect this not to fail, but sometimes it does.
Steps to Reproduce
Make a configuration change and then run
hyperglass build-ui
.Local Configurations
I can add this if you want but I don't think it's relevant here.
Logs
(The shell is "bash-4.2" because I
su
to the hyperglass user to run this command, otherwise the permissions get messed up. It does the same thing as root though.)Possible Solution
Based on some googling, it looks like there's a timeout value for one of the build tasks. If that timeout value is increased, that may resolve the issue.
Environment
Server
Client
not relevant
The text was updated successfully, but these errors were encountered: