0

None type object suscriptable. I really don't understand where is my mistake

  • You probably have some code that tries to access an element of a list, but the list variable has a value of `None`. E.g. `something[2]`. The same would apply for any subscriptable object, e.g. a dictionary. Without seeing any code it's impossible to know. See [What does it mean if a Python object is "subscriptable" or not?](https://stackoverflow.com/questions/216972/what-does-it-mean-if-a-python-object-is-subscriptable-or-not) – byxor Apr 27 '22 at 12:57
  • 2
    No one can tell you where your mistake is without seeing your mistake. Please post a [mcve]. – John Anderson Apr 27 '22 at 14:14

0 Answers0