I have found an error in the following simple code:
<< xAct`xTensor`
?LieD
$PrePrint = ScreenDollarIndices
?LieD
The first ?LieD provides the correct information while the second throws the errors:
UpSet::write: Tag None in xAct`xTensor`Private`NoDollar[None] is Protected.
VBundleOfIndex::unknown: Unknown index None.
DummyIn::unknown: Unknown vector bundle Null.
Throw::nocatch: Uncaught Throw[Null] returned to top level.
This is actually the same error thrown if one writes:
LieD[V, PD][W[b]]
instead of including the appropriate index in the vector V:
LieD[V[a], PD][W[b]]
The error doesn't seem too important and LieD seems to work fine, but I was wondering if there might be additional problems.