XDGFX / ultrasonics

Sync music playlists between all your music services. Do more with your music.
GNU General Public License v3.0
218 stars 18 forks source link

Unable to sync Spotify to Plex #54

Open Jenni32222 opened 2 years ago

Jenni32222 commented 2 years ago

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: ''

jelly-monster commented 2 years ago

I get the same error. Let me know if you find a fix.