-
Notifications
You must be signed in to change notification settings - Fork 15
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(tools): Updating tools hangs and results 500 error #10
Comments
@AnonymousWP For this one this need more modifications because of poetry. I think we should remove the Update functionality for the moment. |
Hmm, and bring it back in 2.2.0? |
Yes |
It's a pretty severe bug though, so not sure about this decision. |
It will not exists anymore when update button and API endpoint will be deactivated. |
Good point. |
Is there an existing issue for this?
Current Behavior
From @PekkaJalonen
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: