arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

throttle: Plugin failed to start. #614

Open mids33 opened 1 year ago

mids33 commented 1 year ago

throttle: Plugin failed to start.

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

zirus001 commented 1 year ago

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 commented 1 year ago

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

mids33 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 https://github.com/arakasi72/rtinst/issues/614#issuecomment-1465046844, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6CW4GYZGNJZHKYWY4N6WQDW3UBEZANCNFSM6AAAAAATT6B6WI . You are receiving this because you commented.Message ID: @.***>

blockofdynamite commented 1 year ago

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 commented 1 year ago

(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 https://github.com/arakasi72/rtinst/issues/614#issuecomment-1465072583, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6CW4G66TN2ZL3GTW5T55S3W3UWINANCNFSM6AAAAAATT6B6WI . You are receiving this because you commented.Message ID: @.***>

blockofdynamite commented 1 year ago

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 commented 1 year ago

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 https://github.com/arakasi72/rtinst/issues/614#issuecomment-1465072583, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6CW4G66TN2ZL3GTW5T55S3W3UWINANCNFSM6AAAAAATT6B6WI . You are receiving this because you commented.Message ID: @.***>

Bitm8-me commented 1 year ago

thank you blockofdynamite this worked after 2 days of looking cheers

blixten85 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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.