benadida / helios-server

Helios server
http://heliosvoting.org
Apache License 2.0
711 stars 341 forks source link

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

Closed victorhhugo128 closed 1 year ago

victorhhugo128 commented 1 year 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 1 year 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 1 year ago

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