Skip to content

ValueError: could not convert string to float: '' #3

@radombb

Description

@radombb

Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python310\lib\tkinter_init_.py", line 1921, in call
return self.func(*args)
File "D:\diff-svc\DIFFSVCGUI.py", line 255, in
self.start_rendering = ttk.Button(self.TNotebook1_t3, command=lambda: render(self, file_path, svc_model))
File "D:\diff-svc\DIFFSVCGUI.py", line 65, in render
formant_shift_ratio = float(formant_shift_ratio_str)
ValueError: could not convert string to float: ''

whlie rendering this error message show up in the last,the converted audio still show up though.The audio sounds legit ,not sure whether this error affect the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions