Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFC file containing "$" in header fails to load #498

Closed
5 tasks done
jenslind opened this issue Sep 19, 2024 · 2 comments
Closed
5 tasks done

IFC file containing "$" in header fails to load #498

jenslind opened this issue Sep 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@jenslind
Copy link

Describe the bug 📝

I have an IFC model containing the following header:

FILE_DESCRIPTION($,'2;1');

which fails to load with the following error being thrown:

Uncaught (in promise) TypeError: Cannot read properties of null (reading '0')
at .getDescriptionInfo (@thatopen_components.js?v=749602ea:8678:15)
at .getAllGeometries (@thatopen_components.js?v=749602ea:9009:25)
at .load (@thatopen_components.js?v=749602ea:8942:26)

It looks like the same issue discussed in #207

Reproduction ▶️

No response

Steps to reproduce 🔢

No response

System Info 💻

System:
    OS: macOS 14.6.1
    CPU: (11) arm64 Apple M3 Pro
    Memory: 97.08 MB / 18.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.11.1 - /usr/local/bin/node
    Yarn: 1.22.21 - /usr/local/bin/yarn
    npm: 10.2.4 - /usr/local/bin/npm
  Browsers:
    Chrome: 128.0.6613.138
    Edge: 128.0.2739.79
    Safari: 17.6

Used Package Manager 📦

npm

Error Trace/Logs 📃

No response

Validations ✅

  • Read the docs.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
  • Check that this is a concrete bug. For Q&A join our Community.
  • The provided reproduction is a minimal reproducible example of the bug.
@jenslind jenslind added the bug Something isn't working label Sep 19, 2024
@helenkwok
Copy link
Contributor

I got it! I have messaged @HoyosJuan

@agviegas
Copy link
Contributor

Fixed from @thatopen/[email protected] thanks to @helenkwok!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants
@jenslind @agviegas @helenkwok and others