You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've some polls that aren't synced correctly, some of them are with 0 responses, and others are with incorrect values.
We've made some tests with this poll:
It has a PollQuestion with ruleset_uuid like ee14d359-6551-427a-aa79-51365644400b.
We used this method poll_runs_query = client.get_runs(flow=poll.flow_uuid) to request the runs for the flow.
We've verified all nodes UUID and did not find any equivalent to ruleset_uuid, therefore, we belive that the API isn't correctly returning.
@Sandro-Meireles@matmsa27 We have not seen that.
You will need to investigate more.
As https://barbados.ureport.in/opinion/2346/ has more stats for other questions it is possible the ruleset was remove on the flow after you published the poll.
So either that is not the correct first question so you need to use the priority on question to rank them properly.
We've some polls that aren't synced correctly, some of them are with 0 responses, and others are with incorrect values.
We've made some tests with this poll:
It has a PollQuestion with ruleset_uuid like
ee14d359-6551-427a-aa79-51365644400b
.We used this method poll_runs_query = client.get_runs(flow=poll.flow_uuid) to request the runs for the flow.
We've verified all nodes UUID and did not find any equivalent to ruleset_uuid, therefore, we belive that the API isn't correctly returning.
Lastly, the method _save_new_poll_results_to_database receives an empty dictionary and don't save anything on database.
The text was updated successfully, but these errors were encountered: