"Add URL" doesn't work.

General support for problems installing or using Deluge
Post Reply
User avatar
irfan
Leecher
Leecher
Posts: 70
Joined: Sun Jun 03, 2007 5:36 pm
Location: Poland

"Add URL" doesn't work.

Post by irfan »

"Add URL" doesn't work...

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1144, in add_torrent_url_clicked
    entry.set_text(text)
TypeError: GtkEntry.set_text() argument 1 must be string, not None
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: "Add URL" doesn't work.

Post by markybob »

irfan wrote:"Add URL" doesn't work...

Code: Select all

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1144, in add_torrent_url_clicked
    entry.set_text(text)
TypeError: GtkEntry.set_text() argument 1 must be string, not None
fixed.
User avatar
irfan
Leecher
Leecher
Posts: 70
Joined: Sun Jun 03, 2007 5:36 pm
Location: Poland

Re: "Add URL" doesn't work.

Post by irfan »

It still doesn't work in svn745.

Code: Select all

Applying preferences
Showing window
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1145, in add_torrent_url_clicked
    entry.set_text(text)
TypeError: GtkEntry.set_text() argument 1 must be string, not None
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: "Add URL" doesn't work.

Post by markybob »

irfan wrote:It still doesn't work in svn745.

Code: Select all

Applying preferences
Showing window
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 1145, in add_torrent_url_clicked
    entry.set_text(text)
TypeError: GtkEntry.set_text() argument 1 must be string, not None
i dont know what to tell you; it's working here. try a clean svn
Post Reply