Why do I get AttributeError: 'NoneType' object has no ...
intellipaat.com › community › 22100Aug 05, 2019 · answered Aug 5, 2019 by Vishal (106k points) edited Sep 19, 2019 by Vishal. You are getting AttributeError: 'NoneType' object has no attribute 'something' because NoneType means that instead of an instance of whatever Class or Object you think you're working with, you've actually got None. It means that an assignment or function call up above failed or returned an unexpected result.