Opened 9 years ago

Closed 7 years ago

Last modified 6 years ago

#2755 closed bug (WorksForMe)

UnicodeWarning: torrentmanager.py (download_location" != "move_completed_path"

Reported by: bro Owned by:
Priority: minor Milestone: 2.0.0
Component: Core Version: develop
Keywords: Cc: bro

Description

Got this on develop (9726481fb4a31a20ab9b79b804ae20aa72cafc7a)

/home/bro/programmer/deluge/workdirs/develop-running/deluge/core/torrentmanager.py:917: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  torrent.options["download_location"] != torrent.options["move_completed_path"]:

Change History (3)

comment:1 Changed 8 years ago by bro

  • Cc bro added

Add bro to cc

comment:2 Changed 7 years ago by Cas

  • Resolution set to WorksForMe
  • Status changed from new to closed

With unicode_literals this shouldn't occur now ;)

comment:3 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.