-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build UI Error #244
Comments
Can be fixed by deleting the build dir before copying to it. I will open a PR @thatmattlove
|
Hey @thatmattlove, no worries. Regarding the issue, are you sure that
Wouldn't this cause File A to still exist in the output dir, rather than being removed fully? |
Ya know, you're right. If you don't mind, open another PR against the current commit and I'll merge it. Thank you! |
sure, will do! |
@thatmattlove |
Hi @thatmattlove , I encountered some issues. When running for the first time with
docker compose up
, everything was normal. However, when I stopped it and started again withsystemctl start hyperglass
, I ran into this problem. The output fromsystemctl status hyperglass
showed that it was running normally, but in reality, it was unusable. Later, after stopping the service, I tried running it again withdocker compose up
and encountered the following error. I believe that when a file already exists, it should be overwritten or skipped instead of throwing an exception.The text was updated successfully, but these errors were encountered: