-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ppaste not work with jpg file? #80
Comments
That is super odd. I'll look at this later today. |
Wait, did you join and upload the image to nopaste.net or your docker's IP address? The nopaste.net instance has pretty strict limits. Your example talks about nopaste.net AND the docker image. That doesn't quite adds up. |
yeah, i use binaries that's ok. i think i was mixed up between them.. thx .. |
So I assume this can be closed? Please reopen if you're still having issues. |
hi~ i think this is an awesome project .
but when i tried to paste some jpg images via https://nopaste.net/ something wrong occured.
steps:
docker pull binwiederhier/pcopy alias pcopy="docker run --rm -v ~/.cache/pcopy:/var/cache/pcopy -v ~/.config/pcopy:/etc/pcopy -p 2586:2586/tcp -it binwiederhier/pcopy" alias pcp="pcopy copy" alias ppaste="pcopy paste"
pcopy join nopaste.net
ppaste XXXXXXXX > xx.jpg
then it seems the file is broken. but i use curl that's ok.
The text was updated successfully, but these errors were encountered: