[Bug 1799132] Re: vault_plugin: TypeError: 'NoneType' object is not subscriptable on secret_store operation

2024-03-19 Thread Takashi Kajinami
This was fixed by https://review.opendev.org/c/openstack/castellan/+/736406 ** Changed in: castellan Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1799132

[Bug 1799132] Re: vault_plugin: TypeError: 'NoneType' object is not subscriptable on secret_store operation

2020-07-02 Thread Steve Langasek
Ubuntu 19.04 reached end of life on January 23, 2020. I am therefore marking this bug 'wontfix' for that release. ** Changed in: python-castellan (Ubuntu Disco) Status: Triaged => Won't Fix ** Changed in: python-castellan (Ubuntu Cosmic) Status: Triaged => Won't Fix -- You

[Bug 1799132] Re: vault_plugin: TypeError: 'NoneType' object is not subscriptable on secret_store operation

2019-11-06 Thread cronay walls
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

[Bug 1799132] Re: vault_plugin: TypeError: 'NoneType' object is not subscriptable on secret_store operation

2018-10-22 Thread Corey Bryant
I wonder if this is limited to python 3. ** Changed in: python-castellan (Ubuntu) Status: New => Triaged ** Changed in: python-castellan (Ubuntu) Importance: Undecided => High ** Also affects: cloud-archive Importance: Undecided Status: New ** Changed in: cloud-archive

[Bug 1799132] Re: vault_plugin: TypeError: 'NoneType' object is not subscriptable on secret_store operation

2018-10-22 Thread Frode Nordahl
Review: https://review.openstack.org/#/c/612253/ ** Also affects: python-castellan (Ubuntu) Importance: Undecided Status: New -- 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: