RudyB / Deluge-Remote

iOS App That Remotely Controls Deluge Torrent Clients
134 stars 9 forks source link

[Bug] Failed to add torrent (from sharing menu or clicking on torrent) #26

Closed joshkerr closed 4 years ago

joshkerr commented 4 years ago

I'm getting "Failed to add torrent" when i try to add torrents from the Files app or by clicking on the torrent file and choosing "Share". If I add the file from Deluge-Remote directly by choosing the plus button and then choosing the file, it works fine. This is with the new 1.3.0 version.

The log file doesn't have anything useful in it. Just the INFO: Application Launching

RudyB commented 4 years ago

Okay I was able to replicate it. Fixing it now

RudyB commented 4 years ago

@joshkerr Okay I have fixed the issue in 1.3.1

I completely changed the way that files were handled in the app to lay the groundwork for a watch directory where .torrent files would be automatically added. I suppose this kind of regression was to be expected. I did some basic testing and it seemed to be working. Can you try and break it?

joshkerr commented 4 years ago

Seems to work after the 1.3.1 update. Will hammer it later today and report back.

RudyB commented 4 years ago

Have at it! You seem to be really good at breaking my code.

joshkerr commented 4 years ago

The new system is working very well. My only complaint (I can open a new issue on it if you want) is that after adding a bunch of torrents you have to click back through a bunch of torrent details pages to get to the main view of all of your torrents. Maybe after adding a new torrent you should be deposited back to the main torrent view with that new torrent highlighted?

RudyB commented 4 years ago

@joshkerr Maybe it would make more sense to be able to upload multiple torrents at once? Want to create a feature request issue for that?