-
-
Notifications
You must be signed in to change notification settings - Fork 425
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
json.exception.type_error UTF8 when converting .laz file on Ubuntu #587
Comments
I am facing a similar issue
|
|
I'm facing the same problem with a .LAS file of 2.6 GB with a build from Have been testing with other files, with different sizes and this is the only one that keeps failing. So for me it's not flaky as with @thes3m It does work on 1.6 (4e393bf)
|
Nevermind. Because of this issue nlohmann/json#1583 I tried added some language settings to my Dockerfile and it works now.
|
@wwwouter i was having the same issue, even after adding the following:
I have followed this git potreeconverte and built my own image, but i still get the above error. Any idea? |
This is the Dockerfile that I'm using. I'm also running Node.js, so it's probably more than you need:
|
did anyone find a different working solution here? Ran into the same problem and the docker code above does not seem to fix it for me .. |
I landed here because I was pointing to a non-existent input file!
|
Hi,
I get an exception when converting .las file with potree converter 2.0. Potree converter was build from source in ubuntu:20:04 docker container. Sometimes the command goes through when fiddling with locales, however I could not figure out exact issue why it is not working. Here is the log:
It looks like there is some sort of issue writing a
log.txt
file, because it is empty but I might be wrong. Also when running a command multiple times the "index" changes a bit, therefore it probably isn't related to the file that is beeing processed. Sometimes the conversion is successful but I can't say why.I also tried converting the file on Windows and the conversion is successful.
Any help or workaround for this issue would be appriciated.
Thanks
The text was updated successfully, but these errors were encountered: