Skip to content

Troubleshooting Guide

Here is a troubleshooting guide for the e2b system, including common errors, their causes, and solutions, formatted with ASCII box diagrams for problem/solution pairs and presented in a table format for quick lookup.

ErrorCauseSolution
Error: e2b not foundThe e2b executable is not installed or not in the system's PATH.1. Ensure that the e2b software is properly installed.
2. Check that the e2b executable is in the system's PATH environment variable.
3. Try running the e2b command with the full path to the executable, e.g., /path/to/e2b.
Error: Unsupported input formatThe input file provided to e2b is not in a supported format.1. Verify that the input file is in a format that e2b can handle (e.g., CSV, Excel, etc.).
2. If the input file is in an unsupported format, consider converting it to a supported format before running e2b.
Error: Insufficient permissionsThe user running e2b does not have the necessary permissions to access the input file or output directory.1. Ensure that the user running e2b has read access to the input file and write access to the output directory.
2. If necessary, grant the appropriate permissions to the user or run e2b with a user that has the required permissions.
Error: Unexpected input dataThe input data provided to e2b is not in the expected format or contains invalid values.1. Carefully review the input data and ensure that it matches the expected format and contains valid values.
2. If necessary, clean or preprocess the input data before running e2b.
Error: Out of memoryThe e2b process has exhausted the available memory on the system.1. Try running e2b on a system with more available memory.
2. If possible, reduce the amount of data being processed by e2b (e.g., break the input into smaller batches).
Error: Internal errorAn unexpected error has occurred within the e2b system.1. Check the e2b log files for more information about the error.
2. Try running e2b again, and if the problem persists, contact the e2b support team for assistance.

Here are the corresponding ASCII box diagrams for the problem/solution pairs:

+-------------------+
| Error: e2b not    |
| found            |
+-------------------+
       |
       v
+-------------------+
| 1. Ensure e2b is  |
| installed        |
| 2. Check PATH     |
| 3. Use full path  |
+-------------------+
+-------------------+
| Error: Unsupported|
| input format     |
+-------------------+
       |
       v
+-------------------+
| 1. Verify input   |
| format           |
| 2. Convert to     |
| supported format |
+-------------------+
+-------------------+
| Error: Insufficient|
| permissions      |
+-------------------+
       |
       v
+-------------------+
| 1. Check user     |
| permissions      |
| 2. Grant required|
| permissions      |
+-------------------+
+-------------------+
| Error: Unexpected |
| input data       |
+-------------------+
       |
       v
+-------------------+
| 1. Review input   |
| data             |
| 2. Clean/preprocess|
| data             |
+-------------------+
+-------------------+
| Error: Out of     |
| memory           |
+-------------------+
       |
       v
+-------------------+
| 1. Run on system  |
| with more memory |
| 2. Process data in|
| smaller batches  |
+-------------------+
+-------------------+
| Error: Internal   |
| error            |
+-------------------+
       |
       v
+-------------------+
| 1. Check log files|
| 2. Contact support|
+-------------------+