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
I am trying to build a POC with ureport connected to a rapidpro instance. After following the instructions outlined in the , installing the requirements, migrating the database, and finally calling to the published address, all I'm getting is an exception:
Exception Type: | AttributeError
-- | --
'NoneType' object has no attribute 'get_gender_stats'
/opt/ureport_src/ureport/public/views.py in get_context_data, line 54
which is:
/root/opt/ureport_src/ureport/public/views.py in get_context_data
context["gender_stats"] = org.get_gender_stats()
Could you hint any possible causes for this?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Sure, that would be reasonable. How would I go with adding one? API endpoints are only GETs, and, perhaps due to some misconfiguration on my side, there is no other functional endpoint to go to manage organizations?
Well, thank you! I needed that missing piece. It further didn't work, because of lessc, but i managed to fix that. I've got something to work with now :) It might seem that installation instructions could use an update.
Hello!
I am trying to build a POC with ureport connected to a rapidpro instance. After following the instructions outlined in the , installing the requirements, migrating the database, and finally calling to the published address, all I'm getting is an exception:
Could you hint any possible causes for this?
Thank you in advance!
The text was updated successfully, but these errors were encountered: