HMS-Core / hms-3d-modeling-demo

HUAWEI 3D Modeling Kit project contains a sample app. Guided by this demo, you will be able to implement full 3D Modeling Kit capabilities, including 3D object reconstruction and material generation.
Apache License 2.0
72 stars 20 forks source link

Getting result status does not work after update #7

Closed lvonasek closed 3 years ago

lvonasek commented 3 years ago

After updating to V1.2.0.300 following error happen after calling

Modeling3dReconstructQueryResult queryResult = Modeling3dReconstructTaskUtils.getInstance(getApplicationContext()).queryTask(taskId);

On V1.1.0.300 everything works without problems.

2021-11-10 09:17:23.217 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_Modeling3dReconstructQuery: Begin to query status!
2021-11-10 09:17:23.217 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_QueryWork: Begin to query status!
2021-11-10 09:17:23.218 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_ReconstructApplication: get ky flag: true
2021-11-10 09:17:23.254 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_RemoteClient: queryTask response code: 405
2021-11-10 09:17:23.489 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_RemoteClient: queryTask response code: 405
2021-11-10 09:17:23.495 32513-3129/com.lvonasek.arcore3dscanner E/3DModelingKit_ResponseUtils: P*r*e *e*C*d* e*r*r*r*.j*o*.J*O*E*c*p*i*n: *o *a*u* f*r *e*C*d*
2021-11-10 09:17:23.501 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_HianalyticsLogProvider: forbiddenHiLog.getVenderCountry=eea
2021-11-10 09:17:23.501 32513-3129/com.lvonasek.arcore3dscanner I/3DModelingKit_HianalyticsLogProvider: forbiddenHiLog openHa = false
Mike-mei commented 3 years ago
  1. Reopen the API switch of the 3D modeling Kit
  2. Update the Ageconnect-service.json file in your project (download for App Gallery Connect Website)
lvonasek commented 3 years ago

I just did it, the error stays

caibobitHuawei commented 3 years ago

I just did it, the error stays The cloud test interface permission is incorrect. We will fix it today.

caibobitHuawei commented 3 years ago

I just did it, the error stays

The issue has been resolved. The latest version can be integrated to provide better experience.

lvonasek commented 3 years ago

Thank you for quick solution, I confirm that it works now