Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled exception in script #2

Open
Amazon90 opened this issue Jun 6, 2024 · 5 comments
Open

Unhandled exception in script #2

Amazon90 opened this issue Jun 6, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@Amazon90
Copy link

Amazon90 commented Jun 6, 2024

20240606165316

Failed to execute script 'Run' due to unhandled exception?
'cp950' codec can't encode character "u58fo' in position 18
illegal multibyte seguence

Traceback (most recent call last):
  File "configparser.py", line 789, in get
  File "collections\__init__.py", line 941, in __getitem__
  File "collections\__init__.py", line 933, in __missing__
KeyError: 'denoise_target'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "QEasyWidgets\Utils.py", line 813, in GetValue
  File "configparser.py", line 792, in get
configparser.NoOptionError: No option 'denoise_target' in section: 'Denoiser Params'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\Projekt\Git\Python Projects\Backup\Easy-Voice-Toolkit\Run.py", line 7129, in <module>
  File "D:\Projekt\Git\Python Projects\Backup\Easy-Voice-Toolkit\Run.py", line 1689, in Main
  File "EVT_GUI\Functions.py", line 538, in SetParam
  File "QEasyWidgets\Utils.py", line 816, in GetValue
  File "QEasyWidgets\Utils.py", line 803, in EditConfig
  File "configparser.py", line 922, in write
  File "configparser.py", line 935, in _write_section
UnicodeEncodeError: 'cp950' codec can't encode character '\u58f0' in position 18: illegal multibyte sequence

@Spr-Aachen
Copy link
Owner

Figured out it's an encoding error, should be fixed in the next update.

@Spr-Aachen Spr-Aachen added the bug Something isn't working label Jun 6, 2024
@Amazon90
Copy link
Author

Amazon90 commented Jun 6, 2024

Figured out it's an encoding error, should be fixed in the next update.

Windows 11 Professional 23H2 22631.3593
NVIDIA GeForce RTX4070 Ti 32.0.15.558

@Spr-Aachen
Copy link
Owner

New version released, see if the bug has been fixed :)

@Amazon90
Copy link
Author

Amazon90 commented Jun 9, 2024

New version released, see if the bug has been fixed :)

Thanks, I'll try tomorrow.

@Spr-Aachen
Copy link
Owner

Newer version released, should be totally fixed at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants