Skip to main content

5.1 Error location

5.1.1 List of error codes

Reminder: Get the advertising SDK log. Use the following command to open the SDK log. After entering the scene, filter the ADSDK and get the log.

adb shell setprop log.tag.ADSDK DEBUG
adb logcat | grep ADSDK

adb shell setprop log.tag.AD_NET_LOG DEBUG
adb logcat | grep AD_NET_LOG
Error codeDescriptionTroubleshooting direction
9000Network abnormalityCheck mobile phone network status
9003Advertising slot ID configuration errorContact the operator (the server does not match the advertising data)
9009Advertisement space is not availablePlease clear the cache of the app and connect to the Internet to ensure that the cloud control configuration is pulled successfully, or contact the operator to confirm whether the advertisement space is enabled.
9031Network request timed outCheck the mobile network connection
9035The request is successful but there is no ad filling1. You can try to trigger the ad request a few more times under the condition that the network of the mobile phone has been bypassed. 2. Facebook and Admob ads have been unable to come out, please change the phone and test the ad space, the alliance has restricted frequent official ad tests.
9041Invalid AppIdMake sure to initialize on the main thread and confirm the correctness of the AppID to the operator.
9042Cloud Control is unavailablePlease clear the cache of the app and connect to the Internet to ensure that the cloud control configuration is pulled successfully, or contact the operator to confirm whether the advertising space is enabled.
-10000Unknown error codePlease try to get a test ad or change the device and request again
20001No ads currentlyPlease try to get a test ad or change the device and request again
20002No ads currentlyPlease try to get a test ad or change the device and request again
20004Filling fails due to lack of network connectionCheck mobile phone network status
30001Initialization of third-party ad source failedContact the operator (whether the application ID or code position ID is valid)
30002Ad request from third-party ad source timed outPlease try to obtain test ads or change the device to request again
30003Ad request from third-party ad source failedPlease try to obtain test ads or change the device to request again
30004Material loading failedPlease try to obtain test ads or change the device to request again
30005The request object was destroyed by mediaCheck destruction logic
40001No ads can be displayed when there is a network connectionPlease try to get a test ad or change the device and request again
40002No offline ads can be displayed when there is no network connectionPlease try to get a test ad or change the device and request again
50001Ad display failedPlease try to get a test ad or change the device and request again
60001sdk initialization failed, no AppID availableContact operations staff
60002The object used has been destroyedCheck if the API call is correct
60003Exception in parameters passed when displaying open-screen adsCheck the API call to see if the parameters are correct
60004SDK internal logic exceptionSubmit the complete log output to advertising SDK development
60005When native ads are displayed, the parameters passed in are abnormal.Check the API to check whether the parameters are correct
60006Ad loading error, because the current ad is being displayedPlease request the ad again
60007Display error, the current scene contains sensitive content, and the ad cannot be displayedPlease try to obtain a test ad or change the device and request again
70001Request aggregation SDK cloud control timeoutCheck mobile phone network status
70002Request cloud control exception: Request exceptionPlease try to get test ads or change the device and request again
70003Request cloud control exception: The application ID does not exist on the platformContact operations staff
70004Request cloud control exception: package name and application ID do not matchContact operations staff
70005Request cloud control exception: operating system does not matchContact operations staff
70006Request cloud control exception: The application is closed on the platformContact operations staff
70007Unable to query ad slot ID informationFrequently Asked Questions
70008The maximum number of ad impressions in a single day has been reachedContact operations staff
70009The maximum number of ad impressions in a single hour has been reachedContact operations staff
70010The display interval is not met and the request cannot be madeNeed to meet the interval length
70011There is no advertising source configured under the current advertising slot.Contact operations staff
70012The API used does not match the current ad slot typeContact operations staff
70013This ad slot has been closedContact operations staff
70014The ad request failedPlease try to get a test ad or change the device and request again

5.1.2 Admob cannot load ads platform comparison table

Error CodeError TypeDescription
0ErrorCode.ERROR_CODE_INTERNAL_ERRORinternal error. For example, an invalid response was received from the ad server.
1ERROR_CODE_INVALID_REQUESTThe ad request is invalid. For example, the advertising ID is incorrect.
2ERROR_CODE_NETWORK_ERRORThe ad request was unsuccessful due to a network connection.
3ERROR_CODE_NO_FILLAd request was successful. However, no ad was returned due to lack of ad inventory.
8ERROR_CODE_APP_ID_MISSINGThe ad request was not made due to a missing app ID.
10ERROR_CODE_REQUEST_ID_MISMATCHThe request ID in the ad string is not found.
11ERROR_CODE_INVALID_AD_STRINGThe ad string is invalid. For example, there is no request ID in the ad string.
512MAX_CONTENT_URL_LENGTHThe maximum content URL length.

5.1.3 Applovin Error code reference

5.1.4 Pangle Error code reference

5.1.5 Inmobi Error code reference

5.1.6 Mintegral Error code reference

5.1.7 Vungle Error code reference

5.1.8 Bigo Error code reference

5.1.9 Media view main process log

Reminder: Check the advertising SDK advertising request main process log, and use the following command to open the SDK log

adb shell setprop log.tag.Hisavana_Log DEBUG
adb logcat | grep Hisavana_Log