-
Notifications
You must be signed in to change notification settings - Fork 259
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
throttle: Plugin failed to start. #614
Comments
I am getting the same thing: throttle: Plugin failed to start. |
I've found sollution for the first one (throttle plugin) - it's happened after upgrading rutorrent from 3.x to 4.x.
|
yep that's solved it .. thanks |
To fix this autodl-irssi issue you have to modify 12 files in your plugins/autodl-irssi/ folder (i.e. /var/www/rutorrent/plugins/autodl-irssi/) - here are the modified files: |
This project seems to broken. Can they fix it and make it stable? It's totaly crap on raspberry pi x64. Broken on x32 too. And other platforms aswell it seems. |
Tried this without luck on a RPI 4, Still not running autodl-irssi after updating the files. Are you able to assist me, or guide me towards running an old version that doesn't have the issues. |
If you want to install a version of ruTorrent that works out of the box (since newer versions are broken), you can edit line 893 of /usr/local/bin/rtinst to be rurelease="v3.10" and then re-run rtinst. Installing ruTorrent over what rtinst installed didn't work, but deleting /var/www/rutorrent and then rerunning rtinst fixed it for me. |
Can you please be specific sorry for being a noob
I mean first install rtinst then edit or how to go about please guide
…On Sunday, March 12, 2023, blockofdynamite ***@***.***> wrote:
If you want to install a version of ruTorrent that works out of the box
(since newer versions are broken), you can edit line 893 of
/usr/local/bin/rtinst to be rurelease="v3.10" and then re-run rtinst.
Installing ruTorrent over what rtinst installed didn't work, but deleting
/var/www/rutorrent and then rerunning rtinst fixed it for me.
—
Reply to this email directly, view it on GitHub
<#614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6CW4GYZGNJZHKYWY4N6WQDW3UBEZANCNFSM6AAAAAATT6B6WI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Yep, you just open /usr/local/bin/rtinst in your favorite text editor (like vim or nano for example), and replace line 893 which is |
(curl -s "https://api.github.com/repos/Novik/ruTorrent/releases/latest" |
awk -F '"' '/tag_name/{print $4}')
So this whole line will go and only v3.10 will remain ?
Also how will it take the version without giving it the source
Sorry if being a noob
…On Sunday, March 12, 2023, blockofdynamite ***@***.***> wrote:
Yep, you just open /usr/local/bin/rtinst in your favorite text editor
(like vim or nano for example), and replace line 893 which is rurelease=$(curl
-s "https://api.github.com/repos/Novik/ruTorrent/releases/latest" | awk
-F '"' '/tag_name/{print $4}') with rurelease="v3.10" and then re-run
rtinst as sudo
—
Reply to this email directly, view it on GitHub
<#614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6CW4G66TN2ZL3GTW5T55S3W3UWINANCNFSM6AAAAAATT6B6WI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Correct, replacing that whole line with Then once that line is changed, just re-run rtinst to reinstall the working version v3.10 of rutorrent. |
It worked
Thanks so much
…On Sunday, March 12, 2023, blockofdynamite ***@***.***> wrote:
Yep, you just open /usr/local/bin/rtinst in your favorite text editor
(like vim or nano for example), and replace line 893 which is rurelease=$(curl
-s "https://api.github.com/repos/Novik/ruTorrent/releases/latest" | awk
-F '"' '/tag_name/{print $4}') with rurelease="v3.10" and then re-run
rtinst as sudo
—
Reply to this email directly, view it on GitHub
<#614 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6CW4G66TN2ZL3GTW5T55S3W3UWINANCNFSM6AAAAAATT6B6WI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
thank you blockofdynamite this worked after 2 days of looking cheers |
@stickz @
@stickz why is this not yet implemented? |
@stickz and this... |
I stopped supporting this script. I'm supporting swizzin instead because it has more capabilities and flexibility. |
That's a shame. I tried swizzin and it sucks. |
What don't you like about it? I'm back porting almost everything from rtinst. It works better due to upgrades like PHP 8.1-FPM. There is also more features which extend deeper than just |
Well, it does not install requirements like ffmpeg (when you don't actually need it, but the out of the box setup requires it). And stuff like that should be optional and customizationable. There was some issues with the swizzin panel, giving double logins for like first the panel it self and then directly afterwards i think rutorrent. |
This is being fixed right now as we speak. You can type
It's not required to use the panel to get a functional seed box. The latest version of ruTorrent is tested and confirmed to be working. All you have to do is type If you want webmin support on swizzin, then create a feature request. I can encourage the feature to be added by offering to help test it. It's fully compatible because the platform is based off of nginx. It shouldn't be too difficult to deploy it. |
throttle: Plugin failed to start.
using latest stable 4.0
any one one solve this .. thanks
The text was updated successfully, but these errors were encountered: