KoboldAI / KoboldAI-Client

https://koboldai.com
GNU Affero General Public License v3.0
3.45k stars 743 forks source link

Problem at remote-play #427

Closed Funbarten closed 6 months ago

Funbarten commented 6 months ago

Not sure what I'm missing here, saw a similar issue brought up with the ERROR 193 but the code looks different.

C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main>play --remote Runtime launching in subfolder mode INIT | Starting | Flask INIT | OK | Flask INIT | Starting | Webserver INIT | Starting | LUA bridge INIT | OK | LUA bridge INIT | Starting | LUA Scripts INIT | OK | LUA Scripts Traceback (most recent call last): File "aiserver.py", line 10316, in cloudflare = _run_cloudflared(port) File "C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main\miniconda3\lib\site-packages\flask_cloudflared.py", line 68, in _run_cloudflared _download_cloudflared(cloudflared_path, command) File "C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main\miniconda3\lib\site-packages\flask_cloudflared.py", line 100, in _download_cloudflared update_cloudflared = subprocess.Popen([(cloudflared_path+'/'+command), 'update'], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT) File "C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main\miniconda3\lib\subprocess.py", line 858, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main\miniconda3\lib\subprocess.py", line 1327, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, OSError: [WinError 193] %1 is not a valid Win32 application (base) C:\Users\ZURG\OneDrive\Desktop\Bold\KoboldAI-Client-main>

henk717 commented 6 months ago

The cloudflare download failed. You can check your temp folder for faulty instances of this program.

Funbarten commented 6 months ago

I followed the instructions, both just deleting the file and also replacing it with the downloadable copy linked in the other 193 error thread. Output is the same.

Funbarten commented 6 months ago

Had better results with the offline installer, thanks anyway.