machinebox / issues

Machine Box issues, bugs and feature requests
2 stars 0 forks source link

Videobox: frameConcurrency: >1 error for demo example #25

Closed gtrevg closed 6 years ago

gtrevg commented 6 years ago

I'm just trying to run the demo example and I'm getting the error of:

frameConcurrency: >1 unavailable on this subscription plan

even though the value is set to 1. I'm just trying to run the basic videobox demo.

image

machinabot commented 6 years ago

Hmmm... strange. I’ll look at this today.

On 26 Mar 2018, at 06:40, Trevor Gattis notifications@github.com wrote:

I'm just trying to run the demo example and I'm getting the error of:

frameConcurrency: >1 unavailable on this subscription plan even though the value is set to 1. I'm just trying to run the basic videobox demo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

matryer commented 6 years ago

@gtrevg We have fixed this. Thanks for reporting it. We'll push an updated box shortly and let you know.

matryer commented 6 years ago

@gtrevg can you pull the latest Videobox and try again please?

You can pull it with:

docker pull machinebox/videobox:latest
gtrevg commented 6 years ago

@matryer That fixed it. Thanks!!