Skip to content

Commit 117a621

Browse files
Update troubleshooting.md with encoding issue guidance
Added troubleshooting tips for character encoding issues when running services scripts.
1 parent ed9ed1b commit 117a621

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/troubleshooting.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,9 @@ Using WSL Ubuntu-22.04 to run the NGSI-LD SMART FARM Tutorials.
8484

8585
- Setup Postman and import postman a tutorial file (ex. tutorials.NGSI-LD\tutorials.Getting-Started\FIWARE Working
8686
with @context.postman_collection.json)
87+
88+
## When trying to run any of the ./services produces "cannot execute: required file not found"
89+
90+
This may be caused by a character encoding problem in the services script if e.g. the repository has been cloned on Windows, while the script is being run in a Linux/WSL terminal.
91+
92+
Running the "dos2linux" command may work, but a more solid solution in this case is to clone the repository directly in the Linux/WSL terminal.

0 commit comments

Comments
 (0)