question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unhandled Rejection Error trying to Import Graph XSLX

See original GitHub issue

As per the most recent comments in #233, I was able to get Digital Twins Explorer running in a Docker container.

I am able to successfully upload my Models (via the GUI) and when I try to import a Graph XLSX (which I’ve seen work before) I receive the following error:

Unhandled Rejection (TypeError): this.props.setIsDisplayNameAsteriskPresent is not a function GraphViewerCytoscapeComponent.addTwins src/app/client/src/components/GraphViewerComponent/GraphViewerCytoscapeComponent/GraphViewerCytoscapeComponent.js:254

I’m not curious if this is the same problem experience using the Azure Portal to execute the same import. The only difference is the error isn’t shown in the portal, only the spinning wait icon which never times (or errors) out.

The same behavior happens if JSON file format is used. Using a file that was exported from the Explorer.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

2reactions
darsneycommented, Dec 14, 2021

The hotfix has been rolled to the hosted explorer, closing out. Thanks for the heads up everyone, sorry about that!

2reactions
darsneycommented, Dec 14, 2021

Just put a PR up for a hotfix, should be rolled by end of day

https://github.com/Azure-Samples/digital-twins-explorer/pull/239

Read more comments on GitHub >

github_iconTop Results From Across the Web

does not contain a default export even after being correctly ...
The problem is that you are trying to import a default module (which was exported using export default ), but you didn't export...
Read more >
Unhandled Rejection error when opening an excel file.
I tested it previously in the Codesandbox and there was no issue when opening some random excel file, but locally there is some...
Read more >
Can't use this package on browser · Issue #810 · exceljs ...
I'm trying to use exceljs on browser to read some XLSX files. But, when I tried to import using. import Excel from 'exceljs';....
Read more >
exceljs - npm
Read, manipulate and write spreadsheet data and styles to XLSX and JSON. Reverse engineered from Excel spreadsheet files as a project.
Read more >
Top Excel Import Errors and How to Solve for Them - Flatfile
This Excel import error can be caused by limits set by the program using the file or the amount of available memory on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found