bogenpirat / remote-torrent-adder

A handy Chrome extension to add torrent files to torrent clients
235 stars 81 forks source link

Remote torrent adder doesn't work anymore #197

Closed Marbellasaad closed 7 years ago

Marbellasaad commented 7 years ago

Hello.

Remote Torrent Adder worked a week ago but atm nothing. When i had torrent i have no error code,nothing changed in my setup.

My friend have the same problem. So i tested on Firefox with this addons : https://addons.mozilla.org/en-US/firefox/addon/bittorrent-webui-120685/ and it work. Transdroid work too on android.

I use ruTorrent,i even have reinstalled it completly and tested on a fresh installation. I tested an other chrome extension nammed Xirvik and it doesn't work too,it just gave me an error "timeout".

bogenpirat commented 7 years ago

i've not changed anything in the rutorrent-relevant code in over 2 weeks.

please take a look at the developer console (F12) of this page: https://www.ubuntu.com/download/alternative-downloads as well as the script's background page (chrome://extensions/?id=oabphaconndgibllomdcjbfdghcmenci -> enable developer mode -> views: background page). any errors in either of them? please paste me a screenshot.

if it's urgent, try removing the extension and re-adding it, re-doing your settings.

Marbellasaad commented 7 years ago

Hi,firstly thanks for the (quick)replie. I've already removed my extension two times & reinstalled it.

When i'm the Ubuntu page the console doesn't print anything : https://puu.sh/uPAD3/46e9e60e22.png

Nothing too when i see the background page : https://puu.sh/uPAIo/8d5cd8a464.png

Thanks !

EDIT : I tried to add a torrent & look at the console again and i see this : https://puu.sh/uPAYy/787f5ff519.png

northfacts commented 7 years ago

same issue for me, i did not change anything on my rutorrent config, no update... nothing and he doesn't work anymore

rafale30 commented 7 years ago

Hi bogenpirat,

Same problem for me. I've tested on various website, trying to update my chrome (56 ->57) : always the same problem. The plugin switch to green correctly, it detect correclty the torrrent in the webpage. When i click on the link to download the .torrent: no reactions of the plugin.

Do you have an idea ?

bogenpirat commented 7 years ago

@Marbellasaad okay thanks, that looks good.

seeing as my test setup works fine: do you guys happen to use a seedbox provider, or do you run your own setup for rutorrent?

in either case: which version of rutorrent are you running?

rafale30 commented 7 years ago

For me : rtorrent 0.9.6/0.13.6 I use my own dedicated server.

Just for information, i've no error when i click on the link. Nothing happen.

bogenpirat commented 7 years ago

@rafale30 okay, that's the rtorrent/libtorrent versions. what about ruTorrent? if you cloned their repository via git, do git log --tags and see the topmost commit's commit message that'll say something like "mark version 3.6".

oh, while i'm at it: does it happen to work if you go via the right click context menu on a torrent link?

rafale30 commented 7 years ago

It's the same problem with the right click.

For the rtorrent, i've used a package to install it, what is exactely you action you want ?

bogenpirat commented 7 years ago

RUtorrent. the web ui that doesn't come with rtorrent. just asking for the version of that, the git part was details on how to retrieve it if you didn't use a package.

Marbellasaad commented 7 years ago

I run it via an dedicated server too. I used bytesized connect so it's updated (https://github.com/bytesizedhosting/docker-bytesized-rutorrent)

rafale30 commented 7 years ago

I've checked, and y have many commit like:

Author: novik65 Novik@users.noreply.github.com Date: Wed Oct 16 11:35:37 2013 +0000

mark version 3.6
bogenpirat commented 7 years ago

alright, i updated my chrome and rutorrent (i run a 3.6-based commit and the same version as @rafale30 for rtorrent/libtorrent), adding still works fine for me. so that's where i run out of ideas and have to take wild guesses.

@rafale30 can you replicate what @Marbellasaad got after following these instructions?

@all having the developer tools open on the background page, select the network tab and try adding another torrent. then leave it open for a while. does its state ever change from pending (like in @Marbellasaad's screenshots)? if so, can you show me a screenshot if there's an error in it?

if that's unfruitful, what might help in cutting the trial and error phase short: either of you willing to lend me a login to their box to try and replicate the issue?

rafale30 commented 7 years ago

I've test, the same result that Marbellasaad, no more information in the developer view (i am on windows/chrome 57)

bogenpirat commented 7 years ago

do any of the headers look wrong/weird when you click on the request (careful they might contain your base64-encoded password)?

rafale30 commented 7 years ago

For me, no complex password. bogenpirat, do you have an email adress to send to you my config and an user/password to test on my env ?

Marbellasaad commented 7 years ago

Yeah i can give you my axx,how do i pm you on Github ?

bogenpirat commented 7 years ago

i don't think that you can. please send me an email at juliii@gmail.com, thanks.

just a heads up, i'll need to add a small torrent for testing purposes; i usually use one of these: http://www.osst.co.uk/Download/DamnSmallLinux/

Marbellasaad commented 7 years ago

I sended you an email

bogenpirat commented 7 years ago

thanks to @Marbellasaad i can see that the rutorrent setup doesn't appear to be the problem since i could add torrents just fine from my chrome installation.

just to make sure: you guys have the most current version of RTA from the web store; 1.2.11, yes?

@Marbellasaad, could you send me your configuration of the extension via mail? you can export it like so: https://github.com/bogenpirat/remote-torrent-adder/wiki/Backup-&-Restore-settings

if there's any sensitive data in that string, feel free to censor it with XXXes.

Marbellasaad commented 7 years ago

I sended you my settings,yeah i have the last version from web store.

rafale30 commented 7 years ago

Same.

Julian, i have send to you an account to have another env to test.

bogenpirat commented 7 years ago

thank you both.

since i can add things just fine, i went back to look at @Marbellasaad's screenshot and realized that the pending request might be a download, not the POST request to the webui.

dumb question: can you guys simply download a torrent file? to try, briefly disable RTA in your extension settings (chrome://extensions) and click on a .torrent link.

Marbellasaad commented 7 years ago

yeah i can

bogenpirat commented 7 years ago

alright, so we have:

  1. i can do everything fine with each of your setups, including with @Marbellasaad's settings
  2. manually downloading torrent files works fine
  3. as per the last screenshot here, it might be that the extension actually fails to download the .torrent file.
  4. i can't reproduce this issue on my end with identical extension settings

two further questions:

rafale30 commented 7 years ago

Chrome Version 57.0.2987.110

I have deactivate all my extensions, same problem :-(

When i deactivate RTA, the .torrant is doanloader by my downloader or the chrome downloader.

bogenpirat commented 7 years ago

alright, that sucks, because i really can't think of any reason why this would happen. i'm running the same version of chrome btw.

another approach for the same issue: if you enable RTA for the incognito mode, then open an incognito window (ctrl+shift+n) and try adding a torrent, does it work then?

rafale30 commented 7 years ago

Yes, i have already try ... : -(

Le 19 mars 2017 20:45, "Julian" notifications@github.com a écrit :

alright, that sucks, because i really can't think of any reason why this would happen. i'm running the same version of chrome btw.

another approach for the same issue: if you enable RTA for the incognito mode, then open an incognito window (ctrl+shift+n) and try adding a torrent, does it work then?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bogenpirat/remote-torrent-adder/issues/197#issuecomment-287641958, or mute the thread https://github.com/notifications/unsubscribe-auth/AZSzm7vIKzXAxCDjUJc_tG0CsfeEZKExks5rnYXsgaJpZM4MhgFs .

bogenpirat commented 7 years ago

wait, it does work then?

rafale30 commented 7 years ago

No, same problem on the private mode

rafale30 commented 7 years ago

I've do various test : Uninstall // Change with second PC // reconf // test on other website // test with magnet : always the same result :-(. It's very strange.

bogenpirat commented 7 years ago

unfortunately i can't think of what this could be other than outside influence (other extensions, your isp blocks .torrent files, etc)

@rafale30 do you have the same situation in the developer tools as @Marbellasaad had in his last screenshot here? meaning: there's a request from functions.js:74 that just stays as "pending"?

a last way of approaching this would be that i connect to one of your (client) computers via teamviewer and check out the developer console myself... but i wouldn't be a fan of having that done to me, so i'd understand if neither of you is up for that.

rafale30 commented 7 years ago

No pb for me. Look your mail.

rafale30 commented 7 years ago

Wait !! I have found a way ! When you activate the extension, if you click on the link in this page : https://www.ubuntu.com/download/alternative-downloads -> it works !

BUT, if try to download an another link, the extension seems broken, an no link is downloaded, and the ubuntu download is KO.

I send to you by mail one exemple.

rafale30 commented 7 years ago

To all, do you use the tracker t4*11.li ?

Marbellasaad commented 7 years ago

yeah,but i use nyaa/others

rafale30 commented 7 years ago

Try this:

Probably Success !

I exchange with bogenpirat to find a solution. The problem, when you try to download with t411, RTA "stuck", and all test to download on another website is impossible. Only solution, reload the extension.

bogenpirat commented 7 years ago

okay @rafale30 was very kind to allow me to check a few things and it turns out that his particular problem was indeed just with this t411 website. it has to do with the fact that, interactively, chrome will display a warning about downloading files from the site, because the domain is flagged as malicious by google. this warning dialog prevents RTA entirely from downloading the torrent file.

we tested this by trying to download the torrent file manually by clicking on the download link while having CTRL pushed down; this opens a new window that displays a chrome-based warning.

@Marbellasaad can you check whether the same is the case for you?

if so, there's not much that i can do about this. the best bet for t411 is, as @rafale30 said, to wait until google de-lists the domain as a malicious website.

Marbellasaad commented 7 years ago

Yeah it work,thanks your for the help 👍

EDIT : You can redownload via the extension on t411 if you follow this tutorial : https://superuser.com/questions/387724/how-to-disable-download-scanning-protection-of-new-chrome-17

rafale30 commented 7 years ago

Just for information, good news, T411 will be moved to https://www.t411.ai from 24 march.

So ... the problem with RTA will be solved with moving :)