-
MsgBase.get_msg_header() not returning vote info for polls
From
Nightfox@VERT/DIGDIST to
Digital Man on Sat Jun 18 10:25:02 2022
Hi DM,ããI just noticed this yesterday while doing some work on SlyVote.ãSlyVote can display poll voting stats (for poll messages, it displays things like total_votes and information from the tally property in the message header). Currently, for poll votes, it's not getting any voting results. Even for polls that have been voted on, total_votes is 0 and it doesn't get any tally information. This is coming from MsgBase.get_msg_header() with the include_votes parameter as true.ãI thought this was working at one point, but maybe not..?ããAlternately, if I use MsgBase.get_all_msg_headers(true) (including the vote messages), it gets all the votes that way. Maybe that would be the better option anyway?ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã
-
From
Digital Man@VERT to
Nightfox on Mon Jun 20 20:12:07 2022
Re: MsgBase.get_msg_header() not returning vote info for pollsã By: Nightfox to Digital Man on Sat Jun 18 2022 10:25 amãã > Hi DM,ã >ã > I just noticed this yesterday while doing some work on SlyVote.ã > SlyVote can display poll voting stats (for poll messages, it displays thingsã > like total_votes and information from the tally property in the messageã > header). Currently, for poll votes, it's not getting any voting results.ã > Even for polls that have been voted on, total_votes is 0 and it doesn't getã > any tally information. This is coming from MsgBase.get_msg_header() withã > the include_votes parameter as true.ã > I thought this was working at one point, but maybe not..?ã >ã > Alternately, if I use MsgBase.get_all_msg_headers(true) (including the voteã > messages), it gets all the votes that way. Maybe that would be the betterã > option anyway?ããThose properties are only populated when using the MsgBse.get_all_msg_headers() method. The get_msg_header() method just reads a single message header. All the message headers must read/parsed to find and total votes.ã-- ã digital man (rob)ããSling Blade quote #14:ãKarl Childers: Some folks call it a sling blade, I call it a kaiser blade.ãNorco, CA WX: 82.7øF, 24.0% humidity, 7 mph S wind, 0.00 inches rain/24hrsã---ã þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.netã
-
From
Nightfox@VERT/DIGDIST to
Digital Man on Mon Jun 20 22:45:14 2022
Re: MsgBase.get_msg_header() not returning vote info for pollsã By: Digital Man to Nightfox on Mon Jun 20 2022 08:12 pmãã >> things like total_votes and information from the tally property in theã >> message header). Currently, for poll votes, it's not getting anyã >> voting results. Even for polls that have been voted on, total_votes isã >> 0 and it doesn't get any tally information. This is coming fromã >> MsgBase.get_msg_header() with the include_votes parameter as true.ãã DM> Those properties are only populated when using theã DM> MsgBse.get_all_msg_headers() method. The get_msg_header() method justã DM> reads a single message header. All the message headers must read/parsed toã DM> find and total votes.ããI don't remember now why I wasn't just using get_all_msg_headers()..ãThanks.ããNightfoxãã---ã þ Synchronet þ Digital Distortion: digitaldistortionbbs.comã