requesting redoc view gives me "type error list indicies must be integers or slices, not str" on "data['status_code'] = response.status_code" #8395
Unanswered
bryangeplant
asked this question in
Potential Issue
Replies: 2 comments
-
The last part indicates that the
Your Django version is now unsupported. It's a good practice to always make sure all of your dependencies are still supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This problem is similar to that described in #5236 issue. The error happens in list views without pagination. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just entered new company, codebase is a mess, trying to integrate redoc into the system, but this error pops up. Weirdly enough, stacktrace doesnt pass through anything. Anyone has any idea how can I solve it? Is it a version problem? Thank you kindly for reading.
requirements.txt
Beta Was this translation helpful? Give feedback.
All reactions