GoMFT - Not Installing #1058

Closed
opened 2026-02-04 22:50:03 +03:00 by OVERLORD · 13 comments
Owner

Originally created by @keywal on GitHub (Jun 2, 2025).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

GoMFT

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gomft.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Error During Install

🔄 Steps to reproduce the issue.

Run script and wait

Paste the full error output (if available).

[ERROR] in line 51: exit code 0: while executing command "$@" > /dev/null 2>&1
⠙curl: (22) The requested URL returned error: 400
/dev/fd/63: line 74: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @keywal on GitHub (Jun 2, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? GoMFT ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gomft.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Error During Install ### 🔄 Steps to reproduce the issue. Run script and wait ### ❌ Paste the full error output (if available). [ERROR] in line 51: exit code 0: while executing command "$@" > /dev/null 2>&1 ⠙curl: (22) The requested URL returned error: 400 /dev/fd/63: line 74: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
OVERLORD added the external label 2026-02-04 22:50:03 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 2, 2025):

Run in verbose, Nobody can say anything about this

@MickLesk commented on GitHub (Jun 2, 2025): Run in verbose, Nobody can say anything about this
Author
Owner

@keywal commented on GitHub (Jun 2, 2025):

Well that's unfortunate :)

I was about to log another for 'seelf' script. Similar error?
line 70: temp_file: unbound variable
/dev/fd/63: line 74: SPINNER_PID: unbound variable

@keywal commented on GitHub (Jun 2, 2025): Well that's unfortunate :) I was about to log another for 'seelf' script. Similar error? line 70: temp_file: unbound variable /dev/fd/63: line 74: SPINNER_PID: unbound variable
Author
Owner

@MickLesk commented on GitHub (Jun 2, 2025):

Need verbose

@MickLesk commented on GitHub (Jun 2, 2025): Need verbose
Author
Owner

@keywal commented on GitHub (Jun 2, 2025):

 ⠸go: downloading golang.org/x/net v0.39.0
 ⠦go: downloading golang.org/x/sys v0.32.0
 ⠼(!) templ version check: generator v0.3.887 is newer than templ version v0.3.857 found in go.mod file, consider running `go get -u github.com/a-h/templ` to upgrade
 ⠦(✗) Error [ error=failed to generate code for "/opt/gomft/components/file_metadata/search/file_metadata_search_content.templ": /opt/gomft/components/file_metadata/search/file_metadata_search_content.templ parsing error: string expression: missing close brace: line 25, col 3 ]
 ⠇(✗) Command failed: generation completed with 1 errors
 ⠏
[ERROR] in line 36: exit code 0: while executing command $STD "$HOME"/go/bin/templ generate
 ⠙curl: (22) The requested URL returned error: 400
/dev/fd/63: line 74: SPINNER_PID: unbound variable
@keywal commented on GitHub (Jun 2, 2025): ``` ⠸go: downloading golang.org/x/net v0.39.0 ⠦go: downloading golang.org/x/sys v0.32.0 ⠼(!) templ version check: generator v0.3.887 is newer than templ version v0.3.857 found in go.mod file, consider running `go get -u github.com/a-h/templ` to upgrade ⠦(✗) Error [ error=failed to generate code for "/opt/gomft/components/file_metadata/search/file_metadata_search_content.templ": /opt/gomft/components/file_metadata/search/file_metadata_search_content.templ parsing error: string expression: missing close brace: line 25, col 3 ] ⠇(✗) Command failed: generation completed with 1 errors ⠏ [ERROR] in line 36: exit code 0: while executing command $STD "$HOME"/go/bin/templ generate ⠙curl: (22) The requested URL returned error: 400 /dev/fd/63: line 74: SPINNER_PID: unbound variable ```
Author
Owner

@MickLesk commented on GitHub (Jun 2, 2025):

@tremor021 Is GoMFT crashing/fck up again, or is this a network problem?

@MickLesk commented on GitHub (Jun 2, 2025): @tremor021 Is GoMFT crashing/fck up again, or is this a network problem?
Author
Owner

@tremor021 commented on GitHub (Jun 2, 2025):

need to check. smells like go templ issue

@tremor021 commented on GitHub (Jun 2, 2025): need to check. smells like go templ issue
Author
Owner

@tremor021 commented on GitHub (Jun 2, 2025):

✗) Error [ error=failed to generate code for "/root/GoMFT/components/file_metadata/search/file_metadata_search_content.templ": /root/GoMFT/components/file_metadata/search/file_metadata_search_content.templ parsing error: string expression: missing close brace: line 25, col 3 ]

there is a error in templ file, as i suspected. this should be reported to their github @keywal

@tremor021 commented on GitHub (Jun 2, 2025): `✗) Error [ error=failed to generate code for "/root/GoMFT/components/file_metadata/search/file_metadata_search_content.templ": /root/GoMFT/components/file_metadata/search/file_metadata_search_content.templ parsing error: string expression: missing close brace: line 25, col 3 ]` there is a error in templ file, as i suspected. this should be reported to their github @keywal
Author
Owner

@tremor021 commented on GitHub (Jun 2, 2025):

https://github.com/StarFleetCPTN/GoMFT/issues/107

@tremor021 commented on GitHub (Jun 2, 2025): https://github.com/StarFleetCPTN/GoMFT/issues/107
Author
Owner

@keywal commented on GitHub (Jun 3, 2025):

Thanks tremor - youre a gent!

@keywal commented on GitHub (Jun 3, 2025): Thanks tremor - youre a gent!
Author
Owner

@tremor021 commented on GitHub (Jun 9, 2025):

@keywal sorry to be the bearer of bad news but seems like GoMFT saw no development or engagement for the last 2 months.

@MickLesk want me to pull the script from website until dev responds to issue i posted?

@tremor021 commented on GitHub (Jun 9, 2025): @keywal sorry to be the bearer of bad news but seems like GoMFT saw no development or engagement for the last 2 months. @MickLesk want me to pull the script from website until dev responds to issue i posted?
Author
Owner

@MickLesk commented on GitHub (Jun 9, 2025):

Yep

@MickLesk commented on GitHub (Jun 9, 2025): Yep
Author
Owner

@MickLesk commented on GitHub (Jun 13, 2025):

@tremor021 maybe remove the json and use an fixed Version? Projekt maybe death, no Response. So we can wait 4-8 weeks until complete remove and use the latest working Version?

@MickLesk commented on GitHub (Jun 13, 2025): @tremor021 maybe remove the json and use an fixed Version? Projekt maybe death, no Response. So we can wait 4-8 weeks until complete remove and use the latest working Version?
Author
Owner

@tremor021 commented on GitHub (Jun 13, 2025):

@MickLesk we can do that

@tremor021 commented on GitHub (Jun 13, 2025): @MickLesk we can do that
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1058