Hey,

So every time someone uses the [vote command it throws this error and basically erases all the voting sites we had set up for it (which was about 6 of them for our server). We had modified it in the options basically to give out 5 tokens per vote, not entirely sure if that is what caused the issue or not but attached is a snippet of the code error.

voting error.PNG

Thanks,
Nyght_Hex
 
VoteProfileEntry.VoteSite is null, therefore it crashes with the line writer.Write(VoteSite.UID);

This may have happened if one or more VoteSite was added, used, then deleted after being logged to a profile.

In this case, all you can do is delete all Vote Profiles and let them start fresh, do not add/delete too many vote sites.

This is not an issue on my version of the Voting module though, I will release an update eventually.
 
Back