Skip to content
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

Cannot Optimize Media files stuck on Waiting #26

Open
donicrosby opened this issue Feb 7, 2020 · 6 comments
Open

Cannot Optimize Media files stuck on Waiting #26

donicrosby opened this issue Feb 7, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@donicrosby
Copy link

I have a Unicorn Loadbalancer, Plex, and Transcoders all running in a Kubernetes cluster, so this may be an issue with that rather than an issue with the Loadblancer/Transcoders themselves.

Basically when I try to run an optimize on any of the media on my server they never hit the conversion queue and just sit in the optimized versions section with the words "Waiting".

The plex logs don't show anything erroring or timing out and the loadblancer doesn't seem to have kicked off anything either. Is there some configuration setting that needs to be done in order for the transcoders to be able to perform optimization?

@Maxou44
Copy link
Member

Maxou44 commented Feb 7, 2020

Can we have unicorn transcoder/load balancer logs and Plex version ?

@donicrosby
Copy link
Author

Plex Version: 1.18.5.2309-f5213a238

Loadbalancer:

> [email protected] start /opt/UnicornFFMPEG
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:compiler initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/compiler.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:parser initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/parser.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:compiler initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/compiler.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:parser initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/parser.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:compiler initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/compiler.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:parser initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/parser.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:compiler initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/compiler.js
Fri, 07 Feb 2020 13:12:30 GMT snapdragon:parser initializing /opt/UnicornFFMPEG/node_modules/snapdragon/lib/parser.js
> [email protected] start /opt/UnicornLoadBalancer
2020-02-07T13:12:35.996Z UnicornLoadBalancer Redis not found, fallback on LocalSessionStore
2020-02-07T13:12:35.998Z UnicornLoadBalancer WARNING: On restart all sessions will be lost
2020-02-07T13:12:37.418Z UnicornLoadBalancer Using sqlite as database
2020-02-07T13:12:37.509Z UnicornLoadBalancer Version: 2.0.0
Fri, 07 Feb 2020 13:12:37 GMT express:application set "views" to '/opt/UnicornLoadBalancer/views'
2020-02-07T13:12:37.522Z UnicornLoadBalancer Initializing API routes...
2020-02-07T13:12:37.568Z UnicornLoadBalancer Launched on http://127.0.0.1:443/

Transcoder:

> [email protected] start /opt/UnicornTranscoder
2020-02-07T13:04:47.323Z UnicornTranscoder Starting EAE
2020-02-07T13:04:47.365Z UnicornTranscoder2:server Listening on port 32400

@Maxou44
Copy link
Member

Maxou44 commented Feb 7, 2020

Maybe plex made optimizer changes in 1.18.x

Did you had this issue on 1.17.x builds ?

@donicrosby
Copy link
Author

I haven't tried to downgrade my server to one of those versions. I spun up the server this week to make a helm chart for the UnicornTranscoder project so I haven't used any versions other than 1.18.x. I don't know if I can downgrade to 1.17.x without nuking the the whole server.

@Maxou44
Copy link
Member

Maxou44 commented Mar 21, 2020

Can you update LoadBalancer and transcoder and give us a feedback?

@Maxou44 Maxou44 added the bug Something isn't working label Mar 21, 2020
@BuffaloBun
Copy link

I've had similar issues to this, the cause for my issues was NGINX, client_max_body_size was set to 1k, changing this to a higher value resolved the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants