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

rutorrent's mistake: rss with https problem #3062

Closed
bsdcpp opened this issue Dec 29, 2017 · 5 comments · Fixed by #4234
Closed

rutorrent's mistake: rss with https problem #3062

bsdcpp opened this issue Dec 29, 2017 · 5 comments · Fixed by #4234

Comments

@bsdcpp
Copy link

bsdcpp commented Dec 29, 2017

We've got a depressing problem when we add rss url with ssl, it always faild.
Today I reported this to the rutorrent repo:Rss with ssl problem found
at the end, the author give me the conclusion:

-e "s|tempDirectory = null;|tempDirectory = '${INSTALL_DIR}/tmp';|g" \

this Line should be

-e "s|tempDirectory = null;|tempDirectory = '${INSTALL_DIR}/tmp/';|g" \

because the rutorrent config.php had tell us to add the slash

$tempDirectory = '/usr/local/rutorrent/tmp';            // Temp directory. Absolute path with trail slash. If null, then autodetect will be used.
@Safihre
Copy link
Contributor

Safihre commented Jan 13, 2018

Can you submit a PR for it maybe? Then it can be incorporated in the future development of the package :)

@ymartin59
Copy link
Contributor

Update is pending: #2968
Will fix with switch to generic service support.

@rlagarde
Copy link

Is there a way to fix this on a running installation of SC ruTorrent 3.7-8?

@the-lazy-fox
Copy link

If you modify the Config file to match the following line, it should work!
$tempDirectory = '/usr/local/rutorrent/tmp/';

@th0ma7 th0ma7 mentioned this issue Oct 20, 2020
9 tasks
@th0ma7 th0ma7 linked a pull request Nov 15, 2020 that will close this issue
9 tasks
@th0ma7
Copy link
Contributor

th0ma7 commented Dec 5, 2020

New and update to rutorrent version 3.10 uploaded on https://synocommunity.com/package/rutorrent

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

Successfully merging a pull request may close this issue.

6 participants