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

ERROR, title #38

Open karbowiak opened 2 years ago

karbowiak commented 2 years ago

Hi there!

I have a problem where one of my larger playlists from Spotify -> Plex, goes for a while and then suddenly comes to a complete stop with the following error

2021-12-01 21:40:01,930 - plugins - ERROR - 'title' (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 174, in run
title=song["title"], libtype="track", maxresults=10
KeyError: 'title'

I'm guessing one of the tracks i have in Plex is malformed somehow, but not entirely sure :)

Hopefully it's a straight forward fix