Possible explanation

This error happens when the data bases cannot be loaded into the tool and the main cause might be;

  1. Not providing the correct path to the models folder
  2. providing the wrong pattern to match the models in the directory

Possible solution

  • Ensure you provide the correct path to –models_folder argument
  • Ensure the patterns are provided correctly. In the example below only models which start with en_Brain_ will be selected.

    –models_name_pattern “en_(.*).db”
    –models_name_filter “en_Brain_(.*).db”

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT.

Suggest changes

If you find any mistakes (including typos) or want to suggest changes, please feel free to edit the source file of this page on Github and create a pull request.

Citation

For attribution, please cite this work as

Festus (2021). Unexpected error: nothing to repeat at position 0". PredictDB. /post/2021/07/21/info-unexpected-error-nothing-to-repeat-at-position-0/

BibTeX citation

@misc{
  title = "Unexpected error: nothing to repeat at position 0"",
  author = "Festus",
  year = "2021",
  journal = "PredictDB",
  note = "/post/2021/07/21/info-unexpected-error-nothing-to-repeat-at-position-0/"
}