Error at launch of aps-iot-extensions-demo: The file extension loaded into the viewer is not supported - autodesk-forge

When launching the aps-iot-extensions-demo, I get the following error:
The file extension loaded into the viewer is not supported
Image showing Error
I have a 2022 revit model (.rvt), with URN and GUID.
Same problem when using the rac_basic_sample_project.rvt

#eason-kang code snippets solved my problem.
Check the following gist: config.js

Related

Houdini arm to x86 translation "Unsupported feature" error when using shared STL in Android NDK app

I created an Android Studio project from this sample NDK project provided by Google and changed a couple things so I could try to leverage Houdini arm to x86 translation:
In app/build.gradle I set abiFilters to armeabi-v7a.
In Application.mk I changed APP_ABI from all to armeabi-v7a so that x86 native libraries won't be created.
Also in Application.mk, I changed APP_STL from stlport_static to gnustl_shared.
You can see the modified code in this repo.
Then I ran the app in the BlueStacks emulator, which supports Houdini. I get the following error:
11-21 00:42:19.742 9947-9947/? D/houdini: [9947] Loading library(version: 4.0.8.45720 RELEASE)... successfully.
11-21 00:42:19.742 9947-9947/? D/houdini: [9947] Unsupported feature (ID:0x10600cae).
11-21 00:42:19.742 9947-9947/? D/houdini: [9947] Open Native Library /data/app-lib/com.sample.teapot-2/libTeapotNativeActivity.so failed.
...
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sample.teapot/com.sample.teapot.TeapotNativeActivity}: java.lang.IllegalArgumentException: Unable to load native library: /data/app-lib/com.sample.teapot-2/libTeapotNativeActivity.so
If I make APP_STL any of the supported values with shared I get this error, and with static it works fine. I'd like to get shared working, to solve this issue in React Native. Does shared STL not work with Houdini? Any workarounds?

Failed to parse SourceMap: .../assets/5817df3/css/bootstrap.min.css.map

i using BootstrapAsset in my project, code run on local is ok. So i check on server has error about SourceMap.
About error:
Failed to parse SourceMap: My Web url/assets/5817df3/css/bootstrap.min.css.map
I try open this url and see error:
I don't know exact problem. So how can i fix it, or show me how to debug.
Solution is use CDN and config by Customizing Asset Bundles
Please check if you have the same version of bootstrap css and Bootstrap JS.... this happened to me because i had different versions.

LibGDX - Reading "uiskin.json" in HTML mode

When I RUN my game project in HTML mode, it runs.
But when i DEPLOY it, after I upload it to a server, that error happens:
GwtApplication: exception: Error reading file: uiskin.json
Error reading file: uiskin.json
Error reading file: uiskin.json
Error parsing file: uiskin.json
usikin.json does not exist
Skin file which is used for widgets cannot be read.
Why is it running only on localhost?
I had the same issue. I fixed it after 2 days of searching by replacing uisking.json file (It seems the native uiskin.json file has syntax errors when reading it in html)
So, try to use this uisking.json:
https://gist.github.com/St1nger13/560d5deaec7c3a4d15d477f43a1095b7
Let me know please, if it helped you :)

Mediasource API Uncaught InvalidStateError: An attempt was made to use an object that is not

Media source API is working fine when I downloaded all files from https://html5-demos.appspot.com/static/media-source.html . However, when I replaced the name of file in line 137, chrome dev tools gave
Uncaught InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable
I have made no other change to the file and uploaded it on dropbox.
#line 137
`
- var FILE = 'test.webm';
+ var FILE = 'b8756219.webm';
Chrome Version 31.0.1650.63
Ubuntu 13.10
Both are webm files but one of them is giving errors. What am I missing?
`

Failed to load resource: net::ERR_EMPTY_RESPONSE

I came across the following error in chrome for this url.
Failed to load resource: net::ERR_EMPTY_RESPONSE http://upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/16px-Nuvola_apps_kaboodle.svg.png
I'm able to open the url provided in the error message without any errors.
So, What is the reason for the error?
I have this issue in my website with the file indexMob.js since I installed Avast Antivirus.
When I disabled the web shield feature its solved the issue.