Hi again,
In xCoba you always need to specify the basis you use for component
indices. In your call to ComponentValue you use metric[{1,-cartesian},
{1,-cartesian}] on the left, and that is correct. But you use
mink[-1,-1] and K[-1] on the right and that might be inconsistent if
you have defined mink and K as tensors with DefTensor.
The IndexForm message comes from the fact that the index 1 cannot be
formatted, because its basis is unknown. From the fact that the index
is trying to format I guess that mink and/or K are actually being
defined as tensors and they do not evaluate to anything. xCoba ignores
this formatting problem and continue to give you what you consider a
correct result, but you might find later problems in other
computations because 1 is not a valid index.
I'd recommend to read section 7 of xCoba.nb, "Assigning values to
components".
Cheers,
Jose.