You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2026. It is now read-only.
Thanks for your work on this. The beta webui installer didnt sniff out conda, which was installed, working and in the path... but i clicked install just to keep the installer flow going. Also I had ollama installed to default location beforehand - the wbui installer didnt detect that. I also get an error on stopping the webui server via the installer stop button.. (partial list shown here). Probably something minor... Thanks...
Traceback (most recent call last):
File "C:\Users\user\OpenWebUI\miniconda3\Lib\site-packages\conda\exception_handler.py", line 18, in __call__
return func(*args, **kwargs)
File "C:\Users\user\OpenWebUI\miniconda3\Lib\site-packages\conda\cli\main.py", line 61, in main_subshell
exit_code = do_call(args, parser)
File "C:\Users\user\OpenWebUI\miniconda3\Lib\site-packages\conda\cli\conda_argparse.py", line 206, in do_call
result = getattr(module, func_name)(args, parser)
File "C:\Users\user\OpenWebUI\miniconda3\Lib\site-packages\conda\cli\main_run.py", line 118, in execute
print(response.stdout, file=sys.stdout)
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\OpenWebUI\miniconda3\Lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
UnicodeEncodeError: 'charmap' codec can't encode character '\ufffd' in position 585: character maps to <undefined>
Thanks for your work on this. The beta webui installer didnt sniff out conda, which was installed, working and in the path... but i clicked install just to keep the installer flow going. Also I had ollama installed to default location beforehand - the wbui installer didnt detect that. I also get an error on stopping the webui server via the installer stop button.. (partial list shown here). Probably something minor... Thanks...