Can't add torrent using torrent URL

das329717

Member
May 25, 2018
928
0
16
Hello!
I have this problem since the beginning...
When I add torrent urls I get "torrent wasn't passed to rTorrent" But when I download the .torrent file and then upload it to rutorrent the torrent is added successfully.
It is not a big deal for me, but just for the heck of it, do you have any ideas about this particular problem?
 

dsouvik215

Member
May 25, 2018
896
0
16
Your site requere cookies or login/passwords for retrieving torrents. You have it's on the local side, but server doesn't have it's. Yse plugin 'cookies' or 'loginmgr' for resolve problem.
 

dsouvik215

Member
May 25, 2018
896
0
16
For example, cookies is based on IP address. Or its is changed every time, when you login to the site. Or something else. Such sites require addition code in the plugin 'loginmgr'.
 

das329717

Member
May 25, 2018
928
0
16
I have copied an existing php file from the ones located in accounts/ folder.
Changed the class name and the site URL.
After refreshing the webui I now see in Accounts the site I have added and then added my login credentials (the actual ones, not the uid/pass form)
Refreshed the webui again, tried to add a torrent by URL.
But the error I get is "Failed to add torrent. The retrieved content is not a valid torrent file."
So it seems like it could not manage to login in order to retrieve the .torrent file.

What else do I have to do? huh.gif
 

dsouvik215

Member
May 25, 2018
896
0
16
Yet once : Such sites require addition code in the plugin 'loginmgr'.
*Addition*, understand? Not existing. Sites may use a very different authorization pages. You can't simple copy code for one site to another file.
Quote
What else do I have to do?​

Check your code. Check auth page of your site. Think.
 

das329717

Member
May 25, 2018
928
0
16
Oh, OK... I understand embarrassed.gif
Thanks for the info...
I'll what I can get by checking the auth page of the desired site..
Thanks...