mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.67k stars 529 forks source link

Export failed Export failed for an unknown reason #638

Closed attikov closed 2 months ago

attikov commented 2 months ago

call stack

TypeError: gui.promisify is not a function at mapshaper-gui.js:2467:19 at Object.writeFiles (mapshaper.js:11719:12) at exportMenuSelection (mapshaper-gui.js:4755:24) (anonymous) @ mapshaper-gui.js:4718 Promise.catch (async) (anonymous) @ mapshaper-gui.js:4713 setTimeout (async) onExportClick @ mapshaper-gui.js:4712

sergeykim09 commented 2 months ago

Same issue: mapshaper-gui.js:4718 TypeError: gui.promisify is not a function at mapshaper-gui.js:2467:19 at Object.writeFiles (mapshaper.js:11719:12) at exportMenuSelection (mapshaper-gui.js:4755:24) @mbloch

jaspreetsinghchhabra commented 2 months ago

Encountered the same issue. It was working fine till yesterday for me.

mapshaper-gui.js:4718 TypeError: gui.promisify is not a function at mapshaper-gui.js:2467:19 at Object.writeFiles (mapshaper.js:11719:12) at exportMenuSelection (mapshaper-gui.js:4755:24)

mbloch commented 2 months ago

Should be fixed now, thanks for reporting.