Closed (fixed)
Project:
BitTorrent
Version:
6.x-9.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2009 at 08:29 UTC
Updated:
24 Jun 2009 at 06:40 UTC
"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
Comment #1
liquixis commented"metadata" field was removed from table and now actually uploaded file is used.
Comment #2
Jackinloadup commentedoverall 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.
Comment #3
liquixis commentedThat 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.