Cal
                                            Cal
                                        
                                    I had to use ```javascript const Sudoer = require("electron-sudo").default ``` There was nothing to unpack when using `const { Sudoer } = ...`
Just wanted to say I'm observing the same on 2.9.0 ```shell ~> ps axo stat,ppid,pid,comm | grep -w defunct Z 22580 22591 s6-notifyonchec ```
Hey, sorry for the lack of response. Yep it's an error from Plex, and as deafmute1 says there isn't really any documentation on the api to help. Are you able...
Huh, my only thought is to check that the playlist that was successfully synced with Plex looks exactly the same as the other ones you're trying to sync. i.e. same...
More info in #14
It looks like the plugin didn't specify to use utf8 when writing files. If you pull and run the 1.1.0 branch has it fixed the problem? https://github.com/XDGFX/ultrasonics/tree/1.1.0
It looks like maybe one of the songs in a playlist is missing an artist tag? ```python artists = [artist["name"] for artist in track["artists"]] TypeError: 'NoneType' object is not subscriptable...
Good idea, the latest 1.1.0 branch should skip any songs that it can't read properly. Give it a go and let me know if it works! If not, let me...
It seems that one of the songs from Spotify hasn't got a valid ID. If you are able to run in debug mode, put a break point at line 396...
Managed to test this myself with the song you supplied - I don't have the same error. `track` seems fine. ```python {'album': {'name': 'RISE', 'release_date': '2014-06-13'}, 'artists': [{...}], 'external_ids': {'isrc':...