Loading docs/known-issues.md +12 −3 Original line number Diff line number Diff line Loading @@ -12,12 +12,21 @@ When uploading a definition to IXP, a similar error message appears ### Cause Your tool for zipping the definition uses a different encoding of file names than is supported by IXP. There are 2 possible causes for this: 1. A non-text file was included in the `content` directory. This can commonly occur on macOS operating systems, where directories can contain a `.DS_STORE` metadata file. 2. The text files/names are not encoded in `utf-8`. ### Solution Try different tools for zipping the definition. For macOS, we recommend <https://www.keka.io/en/>. For the first cause, delete these non-text files from the directory. On macOS, you can try different tools which do not include the `.DS_STORE` file, for example <https://www.keka.io/en/>. For the second cause, simply change the encoding to `utf-8`. ## Conclusion Loading Loading
docs/known-issues.md +12 −3 Original line number Diff line number Diff line Loading @@ -12,12 +12,21 @@ When uploading a definition to IXP, a similar error message appears ### Cause Your tool for zipping the definition uses a different encoding of file names than is supported by IXP. There are 2 possible causes for this: 1. A non-text file was included in the `content` directory. This can commonly occur on macOS operating systems, where directories can contain a `.DS_STORE` metadata file. 2. The text files/names are not encoded in `utf-8`. ### Solution Try different tools for zipping the definition. For macOS, we recommend <https://www.keka.io/en/>. For the first cause, delete these non-text files from the directory. On macOS, you can try different tools which do not include the `.DS_STORE` file, for example <https://www.keka.io/en/>. For the second cause, simply change the encoding to `utf-8`. ## Conclusion Loading