You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: