I’m trying to create python non-web app but I always get this error message, there is a file called “komodo-141-linux” in my directory but flyio can’t see it. Images:
Thank you in advance for your help
Note: I tried with “./engines/” “/engines/” “/” but nothing changes.
Your run.sh may be using CR + LF as a line break since that’s Windows’ default. Can you change that to LF on your editor? If you can’t, you could try editors like Visual Studio Code.
Hello, Thanks for answering. Now, After I changed it to LF, It finds my file but this time i get this error message:
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] ERROR Quitting lichess-bot due to an lichess-bot.py:1091
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] error:
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] Traceback (most recent call
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] last):
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] File
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] “/workspace/lichess-bot.py”,
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] line 1088, in
–
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] chess.engine.EngineTerminatedEr
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] ror: engine process died
2023-10-24T17:46:31.126 app[e2860eec460768] ams [info] unexpectedly (exit code: -11)
2023-10-24T17:46:32.149 app[e2860eec460768] ams [info] INFO Main child exited normally with code: 0
I guess, code seems working but it cant open the application. It terminates all the time.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.