Android Question HMS ApiException: 907135004: execute timeout

fbritop

Active Member
Licensed User
Longtime User
I started receiveing this error, not sure if it is, but when I updated to API 30.
HMS Version 1.05
HMS SDK added to Additional Libs
Analytics and Push Key checked in Huawei Console

The App manages to get the token, but when it subscribes to the topics, it always return false with the folowing logs

B4X:
--------- beginning of system
--------- beginning of main
--------- beginning of crash
11-10 23:17:11.494 11139 11139 I HiAnalyticsSDK:
11-10 23:17:11.494 11139 11139 I HiAnalyticsSDK: =======================================
11-10 23:17:11.494 11139 11139 I HiAnalyticsSDK:  HiAnalyticsSDK_5.0.4.300
11-10 23:17:11.494 11139 11139 I HiAnalyticsSDK: =======================================
11-10 23:18:25.889 11139 11139 I HiAnalyticsSDK: LifecycleCallback=> onActivityPaused called.
11-10 23:18:30.371 11395 11395 I HMSSDK_AutoInit: Push init start
11-10 23:18:30.640 11395 11448 I HMSSDK_AutoInit: Push init succeed
getHMSToken
Token RX:IQAAAACy0bYXAAA6j2xzU**************8ABL87DyOYVZf6sPf0P_NI4TpEw
HMSSubscribe
200.111.224.60
LANGUAGE COMPLETE
11-10 23:18:33.549 11395 11395 I HiAnalyticsSDK:
11-10 23:18:33.549 11395 11395 I HiAnalyticsSDK: =======================================
11-10 23:18:33.549 11395 11395 I HiAnalyticsSDK:  HiAnalyticsSDK_5.0.4.300
11-10 23:18:33.549 11395 11395 I HiAnalyticsSDK: =======================================
storeShadow
*** mainpage: Remote_UpdateAccesos [mainpage]
*** mainpage: Remote_UpdateLocalCounters [mainpage]
*** mainpage: Remote_UpdatePropiedades [mainpage]
Remote_UpdateAccesos
11-10 23:18:35.368 11395 11395 I HiAnalyticsSDK: InteractionManager=> connectManager onReport
11-10 23:18:35.373 11395 11590 W HiAnalyticsSDK: ReportTask=> events size is empty
Error: com.huawei.hms.common.ApiException: 907135004: execute timeout
subscribe: false
Error: com.huawei.hms.common.ApiException: 907135004: execute timeout
subscribe: ios_P1000false
Error: com.huawei.hms.common.ApiException: 907135004: execute timeout
Error: com.huawei.hms.common.ApiException: 907135004: execute timeout

I have:
Downloaded AGConnect again
Double check SHA signature
Checked manage API and general settings from the Huawei Console
Check that the device has connection to internet
Checked that App Gallery is installed (is an old device, P30, which was the last one to work with Google)
Checked that Huawei Id is logged in the device.

Not sure where else to check.
Thanks in advance
 
Top