fifthsegment / Wpress-Extractor

A simple windows app that allows you to extract .wpress files created by the awesome All-in-one-Wp-Migration plugin
447 stars 121 forks source link

Getting segmentation fault #32

Open tscholze opened 2 years ago

tscholze commented 2 years ago

I got the error message, using the macOS binary that's behind the "download" link:

[1]    3623 segmentation fault  ./wpress_extractor foo.wpress
matheusesramos commented 2 years ago
BrettBedarf commented 2 years ago

npx wpress-extractor foo.wpress

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/wpress-extractor - Not found
npm ERR! 404
npm ERR! 404  'wpress-extractor@latest' is not in this registry.
adrian-marinescu-ch commented 2 years ago

@BrettBedarf try with npx wpress-extract foo.wpress Or if it still doesn't work, you can use the online version from here: traktor.servmask.com

tscholze commented 2 years ago

Hi @adrian-marinescu-ch your tip does not work :'( But the online version did. I assume that's on my fault but where is the "download all" button? I do not want to download each file on its own. :)

adrian-marinescu-ch commented 2 years ago

@tscholze Then download the native version: traktor.wp-migration.com

Joshua-romil commented 1 year ago

@BrettBedarf try with npx wpress-extract foo.wpress Or if it still doesn't work, you can use the online version from here: traktor.servmask.com

This worked for me!