BigFloat of non int type bessel functions is not working (SpecialFunctions)

besselj(1,big(pi)) is working, besselj(1.1,pi) aswell.
But when I combine them, so for example besselj(1.1,big(pi)) I am getting errors.

Does anyone know a workaround for this?