"bt_torrents.metadata" has type "blob" with max size of 65535.
And when I try to upload torrent-file larger than 64K, it fails.
So we must either change "metadata" type to MEDIUMBLOB or LONGBLOB, or remove this field and use actually uploaded file and I think this would be better.

Comments

liquixis’s picture

Status: Active » Fixed

"metadata" field was removed from table and now actually uploaded file is used.

Jackinloadup’s picture

overall isnt that only for the 10.x release. Which i think us that are using bittorrent.module would consider to be the current. I have a patch i need to submit. I will try to clean it up and post it tonight or tomorrow.

liquixis’s picture

That is for current version.

I'm currently not so familiar with release system, so I don't use it for the present.
The current version you always (until I'll start using release system) as mentioned at main project page can download from http://drupal.org/node/441488 thread.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.