Ticket #1 (closed task: fixed)

Opened 3 years ago

Last modified 3 years ago

Fix info_hash issues

Reported by: m Owned by: m
Priority: major Milestone: 1.0
Component: Encoder Keywords:
Cc:

Description

Currently the info_hash value is not reliable.

See this test: via Trac via Subversion

$ php infohash.php -t freebsd.torrent
Info Hash
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This:           0791235cefbd8bd48e5b2993383e13148d5ac06b
btshowmetainfo: 631a927ff9408c13f433e9abadf1263fce809864
gagge:          da8941a450a75e7b8861d9266ecf8f9c7a94d277

Change History

Changed 3 years ago by m

  • type changed from defect to task

Changed 3 years ago by m

Justin has researched into this a bit and mentions that utf8 encoding may be the Problem.

Changed 3 years ago by m

  • status changed from new to closed
  • resolution set to fixed

Justin was right. I removed the UTF8 stuff in [28] and it works now.

php infohash.php -t freebsd.torrent

Info Hash
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This:           631a927ff9408c13f433e9abadf1263fce809864
btshowmetainfo: 631a927ff9408c13f433e9abadf1263fce809864
}}
Note: See TracTickets for help on using tickets.