EngineHub / EngineHub/SchematicWebViewer
Invalid tag value
- Dominant language
- TypeScript
- Stars
- 77
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
I tried to load a .schem file and a .nbt file and ran in both cases in this issue:
Error: Invalid tag value
at getTagType (nbt.js:15:9)
at nbt.js:30:12
at Array.forEach ()
at tagToRecord (nbt.js:28:20)
at loadVersion2 (version2.js:49:5)
at loadSchematic (loader.js:45:15)
at renderer.js:113:13
at Generator.next ()
at renderer.js:44:66
at new ZoneAwarePromise (zone.js:2702:25)
This is the configuration i used:
```
renderSchematic(document.querySelector('#schematicRenderer'), base64, {
size: {
width: 889,
height: 500
},
corsBypassUrl: 'https://corsproxy.io/'
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.