mirror of
https://github.com/fspecii/ace-step-ui.git
synced 2026-04-25 06:05:47 +03:00
[GH-ISSUE #2] Error #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ace-step-ui#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iChristGit on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/fspecii/ace-step-ui/issues/2
Running SQLite database migrations...
Migrations completed successfully!
ACE-Step UI Server running on http://localhost:3001
Environment: development
ACE-Step API: http://localhost:8001
LAN access: http://100.106.209.57:3001
LAN access: http://192.168.0.169:3001
LAN access: http://172.30.48.1:3001
Job job_1770173263114_t5c9p96: Queued at position 1
Job job_1770173263114_t5c9p96: Starting generation via Python script {
prompt: 'song about burgers',
lyricsPreview: '',
duration: -1,
batchSize: 1
}
Job job_1770173263114_t5c9p96: Generation failed Error: spawn C:\Users\admin\ACE-Step-1.5.venv\bin\python ENOENT
at processGeneration (C:\Users\admin\ace-step-ui\server\src\services\acestep.ts:364:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async processQueue (C:\Users\admin\ace-step-ui\server\src\services\acestep.ts:177:9)
@CKay010 commented on GitHub (Feb 4, 2026):
same error
@km19809 commented on GitHub (Feb 4, 2026):
Can you check the
pythonfile exists inC:\Users\admin\ACE-Step-1.5.venv\bin\?I think there is a case where the UI tries to spawn an invalid Python.
I am not able to reproduce the exact condition yet, though.
@iChristGit commented on GitHub (Feb 4, 2026):
This was fixed on latest commit.
Just do git pull
@km19809 commented on GitHub (Feb 4, 2026):
Actually, the issue is not fully resolved...
This line in
generate.tsassumes an undocumented relationship between ace-setup-ui and ace-setup.So an unusual installation path, such as the path in the above image, can still fail.
@Tappczan commented on GitHub (Feb 4, 2026):
Same error