pabloromeo / clusterplex

ClusterPlex is an extended version of Plex, which supports distributed Workers across a cluster to handle transcoding requests.
MIT License
410 stars 33 forks source link

EAE watchfolder is not writable #244

Closed n1coh closed 10 months ago

n1coh commented 10 months ago

Hello, I've been using your great work for 6 months on k3s mono node with local storage.

Describe the bug I'm encountering a problem when transcoding EAC3 sound, I've activated the logs (plex/TRANSCODER_VERBOSE) and I have this error :

[eac3_eae @ 0x7fd68da60080] EAE watchfolder is not writable: /tmp/pms-999c8aa9-f2b9-49c1-811c-3d1a14f11462/EasyAudioEncoder/Convert to WAV (to 8ch or less)/7c10c4dc1049389c-com-plexapp-android_1002-0-test.tmp

I can't find any information about this problem on the net. Do you have any idea what the problem is?

Don't hesitate to ask me for further information.

pabloromeo commented 10 months ago

I believe I've been able to reproduce the issue. Must have been a change done by Plex itself in one of their updates. Let me look into it a bit to see what's going on.

pabloromeo commented 10 months ago

The issue I found was that in the Worker logs, there was a "License expired" message, which is related to EasyAudioEncoder from Plex. I upgraded the EAE version as well as adding logic to support incremental updates of EAE for future releases.

Release v1.4.6 is being built right now so the images should be available shortly, and I'll also release an update of the Helm Chart so that you can upgrade and test if it also fixes your problem :)

pabloromeo commented 10 months ago

Try release: https://github.com/pabloromeo/clusterplex/releases/tag/v1.4.6

Updated Helm Chart version that installs v1.4.6 is v1.1.1

n1coh commented 10 months ago

Hi, no more error, it's all good. Thank you very much