NoneType means that instead of an instance of whatever Class or Object you think you're working with, you've actually got
None
. That usually means that an assignment or function call up above failed or returned an unexpected result.
None
. That usually means that an assignment or function call up above failed or returned an unexpected result.