Open TrySpace opened 11 months ago
I get this every app almost. I already requested Pinokio needs a way for us to rate apps, because most apps don't work. This is probably Microsoft getting back at the dark side for not using .NET.
it seems when it starts the variable {input.event[0]}} can't get the value. Reason 1: can be the antivirus Reason 3: can be the folder name
I did this and worked for me: 1/ Delete the app and install again, when installing rename the default name "open-webui.git" to "openwebui", those removing any "funny" character that can break the code when running the start.js code.
2/ (optional): Stop your antivirus, start the app, run the antivirus again (I don't think this is needed, but if step 1 doesn't work, you can try this together.
I did both and worked for, not sure what step helped, as programmer I feel is the step 1. Hope works for you all!
Pinokio? Who is still using this POS shitty script. Half of the apps are not working , outdated and total waste of time and energy.
It's supposed to be helpful but in reality is just a bunch of everything where mostly anything doesn't work properly, besides the newest or the most popular stuff.
I had this issue but it was my mistake as I was passing an additional parameter, in particular ("enable_hr": True,) for hires fix, while this line should've been commented out as all other parameters relating to hires were. Once I commented it out, the issue was gone.
我遇到了这个问题,但这是我的错误,因为我传递了一个额外的参数,特别是(“enable_hr”:True,)用于修复雇佣问题,而这一行应该被注释掉,因为所有其他与雇佣相关的参数都被注释掉了。一旦我将其注释掉,问题就消失了。
in which file?
The problem seems to be the name of the installation. I deleted the '.git' from the name during a fresh installation and it works. So do not use "open-webui.git" but "open-webui" as name.
Where would that name have to be changed?
I had the same issue installing SUPIR. This is what finally worked for me :
It's a problem between the installed Gradio version and fastapi or something.
Just have to downgrade gradio to version 4.43.0 to "fix".
In Windows, this has to done with Anaconda PowerShell Prompt (Miniconda) which is included with Pinokio. Can find it using the normal windows search in the Start Menu. Don't use cmd or MS PowerShell.
enter:
cd D:\pinokio\api\supir.git\app
env/Scripts/activate
pip install gradio==4.43.0
and done. Should work as expected again.
ENOENT: no such file or directory, stat 'S:\pinokio\api\mlx-video-transcription.git{{input.event[0]}}'
run as administrator, after that it was able to update conda and it started
Same issue, pinokio was just installed. Tried several apps inside, all is “ENOENT: no such file or directory”. Linux
Not sure if this will help anyone else, but I may have found a solution. I had an app that worked once, then didn't work.
I ran this python command in a command prompt as Administrator (Windows) to kill all python tasks.
taskkill /F /IM python.exe
Then I ran Pinokio as administrator and it worked again. I installed a few apps that had failed for me before.
My guess is perhaps some Python libraries had a lock on them since something else was still running that uses it. Maybe someone smarter than me can verify if that is the case. I know I had about 10 Python processes that were destroyed, so not all these Python apps close?
same issue
Has anyone else tried my suggestion I wrote above? Since I learned about Task Kill, to kill every python process every app has installed.
Run an admin command prompt
taskkill /F /IM python.exe
Then run Pinokio as Administrator, then install the app(s).
Tiktoken missing-Edit the install file to install Tiktoken:
module.exports = { run: [ { method: "shell.run", params: { message: [ "git clone https://github.com/wandb/openui app", ] } }, { method: "shell.run", params: { venv: "env", path: "app/backend", message: [ "pip install ." ], } }, { method: "shell.run", params: { venv: "env", path: "app/backend", message: [ "pip install tiktoken" ], } }, { method: "fs.link", params: { venv: "app/backend/env" } }, { method: "notify", params: { html: "Click the 'start' tab to get started!" } } ] }
When I start the default ComfyUI I get an error and pinokio crashes, but if I start the CPU mode it works fine.
It seems an input value is not properly passed in the normal mode..
To be clear, the directory does exist.
Partial log:
/Update
Also on Debian I get the same error:
ENOENT: no such file or directory, stat '/home/xxx/pinokio/api/comfyui.pinokio.git/{{input.event[0]}}'