You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to trans obj to b3dm/tileset, a range error came out. Is there anybody can help? Thanks a lot.
node:internal/errors:541
throw error;
^
RangeError [ERR_OUT_OF_RANGE]: The value of "length" is out of range. It must be >= 0 && <= 2147483647. Received 2412816608
at Object.write (node:fs:854:5)
at writeAll (node:fs:2216:6)
at node:fs:2305:7
at FSReqCallback.oncomplete (node:fs:194:23) {
code: 'ERR_OUT_OF_RANGE'
}
The text was updated successfully, but these errors were encountered:
When I try to trans obj to b3dm/tileset, a range error came out. Is there anybody can help? Thanks a lot.
node:internal/errors:541
throw error;
^
RangeError [ERR_OUT_OF_RANGE]: The value of "length" is out of range. It must be >= 0 && <= 2147483647. Received 2412816608
at Object.write (node:fs:854:5)
at writeAll (node:fs:2216:6)
at node:fs:2305:7
at FSReqCallback.oncomplete (node:fs:194:23) {
code: 'ERR_OUT_OF_RANGE'
}
The text was updated successfully, but these errors were encountered: