In general, the error means that you attempted to index an object that
doesn't have that functionality. You are trying to subscript an object
which you think is a list or dict, but actually is None. NoneType is the
type of the None object which represents a lack of value, for example, a
function that does not explicitly return a value will return None.
'NoneType' object is not subscriptable is the one thrown by python when
you use the square bracket notation object[key] where an object doesn't
define the __getitem__ method . e.g.: http://net-
informations.com/python/err/nonetype.htm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799132

Title:
  vault_plugin: TypeError: 'NoneType' object is not subscriptable on
  secret_store operation

To manage notifications about this bug go to:
https://bugs.launchpad.net/castellan/+bug/1799132/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to