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

throttle: Plugin failed to start. #614

Open
mids33 opened this issue Jan 7, 2023 · 20 comments
Open

throttle: Plugin failed to start. #614

mids33 opened this issue Jan 7, 2023 · 20 comments

Comments

@mids33
Copy link

mids33 commented Jan 7, 2023

throttle: Plugin failed to start.

using latest stable 4.0
any one one solve this .. thanks

@zirus001
Copy link

zirus001 commented Jan 8, 2023

I am getting the same thing:

throttle: Plugin failed to start.
autodl-irssi: __init2: ex: Exception info: No content elem with id autodl-prefs-contents-upload

@eltorrento
Copy link

eltorrento commented Feb 1, 2023

I've found sollution for the first one (throttle plugin) - it's happened after upgrading rutorrent from 3.x to 4.x.
Looks like you have to edit your config.php (i.e. /var/www/rutorrent/conf/config.php):
You can use this file as example:
https://github.com/stickz/rtinst/commit/b3adc6a3c9df181934cd477eb2882e3d22c04cb4

  • remove or comment lines marked with red in your config.php
  • add new lines marked with green to your config.php - remember to leave custom paths if you have (i.e. topDirectory and log_file)
  • restart nginx

@mids33
Copy link
Author

mids33 commented Feb 1, 2023

yep that's solved it .. thanks
seem the solution was there 4 days ago..
sudo nano /var/www/rutorrent/conf/config.php
copy/paste the content of this page:
https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

@eltorrento
Copy link

I am getting the same thing:

throttle: Plugin failed to start. autodl-irssi: __init2: ex: Exception info: No content elem with id autodl-prefs-contents-upload

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:
https://github.com/autodl-community/autodl-rutorrent/pull/58/files#diff-05974dbd5fa15f2f74ee6e3e54915bf7509ad927cd8ea7cd8e6c2395d84641ae

@blixten85
Copy link

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.

@Warmyyy
Copy link

Warmyyy commented Feb 23, 2023

I am getting the same thing:
throttle: Plugin failed to start. autodl-irssi: __init2: ex: Exception info: No content elem with id autodl-prefs-contents-upload

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: https://github.com/autodl-community/autodl-rutorrent/pull/58/files#diff-05974dbd5fa15f2f74ee6e3e54915bf7509ad927cd8ea7cd8e6c2395d84641ae

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.

@blockofdynamite
Copy link

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.

@lpzrulez
Copy link

lpzrulez commented Mar 12, 2023 via email

@blockofdynamite
Copy link

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

@lpzrulez
Copy link

lpzrulez commented Mar 12, 2023 via email

@blockofdynamite
Copy link

Correct, replacing that whole line with rurelease="v3.10" will set it to download ruTorrent v3.10 from github. That line is only to set the version tag variable so that the lines following that variable know where on github to download the correct tar file.

Then once that line is changed, just re-run rtinst to reinstall the working version v3.10 of rutorrent.

@lpzrulez
Copy link

lpzrulez commented Mar 12, 2023 via email

@Bitm8-me
Copy link

thank you blockofdynamite this worked after 2 days of looking cheers

@blixten85
Copy link

yep that's solved it .. thanks seem the solution was there 4 days ago.. sudo nano /var/www/rutorrent/conf/config.php copy/paste the content of this page: https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

@stickz @

sudo nano /var/www/rutorrent/conf/config.php

@stickz why is this not yet implemented?

@blixten85
Copy link

I am getting the same thing:
throttle: Plugin failed to start. autodl-irssi: __init2: ex: Exception info: No content elem with id autodl-prefs-contents-upload

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: https://github.com/autodl-community/autodl-rutorrent/pull/58/files#diff-05974dbd5fa15f2f74ee6e3e54915bf7509ad927cd8ea7cd8e6c2395d84641ae

@stickz and this...

@stickz
Copy link

stickz commented Apr 25, 2023

yep that's solved it .. thanks seem the solution was there 4 days ago.. sudo nano /var/www/rutorrent/conf/config.php copy/paste the content of this page: https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

@stickz @

sudo nano /var/www/rutorrent/conf/config.php

@stickz why is this not yet implemented?

I stopped supporting this script. I'm supporting swizzin instead because it has more capabilities and flexibility.
https://github.com/swizzin/swizzin

@blixten85
Copy link

yep that's solved it .. thanks seem the solution was there 4 days ago.. sudo nano /var/www/rutorrent/conf/config.php copy/paste the content of this page: https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

@stickz @

sudo nano /var/www/rutorrent/conf/config.php

@stickz why is this not yet implemented?

I stopped supporting this script. I'm supporting swizzin instead because it has more capabilities and flexibility. https://github.com/swizzin/swizzin

That's a shame. I tried swizzin and it sucks.

@stickz
Copy link

stickz commented Apr 25, 2023

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 autodl-irssi. These features are also optional and not required.

@blixten85
Copy link

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 autodl-irssi. These features are also optional and not required.

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.
The rar support for file manager could not be sorted, now the dev team seems to be removing the rar support and going for .7z as we speak. Which is good. This is for the raspberry pi devices.

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.

@stickz
Copy link

stickz commented Apr 25, 2023

Well, it does not install requirements like ffmpeg (when you don't actually need it, but the out of the box setup requires it).

This is being fixed right now as we speak. You can type box install ffmpeg to do this manually.

The rar support for file manager could not be sorted, now the dev team seems to be removing the rar support and going for .7z as we speak. Which is good. This is for the raspberry pi devices.

7z supports rar extraction. The only thing you can't do is create them. There are MANY MANY alternatives you can create instead that work better for everyone. The rar software is proprietary. The owner has restricted the open source community by licensing it to make money. This is the reason why it's not supported on ARM currently. And why we need to remove it.

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.

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 box install ffmpeg and you're all set. I have a fix to prevent this in the future.

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.

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

No branches or pull requests

9 participants