I think the mistake was with the way I was decoding the secret, I tried with new Buffer.from(“sOmESecReT=”, “base64”); instead of new Buffer(“sOmESecReT=”).toString(“base64”) and now I have a new error (that I will be able to fix): The broadcaster has not tried to activate this extension
So I guess this solved the issue, thank you <3