Flood-UI / flood

A web UI for rTorrent, qBittorrent and Transmission with a Node.js backend and React frontend. Migrate to v4: https://github.com/jesec/flood/wiki/Migrate-from-older-versions-of-Flood.
https://flood.js.org
GNU General Public License v3.0
1.81k stars 173 forks source link

Hash checking stopped magnets changes date to '1/1/1970' #358

Open wopian opened 7 years ago

wopian commented 7 years ago

Steps to reproduce 70% of the time:

  1. Batch add magnets with no trackers (DHT only) with Start Torrent unticked
    • ABCDEF.meta, 5/13/2017 (today's date)
  2. Select added torrents and check their hashes
  3. Keep torrents selected and start them
  4. Once torrent metadata downloads they sometimes become:
    • Ubuntu 17.04, 1/1/1970
jfurrow commented 7 years ago

This is interesting! I'll need to do more exploration around magnet links, but it sounds like Flood should immediately force the hash check when magnet links are added, and apply the date property after the hash check completes.