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

A simple windows app that allows you to extract .wpress files created by the awesome All-in-one-Wp-Migration plugin

Results 27 Wpress-Extractor issues
Sort by recently updated
recently updated
newest added

I got the error message, using the macOS binary that's behind the "download" link: ``` [1] 3623 segmentation fault ./wpress_extractor foo.wpress ```

So firstly thanks for this, hopefully it saves me some time finding an old page backup i need. so windows cmd is old, long and boring lol.... DRAG REQUIRED FILE...

Not really familiar with Golang, but heres a stack trace of the tool not working on mac os 10.13.6 ``` Wpress Extracter. kushview.local-20190304-162814-885.wpress runtime: newstack sp=0xc820032f40 stack=[0xb3a24ca69de, 0xc820032fe0] morebuf={pc:0x18271 sp:0xc820032f50...

fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0x6f98e254ea9 pc=0x1df19] runtime stack: runtime.throw(0x13e800, 0x2a) /usr/local/go/src/runtime/panic.go:527 +0x90 runtime.sigpanic() /usr/local/go/src/runtime/sigpanic_unix.go:12 +0x5a runtime.(*gcWork).put(0xc82001c720, 0xc820494060) /usr/local/go/src/runtime/mgcwork.go:87 +0x49 runtime.greyobject(0xc820494060, 0x0, 0x0, 0xc81ffdb5fc, 0x0,...

Getting this every time I try to run, I'm on Mac OS High Sierra. ``` fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0x1e15a] runtime stack: runtime.throw(0x13e800,...

Hi there, Im trying to extract a .wpress file. After a while i get an error in CMD. "Error = EOF" Anybody know how to fix this?

I try to compile with Go but unsucess... do you know other app to extract wpress files on linux? thanks

I'm only seeing plugins and mu-plugins when I extract. Exp. https://share.getcloudapp.com/YEuodxpx What am i missing or doing wrong? I did move to a new empty folder prior to extracting on...

Hi and thanks for this tool. I am a Mac User and unfortunately unable to run the code in the terminal. The error message is "Permission denied". Do you have...

Go evolved and added support for go modules. By adding a go.mod file the underlying dependency can be declared local to project and it won't be put into a global...