macro on ogg files not importing

I wanted to use a macro on 80+ ogg files. I wanted to amplify these files by +5db. Whenever i try to use macro, it loads something but it doesn’t want to import these files. The commands are: Amplify +5db → export as ogg → end. The files must be 44100hz and mono. When i try my macro command on regular stereo mp3 files, it does it job without any problems.

Can you import those files manually? (“File menu > Import > Audio”)

Yes, manually they don’t cause any trouble.

What happens when the Macro reaches those files?

Testing on W10 with Audacity 3.1.3 this works fine for me.

This is my macro

Normalize:ApplyGain="1" PeakLevel="-1" RemoveDcOffset="0" StereoIndependent="0"
ExportOgg:

I applied this to a folder that contained one MP3 and rwo OGG files - all three got processed and exported properly.

Peter