Facing errorCode 3 and internal error code 5003 during SDK initialization

Description
We are seeing a lot of our Users facing this error. In the last 3 days, the error has spiked. Most Users are saying that Zoom app works fine on the same network but the Mobile SDK throws this error. The network connectivity is also good for most users. Please let me know how to solve/minimize this issue.

This is happening on all kinds of devices. Both Android and iOS. It is not specific to any Android Version as well. We are getting a huge number of complaints.

Which version?

v5.0.24437.0708

1 Like

Hey @anonymousedge03,

Thanks for using the dev forum!

Is this happening for meetings or webinars or both? What domain are you using?

Thanks!
Michael

This is happening for meetings. The domain we are using is zoom.us.

@Michael_Condon I think if SDK is not initialized both meetings and webinars will not work, right?

Hey @anonymousedge03,

That is correct, I was just curious.
Is it possible to update the SDK to the latest version?

Michael

@Michael_Condon We updated the Zoom SDK version to 5.2.42043.1112. We are still facing this issue in huge numbers.

Hey @anonymousedge03,

I am sorry this is happening. Would you be able to gather the SDK logs for an instance where this happened and send them to developersupport@zoom.us so that we can investigate? In the email please provide a link to this post and mention my name. To obtain the SDK logs, please follow the instructions at the bottom of this page: https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/sdk-initialization.

Can you also try one of those meetings in the sample app and let us know if you see the same issue?

Thanks!
Michael

@Michael_Condon was there any result on this? I am facing this error constantly in Android. The sdk version is v5.0.24437.0708 I have tried upgrading to the latest version but it has introduced a lot of new bugs such as missing picture in picture and camera change icons, so I can’t commit to the sdk version upgrade right now.

Here’s the stack trace from v5.0.24437.0708. Were there any steps to take beyond upgrading to the latest sdk?

## us.zoom.sdk.ZoomSDK.onSDKAuth

java.lang.Throwable: Couldn't initialize Zoom SDK: error 3, internalError 5003

* com.visualservice.nativevideo.di.KoinModulesKt$appModule$1$10$1$invokeSuspend$$inlined$suspendCoroutine$lambda$1.onZoomSDKInitializeResult KoinModules.kt:71

* us.zoom.sdk.ZoomSDK.onSDKAuth ZoomSDK.java:958

* us.zoom.sdk.ZoomSDK.access$000 ZoomSDK.java:41

* us.zoom.sdk.ZoomSDK$1.onSDKAuth ZoomSDK.java:95

* com.zipow.videobox.ptapp.PTUI.sinkSDKOnAuthImpl PTUI.java:2499

* com.zipow.videobox.ptapp.PTUI.sinkSDKOnAuth PTUI.java:2485

* com.zipow.videobox.mainboard.Mainboard.heartBeat4SingleProcessImpl Mainboard.java

* com.zipow.videobox.mainboard.Mainboard.heartBeatForSDK Mainboard.java:993

* com.zipow.videobox.ptapp.PTApp.dispatchIdleMessage PTApp.java:439

* com.zipow.videobox.VideoBoxApplication$8.run VideoBoxApplication.java:1152

* android.os.Handler.handleCallback Handler.java:938

Hey @a.diament,

We are still investigating this issue.

Thanks!
Michael

Hi,

Is this issue resolved?

I am integrating Zoom Meeting sdk in Google Glass. But I am not able to join/start the meeting. Below is the log I get when I try to start zoom meeting in Google Glasses.

Log:

2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: Rejecting re-init on previously-failed class java.lang.Class<us.zoom.proguard.cp>: java.lang.NoClassDefFoundError: Failed resolution of: Lus/zoom/intunelib/IIntuneLoginAssistant;
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at com.zipow.videobox.mainboard.Mainboard com.zipow.videobox.mainboard.Mainboard.getMainboard() (Mainboard.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean com.zipow.videobox.ptapp.PTApp.isInitialForMainboard() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at int com.zipow.videobox.ptapp.PTApp.getSdkAuthResult() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean us.zoom.sdk.ZoomSDK.isInitialized() (ZoomSDK.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void us.zoom.sdk.ZoomSDK.initialize(android.content.Context, us.zoom.sdk.ZoomSDKInitializeListener, us.zoom.sdk.ZoomSDKInitParams) (ZoomSDK.java:21)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.initializeSdk(android.content.Context) (MainActivity.java:128)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:60)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7039)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7030)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2734)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2859)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1592)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Looper.loop() (Looper.java:164)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.main(java.lang.String) (ActivityThread.java:6518)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object) (Method.java:-2)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String) (ZygoteInit.java:807)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: Caused by: java.lang.ClassNotFoundException: Didn’t find class “us.zoom.intunelib.IIntuneLoginAssistant” on path: DexPathList[[zip file “/data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/base.apk”],nativeLibraryDirectories=[/data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/lib/arm64, /data/app/com.example.zoommeetingsdk-8p4YNOpVNiUwfzouORRrzg==/base.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64]]
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class dalvik.system.BaseDexClassLoader.findClass(java.lang.String) (BaseDexClassLoader.java:125)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String, boolean) (ClassLoader.java:379)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Class java.lang.ClassLoader.loadClass(java.lang.String) (ClassLoader.java:312)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at com.zipow.videobox.mainboard.Mainboard com.zipow.videobox.mainboard.Mainboard.getMainboard() (Mainboard.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean com.zipow.videobox.ptapp.PTApp.isInitialForMainboard() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at int com.zipow.videobox.ptapp.PTApp.getSdkAuthResult() (PTApp.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at boolean us.zoom.sdk.ZoomSDK.isInitialized() (ZoomSDK.java:1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void us.zoom.sdk.ZoomSDK.initialize(android.content.Context, us.zoom.sdk.ZoomSDKInitializeListener, us.zoom.sdk.ZoomSDKInitParams) (ZoomSDK.java:21)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.initializeSdk(android.content.Context) (MainActivity.java:128)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.example.zoommeetingsdk.MainActivity.onCreate(android.os.Bundle) (MainActivity.java:60)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle, android.os.PersistableBundle) (Activity.java:7039)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Activity.performCreate(android.os.Bundle) (Activity.java:7030)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle) (Instrumentation.java:1215)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at android.app.Activity android.app.ActivityThread.performLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent) (ActivityThread.java:2734)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.handleLaunchActivity(android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:2859)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.-wrap11(android.app.ActivityThread, android.app.ActivityThread$ActivityClientRecord, android.content.Intent, java.lang.String) (ActivityThread.java:-1)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread$H.handleMessage(android.os.Message) (ActivityThread.java:1592)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Handler.dispatchMessage(android.os.Message) (Handler.java:106)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.os.Looper.loop() (Looper.java:164)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void android.app.ActivityThread.main(java.lang.String) (ActivityThread.java:6518)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object) (Method.java:-2)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run() (RuntimeInit.java:438)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64: at void com.android.internal.os.ZygoteInit.main(java.lang.String) (ZygoteInit.java:807)
2022-04-08 15:31:22.144 2858-2858/com.example.zoommeetingsdk I/zygote64:
2022-04-08 15:31:22.284 2858-2858/com.example.zoommeetingsdk I/System.out: providers loaded automaticly
2022-04-08 15:31:22.509 2858-2858/com.example.zoommeetingsdk I/EngineFactory: Provider GmsCore_OpenSSL not available
2022-04-08 15:31:22.523 2858-2858/com.example.zoommeetingsdk I/AudioManager: In isBluetoothScoAvailableOffCall(), calling appilication: com.example.zoommeetingsdk, return value: true
2022-04-08 15:31:22.526 2858-2858/com.example.zoommeetingsdk I/AudioManager: In isBluetoothScoOn(), calling application: com.example.zoommeetingsdk
2022-04-08 15:31:22.859 2858-2863/com.example.zoommeetingsdk I/zygote64: Do partial code cache collection, code=30KB, data=22KB
2022-04-08 15:31:22.860 2858-2863/com.example.zoommeetingsdk I/zygote64: After code cache collection, code=30KB, data=22KB
2022-04-08 15:31:22.860 2858-2863/com.example.zoommeetingsdk I/zygote64: Increasing code cache capacity to 128KB
2022-04-08 15:31:22.885 2858-2858/com.example.zoommeetingsdk W/Glide: Failed to find GeneratedAppGlideModule. You should include an annotationProcessor compile dependency on com.github.bumptech.glide:compiler in your application and a @GlideModule annotated AppGlideModule implementation or LibraryGlideModules will be silently ignored
2022-04-08 15:31:22.987 2858-2903/com.example.zoommeetingsdk D/OpenGLRenderer: HWUI GL Pipeline
2022-04-08 15:31:23.034 2858-2903/com.example.zoommeetingsdk I/Adreno: QUALCOMM build : da59a43, I5c0379134a
Build Date : 12/27/18
OpenGL ES Shader Compiler Version: EV031.24.02.00
Local Branch :
Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.6.8.2.R1.08.01.00.492.008
Remote Branch : NONE
Reconstruct Branch : NOTHING
2022-04-08 15:31:23.034 2858-2903/com.example.zoommeetingsdk I/Adreno: Build Config : S L 4.0.10 AArch64
2022-04-08 15:31:23.042 2858-2903/com.example.zoommeetingsdk I/Adreno: PFP: 0x016ee176, ME: 0x00000000
2022-04-08 15:31:23.052 2858-2903/com.example.zoommeetingsdk I/zygote64: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2022-04-08 15:31:23.053 2858-2903/com.example.zoommeetingsdk I/OpenGLRenderer: Initialized EGL, version 1.4
2022-04-08 15:31:23.053 2858-2903/com.example.zoommeetingsdk D/OpenGLRenderer: Swap behavior 2
2022-04-08 15:31:42.456 2858-2863/com.example.zoommeetingsdk I/zygote64: Do partial code cache collection, code=60KB, data=43KB
2022-04-08 15:31:42.457 2858-2863/com.example.zoommeetingsdk I/zygote64: After code cache collection, code=60KB, data=43KB
2022-04-08 15:31:42.458 2858-2863/com.example.zoommeetingsdk I/zygote64: Increasing code cache capacity to 256KB

Below are several troubleshooting methods to fix the Zoom unable to correct, error code 5003 issue.

Method 1. Restart the Zoom application
Error code 5003 is an issue that appears only on the Zoom desktop app. The very first thing you should do when you can’t connect to a Zoom meeting is completely exit out of the Zoom app, then restart it to try again.
Restart Zoom through the Task Manager

Open the Task Manager using one of the following ways:
Right-click on your taskbar and choose Task Manager from the context menu.
Otherwise, press the Ctrl + Alt + Esc keys on your keyboard.
If your Task Manager launched in the compact view, click on the More details option seen in the bottom left of the window.
Task Manager
Stay on the default Processes tab. Locate and right-click on the Zoom app, then select the End Task option from the context menu.
Launch the Zoom application again, and see if you can successfully connect to your meeting.
Method 2. Check the status of Zoom’s servers
check the status of Zoom’s servers
There are times when the Zoom servers are down due to increased traffic or technical difficulties. During times like these, you’re more likely to experience connectivity issues, and may not be able to attend your meetings.

To check the status of the Zoom servers, navigate to the status page in your web browser, and investigate the current situation of each Zoom service. If you see any issues displayed here, it’s best to wait until the servers are back to an operational state, then try connecting to your meeting again.

Method 3. Restart your device
In some cases, simply restarting your computer is able to solve Zoom’s 5003 error code. Allowing your device to refresh itself may solve some network issues, leading to a suitable connection to Zoom’s servers.
Restart your device

Click on the Start menu in your taskbar. This is displayed by a button with the Windows logo on it.
Windows start Menu
Click on the Power button.
Windows power button
Choose Restart from the context menu. Alternatively, you can choose the Shutdown option and manually power on your computer after it is powered off.
After your computer has restarted, check if you’re able to connect to your Zoom meeting without the 5003 error pops up.
Method 4. Temporarily disable your antivirus software
Antivirus applications are known to cause issues on computers by interfering with your internet connection or blocking apps and services from running properly. You can test if the antivirus you’re using at the moment is causing the Zoom error code 5003 by temporarily disabling it.

Note that this method is not recommended as it is unsafe to use your computer without protection. Only proceed if you’re aware of the possible risks and have a backup of your system to revert any damage that may happen.

Right-click on an empty space in your taskbar and choose Task Manager.
If the Task Manager launched in compact mode, make sure to expand details by clicking on the “Mode details” button.
Open Task Manager
Switch to the Start-up tab using the header menu located at the top of the window.
Find your antivirus application from the list and select it by clicking on it once.
Zoom > Task Manager
Click on the Disable button now visible in the bottom-right of the window. This will disable the application from launching when you start your device.
Restart your computer and try to connect to your Zoom meeting.
’
Regards,
Rachel Gomez

@rachelgomez161999 Thank you so much for your reply.