-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
bug: Updating tools hangs and results 500 error #1152
Comments
👋 Hi @PekkaJalonen, |
I don't think I had/have this issue. Can you still reproduce it? |
Thank you for reporting this. A PR has been created to fix this, this has been fixed with PR #1335 Thank you |
…s-and-results-500-error Fix error during tool update Fixes #1152
Is there an existing issue for this?
Current Behavior
When updating some tools in arsenal, example ctfr will caus web to hang with "Downloading laterst version..." and looking at the container logs, it shows:
django.server | "GET /api/github/tool/get_latest_releases/?tool_id=12 HTTP/1.0" 200 38
run_command | INFO | cd /usr/src/github/ctfr && git pull && cd -
run_command | WARNING | None
django.server | "GET /api/tool/update/?tool_id=12 HTTP/1.0" 500 133332
Expected Behavior
Update should respond if the update was successfull or not.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: