mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #97] Not working on Windows #722
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#722
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crossworth on GitHub (May 8, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/97
Hi, great project. I'm trying using it on Windows, but can't get it to work.
When running and trying to access the browser, the following error is displayed:
open ui\build\index.html: file does not existI have done some diging and have found the problem, but don't know the right "fix", so for this reason I'm opening this issue instead of PR.
Basically on this line,
filepath.AbsreturnsC:\github.com/hibiken/asynqmon@0eb9d88c53/main.go (L59)This causes problems with the check if is
/github.com/hibiken/asynqmon@0eb9d88c53/main.go (L65)There is a problem with
filepath.Joinas well, since it will use\and GOembed.FSwill not find the file then.https://golang.org/pkg/embed/#hdr-Directives
The only way I could get it to work was making the following changes:
@hibiken commented on GitHub (May 8, 2021):
@crossworth Thank you for reporting this issue!
Apologies for not testing fully on other OSs 🙏
Is this blocking you from using the tool completely? Or have you found a way to work around it until the fix is in?
(I'm trying to gauge the priority of this bug).
@crossworth commented on GitHub (May 8, 2021):
No worries, I'm able to use with the changes from my last message.
So maybe this can be low priority.
@hibiken commented on GitHub (May 9, 2021):
Got it, thanks for letting me know!
I'll get to this issue in a few weeks 👍
@SkYNewZ commented on GitHub (Mar 5, 2022):
What do you think about embeding templates ? https://pkg.go.dev/embed
@hibiken commented on GitHub (Mar 6, 2022):
@SkYNewZ thank you for the comment. There were some changes made to use the
embedpackage since this issue has been created, so this issue may be stale. I'll look into this issue once again soon when I have enough bandwidth.@eaglebetter commented on GitHub (Jun 6, 2022):
The problem is still not fixed
@localhosted commented on GitHub (Aug 23, 2022):
Can't use it at all in Windows, only forking and fixing. Any news on this PR(https://github.com/hibiken/asynqmon/pull/251)?
@navossoc commented on GitHub (Jan 23, 2023):
+1
@4GUO commented on GitHub (Mar 9, 2023):
+1 template: pattern matches no files:
ui\build\index.html@lidaqi001 commented on GitHub (Apr 25, 2023):
+1 template: pattern matches no files: ui\build\index.html
@4GUO commented on GitHub (Apr 25, 2023):
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
@windowshopr commented on GitHub (Oct 26, 2023):
+1 template: pattern matches no files: ui\build\index.html
@4GUO commented on GitHub (Oct 26, 2023):
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
@Raindrifter commented on GitHub (Feb 21, 2024):
+1
It looks like a repository in disrepair, is there a better fork version?
看起来像是个年久失修的仓库,有没有比较好的fork版本呢?
@4GUO commented on GitHub (Feb 21, 2024):
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
@Fate0x01 commented on GitHub (Oct 28, 2024):
By modifying the static.go file, successfully made the UI open normally under the Windows system.
@chaegumi commented on GitHub (Mar 27, 2025):
+1 template: pattern matches no files:
ui\build\index.html@4GUO commented on GitHub (Mar 27, 2025):
这是来自QQ邮箱的假期自动回复邮件。您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。