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
Hi all, getting the following attribute error when using the internal post method. Records is a list of dicts
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/views/upload.py", line 238, in occupant_responses_excel
post('occupant_responses', records)
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/internal/common.py", line 325, in rate_limited
return f(*args, **kwargs)
File "/home/ubuntu/projects/bus-uat/bus-api/venv/lib/python3.8/site-packages/eve/auth.py", line 80, in decorated
return f(*args, **kwargs)
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/internal/common.py", line 1357, in decorated
combined_args.update(args[1].items())
AttributeError: 'list' object has no attribute 'items'
The text was updated successfully, but these errors were encountered:
Python: 3.8,
Eve: 1.1.5,
Flask: 1.1.4
Cerberus 1.3.7
Hi all, getting the following attribute error when using the internal post method. Records is a list of dicts
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/views/upload.py", line 238, in occupant_responses_excel
post('occupant_responses', records)
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/internal/common.py", line 325, in rate_limited
return f(*args, **kwargs)
File "/home/ubuntu/projects/bus-uat/bus-api/venv/lib/python3.8/site-packages/eve/auth.py", line 80, in decorated
return f(*args, **kwargs)
File "/home/ubuntu/projects/bus-uat/bus-api/busmethodology/api/internal/common.py", line 1357, in decorated
combined_args.update(args[1].items())
AttributeError: 'list' object has no attribute 'items'
The text was updated successfully, but these errors were encountered: