AgoraIO-Community / AgoraWebSDK-NG

The Next Generation of Agora Web SDK
https://agoraio-community.github.io/AgoraWebSDK-NG/
161 stars 75 forks source link

Unexpected Response : UNKNOWN_ERROR_NAN #58

Closed utsavtiwary04 closed 4 years ago

utsavtiwary04 commented 4 years ago

Describe the bug

Spotted this error in console. Don't have specific steps to reproduce this yet.

Channel: C709-L9bce

UID: 1001

Platform and Browser: Chrome, Web

SDK Version: Agora Web SDK NG

Screenshot 2020-08-07 at 16 16 12
utsavtiwary04 commented 4 years ago

@disoul Could you please help here ? Thank you !

disoul commented 4 years ago

This error occurred because you have already called setClientRole("host") and you want to call it again before the last call has not been resolved. It should be better for SDK to ignore this error, we will remove this error in the next version.

For now, you can add a try-catch to ignore this error.

utsavtiwary04 commented 4 years ago

Thanks @disoul . Appreciate it !

disoul commented 4 years ago

fixed in v4.1.0