-
-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hello, I have tried both WSL and Docker for windows and get this error from both. Any help would be greatly appreciated.
2025-04-15 23:51:23.569 | /bin/sh: 1: ./browser/linux/chrome.AppImage: not found
2025-04-15 23:51:23.570 | Exception in thread Thread-1:
2025-04-15 23:51:23.570 | Traceback (most recent call last):
2025-04-15 23:51:23.570 | File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
2025-04-15 23:51:23.570 | self.run()
2025-04-15 23:51:23.570 | File "/usr/lib/python3.8/threading.py", line 870, in run
2025-04-15 23:51:23.570 | self._target(*self._args, **self._kwargs)
2025-04-15 23:51:23.570 | File "openeft.py", line 31, in browser
2025-04-15 23:51:23.570 | if check_output("./browser/linux/chrome.AppImage --app=http://localhost:8080/", shell=True) is not None:
2025-04-15 23:51:23.570 | File "/usr/lib/python3.8/subprocess.py", line 415, in check_output
2025-04-15 23:51:23.570 | return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
2025-04-15 23:51:23.570 | File "/usr/lib/python3.8/subprocess.py", line 516, in run
2025-04-15 23:51:23.570 | raise CalledProcessError(retcode, process.args,
2025-04-15 23:51:23.570 | subprocess.CalledProcessError: Command './browser/linux/chrome.AppImage --app=http://localhost:8080/' returned non-zero exit status 127.