bepasty-server icon indicating copy to clipboard operation
bepasty-server copied to clipboard

bepasty-cli creating broken items

Open makefu opened this issue 9 years ago • 4 comments

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

makefu avatar Jun 29 '15 22:06 makefu

any updates?

makefu avatar Aug 06 '15 09:08 makefu

@NotANormalNerd ^^

ThomasWaldmann avatar Aug 06 '15 12:08 ThomasWaldmann

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.

ThomasWaldmann avatar Sep 19 '18 15:09 ThomasWaldmann

neat, thanks!

makefu avatar Sep 19 '18 20:09 makefu