tomaspavlin / clubhouse-client

User-friendly web client for Clubhouse - drop-in audio chat. Written in React.
MIT License
34 stars 4 forks source link

Error: AgoraRTCError CAN_NOT_GET_GATEWAY_SERVER: no active status #3

Open atifali opened 3 years ago

atifali commented 3 years ago

Looks like the RTC Client is having issues connecting to the server. Any idea as to what might be wrong here?

image

tomaspavlin commented 3 years ago

Hi, it seems that the RTC client currently blocks the traffic from non-iPhone devices. I will try to fix this.

chrischongyj commented 3 years ago

same error, thanks for this!

elkarimareda commented 3 years ago

same error

afshiney commented 3 years ago

any update or fixes?

chinfeng commented 3 years ago

I use agora node sdk bypass this problem. Here is repo https://github.com/chinfeng/ch-app

0x41mmarVM commented 3 years ago

Hi, it seems that the RTC client currently blocks the traffic from non-iPhone devices. I will try to fix this.

Umm.. how do they even know you're not on an iOS device?

chinfeng commented 3 years ago

Hi, it seems that the RTC client currently blocks the traffic from non-iPhone devices. I will try to fix this.

Umm.. how do they even know you're not on an iOS device?

Agora-web-sdk-ng relys on browser implementation. It do not have full control of User-Agent header.

0x41mmarVM commented 3 years ago

Hi, it seems that the RTC client currently blocks the traffic from non-iPhone devices. I will try to fix this.

Umm.. how do they even know you're not on an iOS device?

Agora-web-sdk-ng relys on browser implementation. It do not have full control of User-Agent header.

That's it? so I download the SDK, modify user-agent in .js file, and we're done? I looked at traffic, and the web sdk is talking to servers that have "web" in their names. Sounds too easy, but I'll try.

chinfeng commented 3 years ago

Hi, it seems that the RTC client currently blocks the traffic from non-iPhone devices. I will try to fix this.

Umm.. how do they even know you're not on an iOS device?

Agora-web-sdk-ng relys on browser implementation. It do not have full control of User-Agent header.

That's it? so I download the SDK, modify user-agent in .js file, and we're done? I looked at traffic, and the web sdk is talking to servers that have "web" in their names. Sounds too easy, but I'll try.

It depends on browser implement. According to this, it is not possible in Chrome.

image

Hassam531 commented 6 months ago

same error not able to fix through any way

Zoomtod commented 5 months ago

same error any solution