Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't add torrents from private trackers #16

Open
xelfer opened this issue Jan 1, 2017 · 9 comments
Open

Can't add torrents from private trackers #16

xelfer opened this issue Jan 1, 2017 · 9 comments
Assignees
Labels

Comments

@xelfer
Copy link

xelfer commented Jan 1, 2017

Hi, I'm unsure if my update to Deluge 1.3.12 caused this, or the fact that I moved it to a new VM in my local network, but I'm unable to add torrents anymore via the context menu. The chrome addon "deluge siphon" still seems to work but I prefer yours. :)

All I'm seeing in the background page log is:

Context menu sending link to Deluge: https://blah.com/download.php/12345/things.torrent
debug_log.js:3 Link is a torrent
debug_log.js:3 Sending URL to deluge
deluge: Checking status
debug_log.js:3 Deluge: Extension activated
debug_log.js:3 Received message: undefined
debug_log.js:3 Object {msg: "extension_activated"}

Any ideas?

@YodaDaCoda
Copy link
Owner

Not sure what's happening there TBH. Does this happen on all links or just some? I'm currently working on refactoring the code a huge amount, so hopefully this won't be a problem in the next release.

@xelfer
Copy link
Author

xelfer commented Jan 3, 2017

hmm now that I check, it seems to only happen with my torrent site.. a general test from https://www.ubuntu.com/download/alternative-downloads works fine.

@YodaDaCoda
Copy link
Owner

Sounds like a bug I'd like to get fixed though... any way you could provide me a page that this is happening on?

@xelfer
Copy link
Author

xelfer commented Jan 3, 2017

private site, i've sent you an invite. :)

@YodaDaCoda
Copy link
Owner

Aha. So the issue here is that the server requires your user session cookie, or else you get sent a 404. Since Deluge doesn't have your cookies, it gets a 404 and just sees it as a bad link.

I need to have the extension download the .torrent locally (so that your user session cookie is used) and send the raw data to deluge. This has been on my internal to-do list for a while.

@YodaDaCoda YodaDaCoda added the bug label Jan 3, 2017
@YodaDaCoda YodaDaCoda self-assigned this Jan 3, 2017
@YodaDaCoda YodaDaCoda changed the title Can no longer add torrents Can't add torrents from private trackers Jan 3, 2017
@xelfer
Copy link
Author

xelfer commented Jan 3, 2017

ahh cool. no rush, awesome you could figure out the reason though. Thanks!

@ihatemyisp
Copy link

I'd love to see this implemented as well.

@devros42
Copy link

Any updates on this? Having the same issue with a private tracker. Torrent files from regular sites seem to get added just fine.

@mpartoglou
Copy link

mpartoglou commented Mar 11, 2018

+1 for this feature, would be a great addition as it's my main use-case. (thanks for building this awesome chrome extension in your spare time!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants