-
Notifications
You must be signed in to change notification settings - Fork 27
Error trying to upload a "big" torrent file #255
Copy link
Copy link
Closed
Labels
Description
I'm testing with real torrents like this:
I get a Bad Request response trying to upload the torrent to the backend. I think the problem is the torrent is too big (2.2MB).
I've been debugging, and the error is thrown here.
while let Some(chunk) = field.chunk().await.map_err(|_| (ServiceError::BadRequest))? {
torrent_cursor.write_all(&chunk)?;
}I am still determining the reason. I must first check if the backend is receiving the whole torrent data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status