-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Can't sync local playlist with Plex #49
Comments
I found out what the problem was. It was some hidden playlist files in the folder. The error disappeared when I removed them. But now I have a new error message and the playlist won't sync. `2022-05-02 17:59:13,786 - plugins - INFO - Running applet: d339aed0-c786-11ec-b2c4-0242ac1b0002 (plugins.py:251) Processing playlist: Test: 0%| | 0/1 [00:00<?, ?it/s] Processing playlists: 0%| | 0/1 [00:00<?, ?it/s]2022-05-02 17:59:13,812 - 🎧 plex - INFO - Processing playlist: Test (up_plex.py:159) Adding songs: 0%| | 0/1 [00:00<?, ?it/s] Processing playlists: 0%| | 0/1 [00:00<?, ?it/s] |
Hi,
I can't sync local playlist with Plex. I get this error message:
2022-04-29 11:56:38,122 - plugins - DEBUG - Running plugin local playlists v0.4 (plugins.py:158) 2022-04-29 11:56:38,124 - 🎧 local playlists - INFO - Found 21 playlist(s) in supplied directory. (up_local playlists.py:254) 2022-04-29 11:56:38,124 - 🎧 local playlists - INFO - 21 playlist(s) match supplied filter. (up_local playlists.py:263) 2022-04-29 11:56:38,125 - plugins - ERROR - 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte (plugins.py:291) Traceback (most recent call last): File "/ultrasonics/plugins.py", line 273, in applet_run for item in plugin_run(*get_info(plugin), component="inputs", applet_id=applet_id): File "/ultrasonics/plugins.py", line 162, in plugin_run response = found_plugins[name].run( File "/ultrasonics/official_plugins/up_local playlists.py", line 273, in run songs = io.open(playlist["path"], "r", encoding="utf8").read().splitlines() File "/usr/local/lib/python3.8/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 37: invalid start byte 2022-04-29 11:56:38,159 - plugins - WARNING - Applet d339aed0-c786-11ec-b2c4-0242ac1b0002 failed in 0:00:00.073421 (plugins.py:299) 2022-04-29 11:56:38,296 - database - INFO - Applet lastrun updated (database.py:377)
I can sync from Plex to local playlist without any problems.
I have tried to remove my local playlist and sync new from Plex and directly afterwards sync from local to Plex. But I get the same error message.
The text was updated successfully, but these errors were encountered: