MPContribs got an unexpected keyword argument

Using:

with MPRester(MY_API) as mpr:
    docs = mpr.insertion_electrodes.search(elements = ['Na'])

Returns the following:
Problem loading MPContribs client: Client.__init__() got an unexpected keyword argument 'sesson'

Is this expected behavior?

Hi @R_Walser,

This bug should be fixed in the latest client release. Updating mp_api should fix it.

ā€“ Jason

1 Like