bepasty-server
bepasty-server copied to clipboard
bepasty-cli creating broken items
When pasting an empty file to the bepasty-server, the +list
function stops working because of IOError as it tries to read an empty Meta-data file.
How to reproduce:
echo -n | bepasty-cli
<400 server error>
curl http://localhost/+list
<400 server error>
IOError: File not open for writing
any updates?
@NotANormalNerd ^^
Note: I fixed #147 which fixes the +list issue.
This issue (that bepasty-cli creates such broken items) is a separate issue and not fixed yet.
neat, thanks!