mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #493] Usage statistics 500 error #369
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 @Aidenir on GitHub (Jan 22, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/493
I'm having problems getting the usage statistics to work, both in the overview an in specific VM:s.
When running in Debug mode I get this error on every ajax call in the log:
@brenard commented on GitHub (Jan 22, 2015):
Cookies access method seem to be incorrect in instusage() method. I fix it in
github.com/brenard/webvirtmgr@1391692162.@Aidenir commented on GitHub (Jan 22, 2015):
When I try to use @brenard 's fork I instead get this
@brenard commented on GitHub (Jan 23, 2015):
I mean you are not using the good version of Django. Could you check that the version install on your host is 1.5.5 ?
@Aidenir commented on GitHub (Jan 23, 2015):
Apparantly I have 1.7.3 installed. I will try to install and use 1.5.5 when I get of work tonight.
@Aidenir commented on GitHub (Jan 23, 2015):
When I installed 1.5.5 it shows the usage graphs. Thanks for the help