lagrange icon indicating copy to clipboard operation
lagrange copied to clipboard

Possible Titan Bug

Open ghost opened this issue 3 years ago • 2 comments

If the Titan server errors out (for example, because the file size is too big, or wrong mimetype, or no certificate or token) while a relatively big file (e.g. 5MB) upload is still uploading, instead of showing the error message sent by the server, this message is shown:

image

There's a chance this could just be a problem with my own server, but I'm not entirely sure.

ghost avatar Jul 09 '22 20:07 ghost

The error could be incorrectly presented to the user here. The "Incomplete Header" message is only supposed to be shown if the server responds with some nonsense or nothing at all.

skyjake avatar Jul 16 '22 11:07 skyjake

Version 1.13.6

I'm uploading a file that's too big for the server, the server returns 50 File too big\r\n Lagrange's upload byte counter keeps increasing once or twice and then the application becomes unresponsive - the close button on the upload dialog still works however

EDIT: Same behavior on the url OP posted. EIDT: Only happens at a certain filesize - small files get rejected correctly. files ~100mb+ cause the bug

Alumniminium avatar Aug 23 '22 08:08 Alumniminium