Autodesk forge Document Bowser click on any thumbnail show error in console - autodesk-forge

Autodesk forge loaded .rvt file able to view document browser and thumbnails.
When click on thumbnails showing console error and loading symbol.
Uncaught (in promise) undefined
Promise.then (async)
_tryLoad # Panel.js:229
n.onTreeNodeClick # TreeViewDelegate.js:49
(anonymous) # Tree.js:572

Related

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

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

Failed to load Json File in Kaggle Kernel using load_dataset(), but works in Google Colab and Local System

I am trying to load a json file using the load_dataset method in the Huggingface Datasets library in the Kaggle Kernel. This is the code:
data=load_dataset("json",data_files="/kaggle/input/dataset/gold_summaries_test.json")
I get the following error only when I am working in the Kaggle Kernel.
AttributeError: 'list' object has no attribute 'keys'
Below is a preview of the json file I am trying to load.
gold_summaries_test.json
This error does not occur when loading the file in Google Colab, or on a python console in my local system.

Autodesk Forge error 404 from the browser using the tutorial

following https://learnforge.autodesk.io/#/
when I try to run the debugger the browser console shows
localhost/:1 Failed to load resource: the server responded with a status of 404 (Not Found)
This is the second time attempting and I followed the Autodesk instructions closely.

Getting 404 quill.min.js.map error with Primefaces 8

I am using primefaces texteditor and primefaces-extension ckeditor both on the same page.
DevTools failed to load SourceMap: Could not load content for http://localhost:8080/XX/javax.faces.resource/texteditor/quill.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
You can ignore that error. It is because PF TExtEditor uses QuillJS and it has this line in its JS.
//# sourceMappingURL=quill.min.js.map
And that file does not exist because PF does not include it. the browser Dev Tools just attempt to load it to help you debug.
Disable source map checks in Chrome: https://stackoverflow.com/questions/35002087/disable-source-maps-in-chrome-devtools#:~:text=2%20Answers&text=Open%20Developer%20Tools%2C%20go%20to,under%20the%20%22Sources%22%20settings.&text=You%20can%20double%20click%20line,files%20to%20unminified%20output%20files.

Flutter Web main.dart.js.map issue

I have deployed one flutter web app. when it is loaded in console I can see the error as follows.
is this file require for functional website?
DevTools failed to load SourceMap: Could not load content for http://localhost:8080/main.dart.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE