Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Although an App runs smoothly locally, when you try to run it on BL errors can occur. Here are the errors I came across and the way I solved them.

...

  • app-bad-channels: no optional files present in file mapping

  • app-maxfilter: no optional files listes in file mapping

Result: it works fine

Second attempt:

  • app-bad-channels: optional files present in file mapping

  • app-maxfilter: optional files present in file mapping

Result: app-bad-channels works but app-maxfilter failed:

Code Block
OSError: trans file "../60618e5b750389e448ebecd7/out_dir_bad_channels/destination.fif" not found

The optional file is indeed not in out_dir_bad_channels.

...

The only way to solve this issue

...

is to save in the

...

output directory the files you want to use as optional inputs of the next App. So here, the destination file must be saved in outdir_bad_channels

...