Exception has occurred: TypeError slice indices must be integers or None or have an __index__ method code example
Example 1: The "chunk" argument must be one of type string or Buffer. Received type object nodejs
//change res.end() to res.send()
Example 2: _getfullpathname: path should be string, bytes or os.PathLike, not list
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')