dredkin / deluge-rbb

This plugin adds "Browse" button to Add torrent dialog in client-server mode
GNU General Public License v2.0
27 stars 4 forks source link

Browse button does not change location #10

Open haydster7 opened 10 years ago

haydster7 commented 10 years ago

I just added a torrent, pressed the browse button to change to a directory I wanted, then pressed add. The torrent added to the location in the Deluge box (the unchanged default) instead of where i specified in the browse dialogue. Here is the server log ^^ Relevant lines start at around line 1040 Here is the client log ^^ Relevant lines start at around line 172

dredkin commented 10 years ago

Did the value in "store folder" text box change after you closed the "select folder" dialog? P.S. What is the autoadd plugin? Can it interfere somehow?

dredkin commented 10 years ago

I cannot see anything criminal in the log. Try new version 0.1.5 - I've added some more logging.

dredkin commented 10 years ago

Eagerly waiting for new logs...

haydster7 commented 10 years ago

Sorry about the delay, the value did change on the browse plugin dialogue, but the value did not change on the in-built deluge location box.

Here is the new server log < line 1565 Here is the new client log < line 223

As you can see below that line in the server log, the location is still set to the default. The box on the main deluge add dialogue never changes.

dredkin commented 10 years ago

Aha. Now I'm starting to understand the situation. Log says, that right before pressing browse download path edit box was empty, and after closing "select folder" dialog it changed to "D:\Users\Hayden\Downloads". Question: what was the real contents of download path (before and after browsing)?

haydster7 commented 10 years ago

It just said "Unsorted" This is the default path which is in "D:\Users\Hayden\Downloads\Unsorted"

HM

On 14 November 2014 16:00, dredkin notifications@github.com wrote:

Aha. Now I'm starting to understand the situation. Log says, that right before pressing browse download path edit box was empty, and after closing "select folder" dialog it changed to "D:\Users\Hayden\Downloads". Question: what was the real contents of download path (before and after browsing)?

Reply to this email directly or view it on GitHub https://github.com/dredkin/deluge-rbb/issues/10#issuecomment-63014362.