Opened 5 years ago

Closed 5 years ago

#3204 closed bug (Fixed)

No torrent info

Reported by: firefox Owned by: Cas
Priority: blocker Milestone: 2.0.0
Component: Core Version: develop
Keywords: Cc:

Description

dev 7271 blocking bug. no info on gtk.

Attachments (1)

Schermata del 2018-10-21 19-22-23.png (106.2 KB) - added by firefox 5 years ago.

Download all attachments as: .zip

Change History (4)

Changed 5 years ago by firefox

comment:1 Changed 5 years ago by firefox

[ERROR ][deluge.core.rpcserver :1207] Exception calling RPC request: 'ascii' codec can't decode byte 0xc2 in position 56: ordinal not in range(128)

File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 317, in dispatch

ret = self.factory.methods[method](*args, kwargs)

File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 769, in get_torrent_status

all_keys=not keys,

File "/usr/lib/python2.7/dist-packages/deluge/core/core.py", line 744, in create_torrent_status

torrent_keys, diff, update=update, all_keys=all_keys

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 1013, in get_status

status_dict[key] = self.status_funcs[key]()

File "/usr/lib/python2.7/dist-packages/deluge/core/torrent.py", line 940, in get_name

.path.replace('
', '/', 1)

Version 0, edited 5 years ago by firefox (next)

comment:2 Changed 5 years ago by Cas

  • Owner set to Cas
  • Status changed from new to assigned

Thanks for reporting, fix in progress: https://github.com/deluge-torrent/deluge/pull/222

comment:3 Changed 5 years ago by Cas

  • Resolution set to Fixed
  • Status changed from assigned to closed
Note: See TracTickets for help on using tickets.