AgoraIO / API-Examples-Web

224 stars 199 forks source link

Uncaught (in promise) TypeError: a is not a function while joining the channel with JOIN function #41

Closed Sanchit-BigStep closed 2 years ago

Sanchit-BigStep commented 2 years ago

Agora sdk Version :- 4.8.2

Getting the above error which joining the channel.

Attaching the file link and error trace logs below

Browser.js Formated link :- https://drive.google.com/file/d/1az01QPOmPZddo9JMoC0ptTrsxCK_6MLS/view?usp=sharing

Error :- Uncaught (in promise) TypeError: a is not a function at browser.js:formatted:14644:34

  | (anonymous) | @ | browser.js:formatted:14644 -- | -- | -- | --   | await in (anonymous) (async) |   |     | t | @ | browser.js:formatted:5745   | qR | @ | browser.js:formatted:14630   | (anonymous) | @ | browser.js:formatted:25331   | (anonymous) | @ | browser.js:formatted:25341   | (anonymous) | @ | browser.js:formatted:25313   | updateConfigDistribute | @ | browser.js:formatted:25379   | await in updateConfigDistribute (async) |   |     | startGetConfigDistribute | @ | browser.js:formatted:25279   | join | @ | browser.js:formatted:46744   | await in join (async) |   |     | (anonymous) | @ | browser.js:formatted:72207   | l | @ | browser.js:formatted:72631   | (anonymous) | @ | browser.js:formatted:72609   | (anonymous) | @ | browser.js:formatted:72661   | r | @ | browser.js:formatted:1412   | a | @ | browser.js:formatted:1426   | (anonymous) | @ | browser.js:formatted:1431   | (anonymous) | @ | browser.js:formatted:1423   | (anonymous) | @ | browser.js:formatted:72283   | (anonymous) | @ | browser.js:formatted:5253   | n | @ | browser.js:formatted:279   | value | @ | browser.js:formatted:5249   | value | @ | browser.js:formatted:4100   | (anonymous) | @ | browser.js:formatted:4194   | n | @ | browser.js:formatted:279   | value | @ | browser.js:formatted:4177   | start | @ | demo.js:176   | onclick | @ | demo.html:50

yoreland commented 2 years ago

Hi, which browser version are you running on?

Sanchit-BigStep commented 2 years ago

Google Chrome Version 98.0.4758.80 (Official Build) (64-bit) OS:- Linux Ubuntu 21.10

yoreland commented 2 years ago

Hi, currently we have some difficulties to reproduce the issue. Can you help provide more information as follows: Can you reproduce this issue on other OS rather than Ubuntu? Did you try the https://webdemo.agora.io/basicVideoCall/index.html on the same environment?

Sanchit-BigStep commented 2 years ago

Closing the issue. The issue resolved on its own. I am not facing this issue anymore.