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

[BUG] can't install plugins via rtx #1141

Open
blixten85 opened this issue Mar 1, 2024 · 3 comments
Open

[BUG] can't install plugins via rtx #1141

blixten85 opened this issue Mar 1, 2024 · 3 comments
Labels

Comments

@blixten85
Copy link

What happened?

root@raspberrypi:~# rtx
INFO Installing extratio
svn: E170013: Unable to connect to a repository at URL 'https://github.com/Novik/ruTorrent.git/tags/v4.2.10/plugins/extratio'
svn: E160013: '/Novik/ruTorrent.git/tags/v4.2.10/plugins/extratio' path not found
INFO Installing ratiocolor
sed: can't read /srv/rutorrent/plugins/ratiocolor/init.js: No such file or directory
INFO Installing throttle
svn: E170013: Unable to connect to a repository at URL 'https://github.com/Novik/ruTorrent.git/tags/v4.2.10/plugins/throttle'
svn: E160013: '/Novik/ruTorrent.git/tags/v4.2.10/plugins/throttle' path not found

Swizzin commit

b22ecf2

What OS are you using?

Debian 12 (Bookworm)

What architecture is your OS?

arm64

Relevant logs and output

No response

@blixten85 blixten85 added the bug label Mar 1, 2024
@trendless
Copy link

same issue; Debian 12, current version of ruTorrent is 4.3.1, URL RTX tries to load is now https://github.com/Novik/ruTorrent.git/tags/v4.3.1/plugins/extratio

@liaralabs
Copy link
Member

This is a known issue that requires a fairly substantial refactor to the way rtx works.

We leaned heavily on SVN features that GitHub supported, but those features were sunset in January, which broke the implementation used here for nearly every plugin.

Until rtx can be refactored to remove dependency on SVN, rtx will not function

@trendless
Copy link

That makes total sense; thanks so much for the update 👍

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

No branches or pull requests

3 participants