Executable nuclei not found in release asset after partial download timeout during nuclei -up #6705
Closed
AnonymoushackerxD
started this conversation in
General
Replies: 3 comments 5 replies
-
|
I couldn' repro this $ nuclei -up
__ _
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v3.6.0
projectdiscovery.io
36.78 MiB / 36.78 MiB [------------------------------------------------------] 100.00% 10.66 MiB p/s
[INF] Verified Integrity of nuclei_3.6.1_macOS_arm64.zip
[INF] nuclei sucessfully updated 3.6.0 -> 3.6.1 (latest)
...Could this be an internet connection problem? Is this happening all the time? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
any update? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Current Behavior
Running
nuclei -upstarts downloading the latest release asset but stops partway through (~75%). After the download times out, the updater exits with the following error:29.00 MiB / 38.54 MiB [------------------------------------------>_____________] 75.24% 1.17 MiB p/s
[updater] executable nuclei not found in release asset
329277642got:cause="context deadline exceeded (Client.Timeout or context cancellation while reading body)"
chain="failed to read response body"
The error message suggests the executable is missing from the release asset, but the failure appears to be caused by a partial or timed-out download.
Expected Behavior
The updater should:
Detect incomplete or timed-out downloads explicitly
Report a clear download timeout or network error
Avoid validating a partially downloaded release asset
Optionally retry or clean up the partial download before failing
Steps To Reproduce
Steps
nuclei -upRelevant log output
Environment
Anything else?
Confirmation / Debug Details
Path: /root/osmedeus-base/binaries/nuclei
ELF 64-bit LSB executable, x86-64, statically linked
[INF] Nuclei Engine Version: v3.6.0
Beta Was this translation helpful? Give feedback.
All reactions