Page 1 of 1

Conditional node can't compare anything, except "equal"

Posted: Tue Sep 26, 2017 1:05 pm
by Soffort
Hello, Steinar.

I was try to check incoming file length in Conditional node, and it doesn't work.

After all tests, I found, that Conditional output is always Success if I use >, <, >=, <=. Only = works.

1>2 - Success
1<2 - Success
2<1 - Success
2>1 - Success
And go on :)

But 1=2 - Failed. And 1=1 - Success.

Re: Conditional node can't compare anything, except "equal"

Posted: Tue Sep 26, 2017 2:32 pm
by admin
Are you sure you're running the latest patch from 12. sept?

-steinar

Re: Conditional node can't compare anything, except "equal"

Posted: Tue Sep 26, 2017 2:36 pm
by Soffort
Yep. I download latest version right now.

Re: Conditional node can't compare anything, except "equal"

Posted: Tue Sep 26, 2017 3:13 pm
by admin
Oh damn it! Seem to be a mixup of some files on my HD :oops: :roll:
Can you please try this package: ffastrans.com/download/FFAStrans_Patch_1710.7z

There's also the ip fix for the rest api.

-steinar

Re: Conditional node can't compare anything, except "equal"

Posted: Tue Sep 26, 2017 4:05 pm
by Soffort
Both works fine, thank you!