websocket server: small fix #333
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#333
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ben_mkiv/ai-voice-cloning:master"
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?
Hi,
this is a small fix to the websocket server implementation, which replaces "None" strings with None values in the received JSON data.
The reason for this is that the ai-voice-cloning backend sometimes wont handle "None" strings, but it would write them to the
generate.json
template, which renderes the WebUI unusable since it fails with a parsing error from thegenerate.json
fileThe best solution would probably be a sanity check when writing/parsing the
generate.json
, but i don't want to mess things up in that part of code