Wpress-Extractor icon indicating copy to clipboard operation
Wpress-Extractor copied to clipboard

Getting segmentation fault

Open tscholze opened this issue 2 years ago • 6 comments

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

[1]    3623 segmentation fault  ./wpress_extractor foo.wpress

tscholze avatar Feb 19 '22 16:02 tscholze

  • Delete the wpress_extractor downloaded
  • Install NodeJS, if not already installed
  • Go to the directory with the .wpress file
  • Run: npx wpress-extractor foo.wpress
  • Confirm the question asked about install wpress-extractor package
  • Done

matheusesramos avatar Mar 15 '22 01:03 matheusesramos

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.

BrettBedarf avatar Mar 30 '22 04:03 BrettBedarf

@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

adrian-marinescu-ch avatar Apr 25 '22 13:04 adrian-marinescu-ch

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. :)

tscholze avatar Apr 25 '22 17:04 tscholze

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

adrian-marinescu-ch avatar Apr 25 '22 17:04 adrian-marinescu-ch

@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!

Joshua-romil avatar Oct 19 '23 10:10 Joshua-romil