Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 2449)

Ticket Resolution Summary Owner Reporter
#713 WontFix WebUI Label Button Missing damoxc czer323@…
Description

Using Ubuntu 8.10.

Unable to assign labels to selected torrents in non-ajax white template webui. The button across the top are missing only the label button. I am able to assign labels from within an X window with gtk, but that defeats the purpose of using it remotely with a webpage.

I have used 1.0.7 successfully. The issue started when I installed rc2. When I upgraded to RC3 the issue was still present. I did not attempt to use RC1, so I am not sure if the issue was presented there.

I did attempt to use the Ajax form but if I have labels enabled, it creates a whole new set of problems. The list of torrents section displaces itself to under the advanced selected info.

#2875 Fixed WebUI Json dumps Error yueyoum
Description

when upload torrent via the web ui which the torrent's content contains CJK (Chinese, Japanese, Korea) and not encoding by UTF8,

An Error will occurred at https://github.com/deluge-torrent/deluge/blob/develop/deluge/ui/web/json_api.py#L213

The error message is:

[ERROR   ] 11:59:38 json_api:271 'utf8' codec can't decode byte 0xe5 in position 0: invalid continuation byte
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 293, in render
    d = self._on_json_request(request)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 265, in _on_json_request
    return self._send_response(request, response)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/web/json_api.py", line 276, in _send_response
    response = json.dumps(response)
  File "/usr/lib/python2.7/json/__init__.py", line 243, in dumps
    return _default_encoder.encode(obj)
  File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
    chunks = self.iterencode(o, _one_shot=True)
  File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
    return _iterencode(o, 0)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xe5 in position 0: invalid continuation byte

I try to change response = json.dumps(response) to response = json.dumps(response, ensure_ascii=False), this can fix the error.

The torrent in the attach file.

#2348 WorksForMe webui js crashes in opera damoxc pigmoney
Description

in opera UI is loaded, but login popup is not displayed. Tried from chrome browser with all going OK.

Client is Opera Version 12.15, Build 1748, Platform Win32, System Windows 7
Popups and all blocking features disabled as this is my home server.


Deluge is installed from standard repo:
[root@server /var/lib/deluge/.config/deluge]# deluged -v
deluged: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# deluge-web -v
deluge-web: 1.3.6
libtorrent: 0.16.8.0
[root@server /var/lib/deluge/.config/deluge]# uname -a
Linux server.home 3.9.6-200.fc18.x86_64 #1 SMP Thu Jun 13 18:56:55 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

according to opera's dragonfly debugger, the exception is on line 13651 of ext-all.js, code looking like:

if (this.frame) {
  a.insertHtml("afterBegin", String.format(Ext.Element.boxMarkup, this.baseCls));
  this.createElement("header", h.firstChild.firstChild.firstChild);
  this.createElement("bwrap", h);
  k = this.bwrap.dom;
  var c = h.childNodes[1],
      b = h.childNodes[2];
  k.appendChild(c); '''<--- error here'''

Error text: Unhandled DOMException: HIERARCHY_REQUEST_ERR

Call stack:
onRender ext-all.js:13651
onRender ext-all.js:25578
render ext-all.js:8629
init ext-all.js:26145
initialize deluge-all.js:8212
(anonymous) deluge-all.js:8352
(anonymous) ext-all.js:169
Ext.util.DelayedTask ext-all.js:1332
(global)
Note: See TracQuery for help on using queries.