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

Why would this error be reported #25

Open
jingyangking opened this issue Apr 10, 2024 · 4 comments
Open

Why would this error be reported #25

jingyangking opened this issue Apr 10, 2024 · 4 comments

Comments

@jingyangking
Copy link

Uncaught RangeError: Maximum call stack size exceeded
at ue.update (threedtiles.min.js:2:142509)
2e23ab81c4ecbdd4a0efd30d5de5b14

@ebeaufay
Copy link
Owner

Just a stack overflow it seems.

The url needs to be a url, it can't be a local file path.
Can you try to use a local http server? I use this to launch a test http-server: https://www.npmjs.com/package/http-server

@jingyangking
Copy link
Author

Just a stack overflow it seems.

The url needs to be a url, it can't be a local file path. Can you try to use a local http server? I use this to launch a test http-server: https://www.npmjs.com/package/http-server

Sorry, I'm a bit clumsy and don't understand any local HTTP servers, but I can send you my model to try, as I also need to convert it to 3tiles

@ebeaufay ebeaufay closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2024
@mchao123
Copy link

mchao123 commented Sep 18, 2024

@ebeaufay I'm having the same problem, could it be caused by the model being too large?

image

@ebeaufay
Copy link
Owner

You're also getting stack overflow?

Can you show me the full console error?

@ebeaufay ebeaufay reopened this Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants