Is `is_sidebar_active()` deprecated, and showing error?

is_sidebar_active() is not a WordPress function. Do not use that. This is probably a typo.

The correct name is is_active_sidebar($index), and that function is not deprecated.