Opened 9 years ago

Closed 8 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 by Bro, 9 years ago

Cc: Bro added

Add bro to cc

comment:2 by Calum, 8 years ago

Resolution: WorksForMe
Status: newclosed

With unicode_literals this shouldn't occur now ;)

comment:3 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.