We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Used to work, now seems to be broken.
2022-08-06 15:22:27,681 - plugins - ERROR - could not convert string to float: '' (plugins.py:291)
Traceback (most recent call last):
File "/ultrasonics/plugins.py", line 285, in applet_run
plugin_run(*get_info(plugin), component="outputs",
File "/ultrasonics/plugins.py", line 162, in plugin_run
response = found_plugins[name].run(
File "/ultrasonics/official_plugins/up_plex.py", line 203, in run
if max(scores) >= float(settings_dict["fuzzy_ratio"]):
ValueError: could not convert string to float: ''
The text was updated successfully, but these errors were encountered:
I get the same error. Let me know if you find a fix.
Sorry, something went wrong.
No branches or pull requests
Used to work, now seems to be broken.
2022-08-06 15:22:27,681 - plugins - ERROR - could not convert string to float: '' (plugins.py:291)
Traceback (most recent call last):
File "/ultrasonics/plugins.py", line 285, in applet_run
File "/ultrasonics/plugins.py", line 162, in plugin_run
File "/ultrasonics/official_plugins/up_plex.py", line 203, in run
ValueError: could not convert string to float: ''
The text was updated successfully, but these errors were encountered: