ptpb / pb

pb is a formerly-lightweight pastebin and url shortener
Other
552 stars 52 forks source link

pasting content does not work #206

Closed Cephra closed 6 years ago

Cephra commented 6 years ago

When I run: echo "something" | curl -F c=@- https://ptpb.pw/ I get this: status: no post content

Why is this happening?

buhman commented 6 years ago

Why is this happening?

Are you running curl 7.56.0 ? There was a regression in that exact version that was fixed in 7.56.1.

Cephra commented 6 years ago

Yeah I'm running exactly that. Gonna have to upgrade then. Thank you for the quick help!