test-1;
RegExpSubstitute=1
Substitute="(?siU)^.*(Cleared Balance.*)$":"\1","^\\\d+$":""
test-2;
RegExpSubstitute=1
Substitute="(?siU)^.*Cleared Balance\R(.*)\R.*$":"\1","^\\\d+$":""
![Image]()
I tried both alternatives above. It gives the error in the picture.
We got an error like this before, do you remember? We fixed it by setting "OutputType=ANSI". but this time it didn't get better. I changed ravenminer.py to ANSI. It didn't work again. I brought it back to its original state. I converted the .ini and .py back to UTF8 format.
RegExpSubstitute=1
Substitute="(?siU)^.*(Cleared Balance.*)$":"\1","^\\\d+$":""
test-2;
RegExpSubstitute=1
Substitute="(?siU)^.*Cleared Balance\R(.*)\R.*$":"\1","^\\\d+$":""

I tried both alternatives above. It gives the error in the picture.
We got an error like this before, do you remember? We fixed it by setting "OutputType=ANSI". but this time it didn't get better. I changed ravenminer.py to ANSI. It didn't work again. I brought it back to its original state. I converted the .ini and .py back to UTF8 format.
Statistics: Posted by mtchannel — Today, 5:08 am