Vuforia View - Error loading Experience (14)
To evaluate AR in our company we had setup an own Thingworxs and Experience-Service on a local mashine.
All is working so far besides loading the experience in Vuforia View.
The error ist "Error loading Experience (14)"
If I do an GET with Postman like
http://localhost:2019/ExperienceService/id-resolution/resolutions?key=urn:vuforia:vumark:34563:1
I get the desired Experience
{
"value": "http://localhost:2019/ExperienceService/content/projects/test/index.html?expId=1&vumark=34563%3A1",
"resourcetype": "Experience",
"title": "test",
"requires": [
"AR-tracking",
"w320dp"
],
"designedfor": [],
"project": {
"version": "1.0.0"
}
}
The Vuforia View log says
09:02:47.288 [Debug] 002 js - INFO: recognized ThingCode: 34563:1 09:02:47.288 [Debug] 002 js - cordovaWindowsProxy.exec called with IdentityService.queryIdentityService(["urn:vuforia:vumark:34563:1","notnull",true,true]): 09:02:47.288 [Warning] 013 cpp - irsplugin.cpp : TGXEngine::IRSPlugin::queryIdentityService::<lambda_10650a0b10a78726543d404e191f93df>::operator () (0050): queryIdentityService action called: [urn:vuforia:vumark:34563:1, notnull, true, true] 09:03:11.774 [Debug] 012 cpp - vuforiamanager.cpp : TGX::VuforiaManager::resumeIfNeeded (0320): VuforiaManager not paused, skipping 09:03:11.775 [Debug] 012 cpp - vuforiamanager.cpp : TGX::VuforiaManager::handleOrientationChange (0376): Performing... 09:03:11.775 [Debug] 012 cpp - cameramanager.cpp : TGX::CameraManager::reconfigureBackground (0155): Correcting rendering background size to handle missmatch between screen and video aspect ratios. 09:03:11.775 [Debug] 012 cpp - cameramanager.cpp : TGX::CameraManager::reconfigureBackground (0171): Configure Video Background : Video (1280,720), Screen (1200,852), mSize (1514,852) 09:03:11.775 [Debug] 012 cpp - vuforiamanager.cpp : TGX::VuforiaManager::handleOrientationChange (0386): Finished 09:03:11.775 [Debug] 021 cpp - vuforiabackgrounddx.cpp : VuforiaBackgroundDX::DrawBackground (0137): Video background texture size is 1280 x 720 09:03:11.776 [Debug] 021 cpp - vuforiabackgrounddx.cpp : VuforiaBackgroundDX::initTexture (0424): Video texture setup done. 09:03:11.776 [Debug] 021 cpp - vuforiabackgrounddx.cpp : VuforiaBackgroundDX::initMesh (0501): Video background mesh initialized. 09:03:21.104 [Debug] 018 cpp - irsplugin.cpp : TGXEngine::IRSPlugin::OnError (0035): IdentityResolutionPlugin experience fetching error: EXCEPTION, statusCode: 0 09:03:21.110 [Error] 002 cs - MainNotifications.cs : logError (0126): Error loading Experience (14)
Anyone an idea?
If I use the trial Experience-Server URL, everything works fine.
For the test we are using the Vuforia-View Windows app and a webcam.

