Patrick Walker
Patrick Walker
For the curious: I solved this myself. It turned out the function was not actually creating a layer group, but making a marker and adding it to the map after...
I believe this issue is due to the docker using an older version of the plexapi package. I found [this commit](https://github.com/RemiRigal/Plex-Auto-Languages/commit/9062cd4c91dea9520b3bdb3c5bcbc866aedd1529) where it's clear a previous update attempt caused a...
I unfortunately need to come back to add that I spoke too soon. My build using those updated dependencies does run, but after leaving it overnight I'm seeing the same...
I have a theory on the root cause of this issue. I think it has to do with [this connection test.](https://github.com/RemiRigal/Plex-Auto-Languages/blob/9062cd4c91dea9520b3bdb3c5bcbc866aedd1529/plex_auto_languages/plex_server.py#L39) `_ = self._plex.library.sections()` For me server this test is...
Ah! You're right, I figured that wasn't an ideal test. If you need someone to QA a potential update for a proper fix feel free to reach out to me,...
I explored solving this with a script and wanted to share that ffprobe has mildly unexpected behavior when the `language` tag is not defined and it returns a `null`. If...