TypeError: list indices must be integers or slices, not str
Under Consideration
Working code errors out with following exception on server restart
authorization_code = response['data']['authorization_code']
TypeError: list indices must be integers or slices, not str
Replies have been locked on this page!