benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
731 stars 350 forks source link

Votes aren't getting registered on self-hosted server #358

Closed victorhhugo128 closed 2 years ago

victorhhugo128 commented 2 years ago

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?

felixdoerre commented 2 years ago

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?

victorhhugo128 commented 2 years ago

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