Monadical-SAS / oddslingers.poker

The Django + React codebase powering the free, open-source poker platform: OddSlingers.com
https://oddslingers.com
GNU Lesser General Public License v2.1
59 stars 18 forks source link

Error running docker-compose up #11

Closed NotASithLord closed 1 year ago

NotASithLord commented 1 year ago

Recent update fixed a number of issues on the quick start, however the last command elicits the following error:

yacron_1    | ZeroDivisionError: float division by zero
yacron_1    | INFO:yacron:Cron job daily-report: reporting failure
yacron_1    | INFO:yacron:Cron job daily-report: reporting permanent failure
afreydev commented 1 year ago

Hi @NotASithLord this error is caused basically because the app doesn't have data to be processed when you try to run it. It shouldn't avoid you start it. I'll review it anyway. :D

afreydev commented 1 year ago

Hi @NotASithLord Effectively that error wasn't a blocker. But I've fixed it. That message shouldn't be shown from now. Feel free to ask me anything you need.

image