joshpelkey

# Dec 09 2011 - 2:12 PM

Hey All,

I've been running my kegweb for a few months now. The other day I realized that my bar graphs were not displaying correctly (worked fine before). Looking at the source, it seems like the data is there, but the graphs are just blank. Pie charts seem to be working fine. Is there a caching issue or a django/apache command that I can use to fix this up? I feel like I ran in to this once really early, but I've since forgotten I how fixed it. Thanks for any help.




mike

# Dec 09 2011 - 3:12 PM

Should be fixed on tip-of-tree, will cut a new release in the next week or so. Please add to the bug on github if its still a problem.




joshpelkey

# Dec 10 2011 - 2:12 PM

mike
Should be fixed on tip-of-tree, will cut a new release in the next week or so. Please add to the bug on github if its still a problem.


Thanks Mike. Could you link to the specific changeset? It's been so long since I've merged, I'm afraid to go for the whole thing.




mike

# Dec 10 2011 - 6:12 PM

joshpelkey
Thanks Mike. Could you link to the specific changeset? It's been so long since I've merged, I'm afraid to go for the whole thing.

Heh, I'm honestly not sure which since I never reproduced the issue; I updated the highcharts library a few commits ago (check commit history), that might have helped. I recently submitted a massive overhaul of the frontend, you might want to bite the bullet and upgrade - it is worth it!

One harmless thing you can try is "kegbot-admin.py kb_regen_stats". This regenerates statistics tables, which are the source of the chart data.

mike




joshpelkey

# Dec 11 2011 - 3:12 PM

Ok, had some time today so I went for the upgrade. Charts work! I think maybe something got messed up though, because under "Manage Taps" I just get mostly a blank page (says keg admin, tap list, but I can't click anything). Ever seen anything like that? I've attached a pic.

https://picasaweb.google.com/lh/photo/dKn7FIJ5hdYda-9qzNGa7K75ghfkZ4ykB-wdXNeFEXU?feat=directlink

Edited by joshpelkey (Dec. 11, 2011 15:48:10)






joshpelkey

# Dec 14 2011 - 8:12 PM

joshpelkey
Ok, had some time today so I went for the upgrade. Charts work! I think maybe something got messed up though, because under "Manage Taps" I just get mostly a blank page (says keg admin, tap list, but I can't click anything). Ever seen anything like that? I've attached a pic.

https://picasaweb.google.com/lh/photo/dKn7FIJ5hdYda-9qzNGa7K75ghfkZ4ykB-wdXNeFEXU?feat=directlink


This is almost certainly because of something I've done wrong. I hacked together a bunch of stuff to get this to run originally b/c I didn't understand how everything fit together (django, apache, etc), and I think it's coming back to haunt me. I'm not sure exactly what happened, but there are files and folders that I think kegweb can't find. I had a an issue getting the static content to come up, but I somehow hacked that in there now. It turns out that I can still edit taps if I go directly to the endpoint: for example: http://sitename/kegadmin/taps/1

I had my code so nice and neat, and then I come back to see you've switched to git! I spent a while trying to convert, but I gave up for now. So in short, my site still works, but it ain't pretty. I might just restart it sometime, but for now I think it's ok.






mike

# Dec 14 2011 - 11:12 PM

joshpelkey
It turns out that I can still edit taps if I go directly to the endpoint: for example: http://sitename/kegadmin/taps/1


Sorry, that's my fault (this came up in another thread). Kegadmin is broken at tip-of-tree and I haven't had a moment to fix it. https://github.com/Kegbot/kegbot/issues/36

joshpelkey
I had my code so nice and neat, and then I come back to see you've switched to git! I spent a while trying to convert, but I gave up for now.


Hah, been a while I guess.. Yeah, kegweb is getting some long-needed attention, so you will likely have merge conflicts if you fall too far behind. Sorry - "the price of progress"

mike




mike

# Dec 27 2011 - 10:12 PM

mike
Sorry, that's my fault (this came up in another thread). Kegadmin is broken at tip-of-tree and I haven't had a moment to fix it. https://github.com/Kegbot/kegbot/issues/36

FYI basic kegadmin operations are now fixed in tip-of-tree (screenshot).

Edited by mike (Dec. 27, 2011 22:02:59)






joshpelkey

# Jan 29 2012 - 6:01 PM

Thanks Mike! Merged in, works like a champ. Also switched over to git/github, and I gotta say, it's pretty nice.