Wikitude / wikitude-sdk-samples

Code Examples what can be done using the Wikitude SDK. The samples are written in JavaScript and show-case some functionality of the Wikitude SDK
https://www.wikitude.com
134 stars 183 forks source link

http-404 error for architect.js #23

Closed dogutumerdem closed 6 years ago

dogutumerdem commented 6 years ago

Hello,

Trying to run "08_PointOfInterest_1_PoiAtLocation" sample, but getting the http-404 error for architect.js file from url: https://www.wikitude.com/libs/architect.js

this document says "The actual file will be injected by the Wikitude SDK on run-time, so don't worry if you see a 404 - Not found in case you try to download the file. Even if it looks like the Wikitude SDK is loading this file remotely, it will only be replaced locally without any network connection opening up."

is that true ? because I end up with blank page...

where can I find this file ?

AndreasSchacherbauerWikitude commented 6 years ago

Hi, could it be that you try to open the example in a desktop browser? If not, can you please give us more information about which device, OS and SDK version you're using?

Best regards, Andreas

dogutumerdem commented 6 years ago

hi, I downloaded yesterday. Which SDK should I install ? (Cordova, Unity downloaded but not contains that architect.js as well) Unity samples worked well and thought everything works well. But when I started the sample with Chrome Browser on windows 10 desktop, it couldn't find the architect.js.

I'm missing something, but I didn't understand...

AndreasSchacherbauerWikitude commented 6 years ago

"But when I started the sample with Chrome Browser on windows 10 desktop" that's expected behavior. architect.js is coming from our mobile SDKs (Android/iOS). They intercept the load request for this file and return a response that is bundled within the SDK. So of you run the Architect World by loading it with our mobile SDKs on a iOS/Android device, it will work.