goMFT Update error #941

Closed
opened 2025-11-20 04:56:53 -05:00 by saavagebueno · 9 comments
Owner

Originally created by @Seqway on GitHub (Apr 16, 2025).

Have you read and understood the above guidelines?

yes

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

update in lxc container

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📝 Provide a clear and concise description of the issue.

While updating the container i got htis error message in verbose mode:

` ✔️ Stopped GoMFT
⠴ Updating GoMFT to 0.2.11curl: (22) The requested URL returned error: 400

[ERROR] in line 1459: exit code 0: while executing command "$@" >> "$LOGFILE" 2>&1`

🔄 Steps to reproduce the issue.

several times the same error

Paste the full error output (if available).

⠴ Updating GoMFT to 0.2.11curl: (22) The requested URL returned error: 400

[ERROR] in line 1459: exit code 0: while executing command "$@" >> "$LOGFILE" 2>&1```

### 🖼️ Additional context (optional).

_No response_
Originally created by @Seqway on GitHub (Apr 16, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? update in lxc container ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [ ] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📝 Provide a clear and concise description of the issue. While updating the container i got htis error message in verbose mode: ` ✔️ Stopped GoMFT ⠴ Updating GoMFT to 0.2.11curl: (22) The requested URL returned error: 400 [ERROR] in line 1459: exit code 0: while executing command "$@" >> "$LOGFILE" 2>&1` ### 🔄 Steps to reproduce the issue. several times the same error ### ❌ Paste the full error output (if available). ``` ✔️ Stopped GoMFT ⠴ Updating GoMFT to 0.2.11curl: (22) The requested URL returned error: 400 [ERROR] in line 1459: exit code 0: while executing command "$@" >> "$LOGFILE" 2>&1``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 04:56:53 -05:00
Author
Owner

@Seqway commented on GitHub (Apr 16, 2025):

now more detailed ! goMFT is after update not starting any longer !

Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  ✔️   Stopped GoMFT

> gomft@1.0.0 postinstall
> npm run build

⠇ Updating GoMFT to 0.2.11
> gomft@1.0.0 build
> node build.js

⠋ Updating GoMFT to 0.2.11Building Tailwind CSS...
⠏ Updating GoMFT to 0.2.11Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

Rebuilding...

Done in 2852ms.
Build completed successfully!

added 123 packages, and audited 124 packages in 6s

30 packages are looking for funding
  run `npm fund` for details

1 moderate severity vulnerability

To address all issues (including breaking changes), run:
  npm audit fix --force

Run `npm audit` for details.
⠋ Updating GoMFT to 0.2.11Building Tailwind CSS...
⠇ Updating GoMFT to 0.2.11Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

Rebuilding...

Done in 1588ms.
Build completed successfully!
⠴ Updating GoMFT to 0.2.11(✓) Complete [ updates=98 duration=384.923224ms ]
⠇ Updating GoMFT to 0.2.11# github.com/starfleetcptn/gomft/internal/db/migrations
internal/db/migrations/012a_recover_transfer_configs_rename.go:13:6: RecoverTransferConfigsRename redeclared in this block
        internal/db/migrations/011a_recover_transfer_configs_rename.go:13:6: other declaration of RecoverTransferConfigsRename
internal/db/migrations/012b_recover_notification_services_rename.go:13:6: RecoverNotificationServicesRename redeclared in this block
        internal/db/migrations/011b_recover_notification_services_rename.go:13:6: other declaration of RecoverNotificationServicesRename
internal/db/migrations/012c_recover_auth_providers_rename.go:13:6: RecoverAuthProvidersRename redeclared in this block
        internal/db/migrations/011c_recover_auth_providers_rename.go:13:6: other declaration of RecoverAuthProvidersRename
⠙ Updating GoMFT to 0.2.11
[ERROR] in line 62: exit code 0: while executing command $STD go build -o gomft```
@Seqway commented on GitHub (Apr 16, 2025): now more detailed ! goMFT is after update not starting any longer ! ```Reading package lists... Done Building dependency tree... Done Reading state information... Done build-essential is already the newest version (12.9). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ✔️ Stopped GoMFT > gomft@1.0.0 postinstall > npm run build ⠇ Updating GoMFT to 0.2.11 > gomft@1.0.0 build > node build.js ⠋ Updating GoMFT to 0.2.11Building Tailwind CSS... ⠏ Updating GoMFT to 0.2.11Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Rebuilding... Done in 2852ms. Build completed successfully! added 123 packages, and audited 124 packages in 6s 30 packages are looking for funding run `npm fund` for details 1 moderate severity vulnerability To address all issues (including breaking changes), run: npm audit fix --force Run `npm audit` for details. ⠋ Updating GoMFT to 0.2.11Building Tailwind CSS... ⠇ Updating GoMFT to 0.2.11Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Rebuilding... Done in 1588ms. Build completed successfully! ⠴ Updating GoMFT to 0.2.11(✓) Complete [ updates=98 duration=384.923224ms ] ⠇ Updating GoMFT to 0.2.11# github.com/starfleetcptn/gomft/internal/db/migrations internal/db/migrations/012a_recover_transfer_configs_rename.go:13:6: RecoverTransferConfigsRename redeclared in this block internal/db/migrations/011a_recover_transfer_configs_rename.go:13:6: other declaration of RecoverTransferConfigsRename internal/db/migrations/012b_recover_notification_services_rename.go:13:6: RecoverNotificationServicesRename redeclared in this block internal/db/migrations/011b_recover_notification_services_rename.go:13:6: other declaration of RecoverNotificationServicesRename internal/db/migrations/012c_recover_auth_providers_rename.go:13:6: RecoverAuthProvidersRename redeclared in this block internal/db/migrations/011c_recover_auth_providers_rename.go:13:6: other declaration of RecoverAuthProvidersRename ⠙ Updating GoMFT to 0.2.11 [ERROR] in line 62: exit code 0: while executing command $STD go build -o gomft```
Author
Owner

@tremor021 commented on GitHub (Apr 16, 2025):

Because building of executable fails.
This is 3rd or 4th time they change sometning that makes building of this app to fail.
This will be the last time i fix this.

@tremor021 commented on GitHub (Apr 16, 2025): Because building of executable fails. This is 3rd or 4th time they change sometning that makes building of this app to fail. This will be the last time i fix this.
Author
Owner

@Seqway commented on GitHub (Apr 16, 2025):

Okay.
But who do you mean with "they" ?

@Seqway commented on GitHub (Apr 16, 2025): Okay. But who do you mean with "they" ?
Author
Owner

@MickLesk commented on GitHub (Apr 16, 2025):

The Dev. We become every week issues by using this Script, because some deps or namings change every Release...

@MickLesk commented on GitHub (Apr 16, 2025): The Dev. We become every week issues by using this Script, because some deps or namings change every Release...
Author
Owner

@tremor021 commented on GitHub (Apr 16, 2025):

go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
internal/web/handlers/file_metadata_handlers.go:11:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/details; to add it:
        go get github.com/starfleetcptn/gomft/components/file_metadata/details
internal/web/handlers/file_metadata_handlers.go:12:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/list; to add it:
        go get github.com/starfleetcptn/gomft/components/file_metadata/list
internal/web/handlers/file_metadata_handlers.go:13:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/search; to add it:
        go get github.com/starfleetcptn/gomft/components/file_metadata/search
internal/web/handlers/settings_handlers.go:20:2: no required module provides package github.com/starfleetcptn/gomft/components/notifications/form; to add it:
        go get github.com/starfleetcptn/gomft/components/notifications/form
internal/web/handlers/settings_handlers.go:21:2: no required module provides package github.com/starfleetcptn/gomft/components/notifications/list; to add it:
        go get github.com/starfleetcptn/gomft/components/notifications/list
internal/web/handlers/rclone_handlers.go:12:2: no required module provides package github.com/starfleetcptn/gomft/components/providers/common; to add it:
        go get github.com/starfleetcptn/gomft/components/providers/common

So here's the deal. They changed AGAIN how the app builds, so... This is a dependency error in GO stage, while executable is built. We can't do nothing here, until the dev fixes this.

If you have a backup, restore it and don't update until next version comes out or we close this issue via PR or something.

@tremor021 commented on GitHub (Apr 16, 2025): ``` go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec internal/web/handlers/file_metadata_handlers.go:11:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/details; to add it: go get github.com/starfleetcptn/gomft/components/file_metadata/details internal/web/handlers/file_metadata_handlers.go:12:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/list; to add it: go get github.com/starfleetcptn/gomft/components/file_metadata/list internal/web/handlers/file_metadata_handlers.go:13:2: no required module provides package github.com/starfleetcptn/gomft/components/file_metadata/search; to add it: go get github.com/starfleetcptn/gomft/components/file_metadata/search internal/web/handlers/settings_handlers.go:20:2: no required module provides package github.com/starfleetcptn/gomft/components/notifications/form; to add it: go get github.com/starfleetcptn/gomft/components/notifications/form internal/web/handlers/settings_handlers.go:21:2: no required module provides package github.com/starfleetcptn/gomft/components/notifications/list; to add it: go get github.com/starfleetcptn/gomft/components/notifications/list internal/web/handlers/rclone_handlers.go:12:2: no required module provides package github.com/starfleetcptn/gomft/components/providers/common; to add it: go get github.com/starfleetcptn/gomft/components/providers/common ``` So here's the deal. They changed AGAIN how the app builds, so... This is a dependency error in GO stage, while executable is built. We can't do nothing here, until the dev fixes this. If you have a backup, restore it and don't update until next version comes out or we close this issue via PR or something.
Author
Owner

@tremor021 commented on GitHub (Apr 16, 2025):

Issue reported to the app dev here https://github.com/StarFleetCPTN/GoMFT/issues/97

@tremor021 commented on GitHub (Apr 16, 2025): Issue reported to the app dev here https://github.com/StarFleetCPTN/GoMFT/issues/97
Author
Owner

@Seqway commented on GitHub (Apr 16, 2025):

Okay understood!
I restored my backup from yesterday, no problem.
But i need new versuon of goMFT because there is an issue for ALL scripts that dont work 😞
Maybe better to install it native and not via script

@Seqway commented on GitHub (Apr 16, 2025): Okay understood! I restored my backup from yesterday, no problem. But i need new versuon of goMFT because there is an issue for ALL scripts that dont work 😞 Maybe better to install it native and not via script
Author
Owner

@tremor021 commented on GitHub (Apr 16, 2025):

I don't understand. What do you mean there is a issue for ALL scripts that don't work?

Script IS native baremetal install. Not sure what you mean there....
https://starfleetcptn.github.io/GoMFT/docs/getting-started/traditional

@tremor021 commented on GitHub (Apr 16, 2025): I don't understand. What do you mean there is a issue for ALL scripts that don't work? Script IS native baremetal install. Not sure what you mean there.... https://starfleetcptn.github.io/GoMFT/docs/getting-started/traditional
Author
Owner

@Seqway commented on GitHub (Apr 16, 2025):

I didnt describe it well.
I mean the goMFT itself (the programm) has an issue for cron / rclone jobs. Everything what i configured gives an error protocoll in gomft.
I saw an issue which is solved already therefor i need obviously the newest version from goMFT.
But dont worry all good ... i will wait 👍😎

@Seqway commented on GitHub (Apr 16, 2025): I didnt describe it well. I mean the goMFT itself (the programm) has an issue for cron / rclone jobs. Everything what i configured gives an error protocoll in gomft. I saw an issue which is solved already therefor i need obviously the newest version from goMFT. But dont worry all good ... i will wait 👍😎
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#941