Cosmin Luță
Cosmin Luță
Just as a side-note, we're running a similar setup (`bottle` + `uwsgi`) with ubuntu 12.04 and we have to `enable-threads` otherwise kazoo isn't working. Are you sure it's working for...
By the way, is there an estimation for the new version's release date?
@mad4hatter : could you try the latest release (0.7.0) please?
Hmm.. truth is that I only tested with retrieving the plays of an user, not a game. I'll take a look. Thanks!
@mad4hatter : I've listed the plays for a few games and the most of them don't have any score (it's empty), while others have things like "49-46ish", "36, 42", as...
I don't have much energy to work on this project lately... I will get back to it, eventually (especially since the refactoring is not finished), but I can't really say...
It shouldn't be very hard: https://github.com/lcosmin/boardgamegeek/blob/master/boardgamegeek/main.py#L127 https://github.com/lcosmin/boardgamegeek/blob/master/test/test_bgg.py#L444
> Did you find any fix for this @lcosmin ? Yes, I'm not letting uwsgi manage my log file anymore, and I only log to stdout
Thanks for the appreciation! :) I must admit I didn't consider adding the kind of extra functionality you're mentioning, but mostly because the focus was to expose as much of...
I wouldn't use an undocumented API; if they make it official, sure, but until then... I'll leave this issue open for the moment, I want to look into it more...