benadida / helios-server

Helios server

Home Page:http://heliosvoting.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Votes aren't getting registered on self-hosted server

victorhhugo128 opened this issue · comments

I got it installed on my computer, the server is running, everything seems to be working fine but the votes aren't counting. The voters appear on the list of voters but no votes are registered. Does anyone know what is going on?

This is very little information on what exactly you did and what errors you encountered, but my first guess would be, that you didn't start the celery worker: https://github.com/benadida/helios-server/blob/master/Procfile#L2 Do you have a rabbit-mq instance running for the communication between the web-worker and celery?

You were right. I didn't start the celery worker. I've done it and now it's working. Thank you so much!!