carderne / signal-export

Export your Signal chats to markdown files with attachments
Other
436 stars 46 forks source link

docker returned non-zero exit status 125 #75

Closed LatentPirate closed 1 year ago

LatentPirate commented 1 year ago

Hello

Desktop :

I tried to do the installation with and without the Doker. But as I understand, it is used anyway. The program is started with the following command: sigexport ./output --source ./DirWithSQLDirAndConfigJSON

After a few seconds I get the following error: Docker process failed, see logs below command '['docker','run','-rm','--volume=MyDir:/Signal','carderne/sigexport:latest']' returned non-zero exit status 125

I don't know whether it is important or not, but I use the internet with proxy. Thanks, I hope for your help!

carderne commented 1 year ago

Try running that command in the terminal and see what happens.

docker run --rm --pull=always --volume MyDir:/Signal carderne/sigexport:latest
LatentPirate commented 1 year ago

Thanks for the answer I won't have access to a computer with a signal until Monday. I will definitely try your advice and write an answer. It's just strange that no one but me has ever encountered this problem.

LatentPirate commented 1 year ago

I get proxychains error: connection refused

LatentPirate commented 1 year ago

Is there a method for usage your project without Docker?

carderne commented 1 year ago

I get proxychains error: connection refused

No idea what this means, and Google isn’t very helpful. Try this:

docker run hello-world

That will presumably give the same error and confirm that there is something wrong with your Docker installation and you’ll need to figure that out.

carderne commented 1 year ago

Is there a method for usage your project without Docker?

Yes, but it can be a bit hard to get it working.

LatentPirate commented 1 year ago

i did it for debian, but it still works with docker

marcusquinn commented 1 year ago

Updating Docker to latest fixed for me