David Pilato
David Pilato
Also note that indentation might be wrong here: ``` excludes: - "*/*.caf" - "*/*.css" - "*/*.js" - "*/*.eot" - "*/*.svg" - "*/*.ttf" - "*/*.woff" - "*/*.woff2" - "*/*.opus" - "*/*.mp3"...
Could you run: ```sh fscrawler f_test --trace ```
There is something weird `C:\Users\Dell.fscrawler\f_test_settings.yaml`. It should be `C:\Users\Dell\.fscrawler\f_test_settings.yaml` So you might fix that by using the `--config_dir` option. https://fscrawler.readthedocs.io/en/latest/admin/cli-options.html#cli-options
But I'd have expected more traces.
Did you try my suggestion ?
But did you try my suggestion ? I know what the problem is.
Could you share the command line and the full output?
Please format your code/logs. Have a look at this discussion which fixes a similar problem: https://discuss.elastic.co/t/fscrawler-error-while-crawling-invalid-utf-8-start-byte-0xb5/230096/5?u=dadoonet
That's because the mapping for folders or content is incorrect. What is the output of: ``` GET /f_mi/_mapping GET /f_mi_folder/_mapping ``` **Please, format your code and logs with markdown or...
Please format the code. Edit your answer. Thanks.