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 #2455

Closed
3 tasks done
GH0STDATA opened this issue Feb 23, 2023 · 9 comments
Closed
3 tasks done

Throttle: Plugin failed to start #2455

GH0STDATA opened this issue Feb 23, 2023 · 9 comments

Comments

@GH0STDATA
Copy link

GH0STDATA commented Feb 23, 2023

Please complete the following tasks.

  • Web browser cache cleared
  • Link provided to install script if applicable
  • Web browser, ruTorrent, PHP and OS version provided

Tell us about your environment

Web Browser: Firefox 110.0
ruTorrent: v4.0.2
PHP: PHP 8.0.12
OS: Ubuntu 20.04 LTS

Tell us how you installed ruTorrent

https://hub.docker.com/r/binhex/arch-rtorrentvpn/
https://github.com/binhex/arch-rtorrentvpn

Describe the bug

I'm getting a generic error that the throttle plugin is failing to start.

Steps to reproduce

  1. Install rtorrentvpn Docker image.
  2. log into web UI.

Expected behavior

Throttle plugin should enable itself and work.

Additional context

It worked on ruTorrent v3.10 perfectly fine before I upgraded to the v4.02 version, so there must have been some changes that caused it to break along the way. Can't seem to figure out what that change could be. All other plugins work with no issues except throttle.

@GH0STDATA GH0STDATA changed the title Throttle: Plugin failed to start. Throttle: Plugin failed to start Feb 23, 2023
@stickz
Copy link
Collaborator

stickz commented Feb 24, 2023

@GH0STDATA Yes, there is breakage in v4. You must upgrade your entire ruTorrent installation.

@GH0STDATA
Copy link
Author

I'm confused, can you elaborate? I've already upgraded ruTorrent from v3.10 to v4.02. Are you referring to upgrading rtorrent as well? I'm on 0.9.6/0.13.6.

@stickz
Copy link
Collaborator

stickz commented Feb 25, 2023

No, I'm referring to ruTorrent. Clear your web browser cache. Ensure that you've carefully upgraded everything. Version 3 and 4 are not backwards compatible. A full installation upgrade is required. Backup all your files and copy everything over.

@stickz
Copy link
Collaborator

stickz commented Feb 25, 2023

It also looks like your docker image is not longer maintained. I would recommend selecting an alternative installation.

Crazy max has a very good one.
https://github.com/crazy-max/docker-rtorrent-rutorrent

There's also swizzin, if you want to move outside a docker container and have other utilities like a VPN.
https://github.com/swizzin/swizzin

@nakooe
Copy link

nakooe commented Feb 25, 2023

i have a same problem i have try with ct and vm on Proxmox with the fresh setup
i use the script from https://github.com/arakasi72/rtinst
grafik

@GH0STDATA
Copy link
Author

GH0STDATA commented Feb 26, 2023

No, I'm referring to ruTorrent. Clear your web browser cache. Ensure that you've carefully upgraded everything. Version 3 and 4 are not backwards compatible. A full installation upgrade is required. Backup all your files and copy everything over.

It also looks like your docker image is not longer maintained. I would recommend selecting an alternative installation.
Crazy max has a very good one. https://github.com/crazy-max/docker-rtorrent-rutorrent

There's also swizzin, if you want to move outside a docker container and have other utilities like a VPN. https://github.com/swizzin/swizzin

@stickz I'm aware that the docker image is no longer maintained, but it is stable and works fine currently. The only plugin that is throwing an error is throttle. Everything else works perfectly, so this leads me to believe that it has nothing to do with the installation process or the docker image I'm using. I do plan on switching over to either my own custom docker image, or crazy-max/docker-rtorrent-rutorrent with a gluetun VPN setup.

It looks like @nakooe also mentioned that the plugin still isn't working even with a fresh installation.

@nakooe
Copy link

nakooe commented Feb 26, 2023

i have resolve this problem arakasi72/rtinst#614 i have copy the php config
in to the /var/www/rutorrent/conf/config.php and restart. https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

@stickz
Copy link
Collaborator

stickz commented Feb 26, 2023

@GH0STDATA It's not the plugin. The docker image is not setup properly for version 4.

i have resolve this problem arakasi72/rtinst#614 i have copy the php config in to the /var/www/rutorrent/conf/config.php and restart. https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

I haven't had a chance to update that yet. You should get the latest config from here instead.
https://github.com/Novik/ruTorrent/blob/master/conf/config.php

@GH0STDATA
Copy link
Author

i have resolve this problem arakasi72/rtinst#614 i have copy the php config in to the /var/www/rutorrent/conf/config.php and restart. https://raw.githubusercontent.com/stickz/rtinst/b3adc6a3c9df181934cd477eb2882e3d22c04cb4/conf/ru.config

This fixed it for me as well. There were some missing variables that were newly added to config.php, including a variable that was specifically created for the throttle plugin. Thank you!

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

3 participants