zhuowei / hipster.house

https://hipster.house
101 stars 12 forks source link

AgoraRTCError CAN_NOT_GET_GATEWAY_SERVER: no active status #5

Closed tsecret closed 3 years ago

tsecret commented 3 years ago

I am trying to build my React app using Agora v4.3.0, and when I call join call functions, I get the error above. I believe I am passing correct parameters to the functions, so I think the error might be on Agora side?

zhuowei commented 3 years ago

I have no idea, sorry: does the Agora sample code work for you if you create your own project?

tsecret commented 3 years ago

Yep, I am using Agora for another project and it works, but for some reasons, I am getting an error for clubhouse.

As a reference, you can try to join this channel: Agora APP: 938de3e8055e42b281bb8c6f69c21f78 channeID: M6GLLo2o channel Token: 006938de3e8055e42b281bb8c6f69c21f78IAAE2x9g5Mc4jWqct8QW0Z1X4GLlU2OdihJIoFpEE/vmx4FUYzHhy9VsEAAEocwE5xQ1YAEAAQAAAAAA

tsecret commented 3 years ago

I have tried on a different PC, same error, could you give me an example of channel ID and token that works for you? Thanks!

zhuowei commented 3 years ago

I don't currently have a Clubhouse account with an invite, but you can probably use the Dev Console to grab the channel ID and token when joining a channel in hipster.house.

Honestly, I have no idea if hipster.house actually can connect to Agora with all the recent changes that Clubhouse added: you might want to use grishka's Houseclub Android app as a reference instead; that app is much more up to date.

tsecret commented 3 years ago

Got it, thanks!