Project:BitTorrent
Version:6.x-9.2-alpha3
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

i am sure that ipv6 private tracker have some problem, but i don't know where is the point ,just report here:
1.http://bt.neu6.edu.cn , this site in China is a ipv6 only bt site. , i could download *.torrent and download the files using "machineA", it means that machineA's IPV6 enviroment is fine , am i right?
2.i use drupal and project/torrent to build my own server on "machineB" , and this machineB is also IPV6 available.
3.using mathineA to download *.torrent uploaded by machine B , tracker is working but file could not be downloaded.
by the way , because i don't have a ipv6-domain , so i use ip , my announceURL in bittorrent-setting-page is "http://[IPV6-ip]/bt12".
no errors show up , and my bittorrent-client shows that everything goes fine including tracker is working , but just file could not be downloaded.

do i have to register a IPV6-domain to do a further test that i could not use IPV6-ip as an announceURL

Comments

#1

anybody test this project in ipv6 enviroment, please give me some advise

#2

You can send me "bt_*" and "files" tables dump and all torrent-files, and I'll try to figure this out.
But I don't promise, because this can be unpossible for me...

#3

ok , thx overall
attachment1 is ""bt_*" and "files" tables dump " , rename it to *.sql
attachment2 is files , rename it to *.rar
here is my clear test (whole site with database) , you could download it from

http://bbs.bojistudio.org/temp/test_12.rar

do you need anymore information?

AttachmentSize
test_12.sql_.txt 8.73 KB
files.rar_.txt 47.3 KB

#4

do you need anymore information?

Currently I don't know. If I'll need, I'll ask for it.

#5

It seems that I have found the error cause...

Try to comment out line

<?php
$response
['peers'] = torrent_pack_peers($response['peers']);
?>
in "announce_core.php" (the very end of the file).

#6

Please, tell me, if the issue is fixed successfully.

#7

you are a genius , it really works!!!
thx a lot , overall
by the way , your new alpha5 version also has a update-problem while i updated from alpha3 to alpha5 . as i didn't do a clear installation for testing , so i didn't want to post it.

#8

Status:active» fixed

#9

Status:fixed» closed (fixed)

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