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
While creating the dummy VA events as mentioned in DHIS2_VA_program/docs/2.30-Tracker/Demo-Setup.md, I am getting this error:
Traceback (most recent call last):
File "post_demo_events.py", line 271, in
va_programs = api.get('programs', params={'filter': 'name:like:Verbal Autopsy'}).get('programs')
File "post_demo_events.py", line 58, in get
except requests.RequestException as e:
NameError: global name 'requests' is not defined
Please check
The text was updated successfully, but these errors were encountered:
While creating the dummy VA events as mentioned in DHIS2_VA_program/docs/2.30-Tracker/Demo-Setup.md, I am getting this error:
Traceback (most recent call last):
File "post_demo_events.py", line 271, in
va_programs = api.get('programs', params={'filter': 'name:like:Verbal Autopsy'}).get('programs')
File "post_demo_events.py", line 58, in get
except requests.RequestException as e:
NameError: global name 'requests' is not defined
Please check
The text was updated successfully, but these errors were encountered: