shapefile icon indicating copy to clipboard operation
shapefile copied to clipboard

NodeJS 18 Error Reading Files

Open crh3675 opened this issue 1 year ago • 0 comments

I have seen this with several projects reading array buffers and streams that are failing. Seems to be an issue with the underlying stream-source library but can't be 100% sure.

Error is:

Error: unsupported shape type: 1120127468
    at new Shp (/home/ec2-user/Learning/shapefile/dist/shapefile.node.js:245:33)
    at /home/ec2-user/Learning/shapefile/dist/shapefile.node.js:239:12
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async Promise.all (index 0)

crh3675 avatar Oct 23 '23 19:10 crh3675