I'm trying to create a python app to livestream my altered voice to discord. I believe I've managed to setup everything correctly but when I start my stream, I'm getting the following error:
Error during streaming: status_code: 500, body: {'detail': {'status': 'something_went_wrong', 'message': 'We are sorry, something went wrong. You are not charged for this request.'}}
I'm unable to debug this as it seems to be some issue on 11Labs side.
Any Ideas of what could be wrong?
I'm trying to create a python app to livestream my altered voice to discord. I believe I've managed to setup everything correctly but when I start my stream, I'm getting the following error: Error during streaming: status_code: 500, body: {'detail': {'status': 'something_went_wrong', 'message': 'We are sorry, something went wrong. You are not charged for this request.'}} I'm unable to debug this as it seems to be some issue on 11Labs side. Any Ideas of what could be wrong?
Thanks