mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #7] Status 500 upon deleting machines #4
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @amarc on GitHub (May 18, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/7
Hello,
when I try to delete virtual machine I get Error Status 500. Reviewing libvirtd log anf nginx log I can not see anything interesting. How and where should I debug this ?
ty.
@retspen commented on GitHub (May 18, 2015):
/var/log/supervisor.log
@daniviga commented on GitHub (May 18, 2015):
I get the same error:
@daniviga commented on GitHub (May 18, 2015):
The issue looks to be here: https://github.com/retspen/webvirtcloud/blob/master/instances/views.py#L250 where
instance.idis empty because theinstanceobject has been already deleted here https://github.com/retspen/webvirtcloud/blob/master/instances/views.py#L245@daniviga commented on GitHub (May 18, 2015):
Thank you!
@retspen commented on GitHub (May 18, 2015):
You are welcome :-)