crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 106 forks source link

ruTorrent v4.0-stable #208

Closed crazy-max closed 1 year ago

crazy-max commented 1 year ago

fixes https://github.com/crazy-max/docker-rtorrent-rutorrent/issues/178 closes #205

Update ruTorrent to v4.0-stable: https://github.com/Novik/ruTorrent/releases/tag/v4.0-stable cc @stickz

geoip2-rutorrent is not (yet) compatible with ruTorrent 4 so needs to disable it in the meantime cc @Micdu70:

2023/01/07 20:54:10 [error] 550#550: *4 FastCGI sent in stderr: "PHP message: PHP Fatal error:  Uncaught Error: Call to undefined function getPluginConf() in /var/www/rutorrent/plugins/geoip2/init.php:11
Stack trace:
#0 /var/www/rutorrent/php/getplugins.php(496): require_once()
#1 {main}
Micdu70 commented 1 year ago

geoip2-rutorrent is not (yet) compatible with ruTorrent 4 so needs to disable it in the meantime cc @Micdu70:

I had made a "Dev" branch for the geoip2 plugin and it was compatible with ruTorrent v4.0. Now, the "master" branch is working with ruTorrent v4.0. 👍

crazy-max commented 1 year ago

I had made a "Dev" branch for the geoip2 plugin and it was compatible with ruTorrent v4.0. Now, the "master" branch is working with ruTorrent v4.0. 👍

@Micdu70 Not sure latest changes on master (https://github.com/Micdu70/geoip2-rutorrent/commit/4ff2bde530bb8eef13af84e4413cedea97eda148) would fix that:

Call to undefined function getPluginConf() in /var/www/rutorrent/plugins/geoip2/init.php:11
Micdu70 commented 1 year ago

@Micdu70 Not sure latest changes on master (Micdu70/geoip2-rutorrent@4ff2bde) would fix that

I merged "dev" commits in "master" branch. The ruTorrent v4.0 compatiblity was added 1 year ago: https://github.com/Micdu70/geoip2-rutorrent/commit/65479da70735cef18cf2b77e0369abea0a9c7238

crazy-max commented 1 year ago

Oh I see thanks, will try that!