Getting "operation not supported" error when starting OpenRAG TUI in WSL #706
Answered
by
CharnaParkey
CharnaParkey
asked this question in
Q&A
-
|
When I try to start OpenRAG with the TUI in WSL (Windows Subsystem for Linux), I get an "operation not supported" error. How do I fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
CharnaParkey
Dec 22, 2025
Replies: 1 comment
-
|
This error occurs because OpenRAG is running within a WSL environment, so webbrowser.open() can't launch a browser automatically. Workaround: To access the OpenRAG application, open a web browser manually and enter http://localhost:3000 in the address bar. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
CharnaParkey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error occurs because OpenRAG is running within a WSL environment, so webbrowser.open() can't launch a browser automatically.
Workaround: To access the OpenRAG application, open a web browser manually and enter http://localhost:3000 in the address bar.