crazy-max / docker-rtorrent-rutorrent

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

Heads up: Latest version has a bug with RSS Feeds #236

Closed GH0STDATA closed 1 year ago

GH0STDATA commented 1 year ago

Support guidelines

I've found a bug and checked that ...

Description

I'm just giving the maintainers and everyone who uses this docker image a heads up that the latest version of ruTorrent that was released, v4.1.3, has a critical bug with RSS feeds where you cannot add a new RSS feed and they do not update on a set interval as they normally should. Reverting to 4.0.4 fixes the issue.

https://github.com/Novik/ruTorrent/pull/2498

A pull request is already in the works. This isn't really a bug report for the container itself, just a notification to let the everyone know about this current problem with the official ruTorrent repo.

Expected behaviour

N/A

Actual behaviour

N/A

Steps to reproduce

N/A

Docker info

N/A

Version

Docker compose

N/A

Container logs

N/A

Additional info

No response

stickz commented 1 year ago

Did you test the docker image? It already has php-xml installed and should work fine. This is not a critical bug. It's a fix for people who don't install the required project dependencies. @crazy-max this is invalid and can be closed.

GH0STDATA commented 1 year ago

Yes, I did. RSS feeds do not work for me at all on the latest docker image from this repo. I wouldn't have created this issue if it worked. I had to revert to v4.0.4 in order for RSS feeds to work again. I couldn't even add a feed, I would input the URL and give the feed a name, then click OK and nothing would happen. The RSS feeds that I already had set up would not update either.

GH0STDATA commented 1 year ago

Here is the error I get in the Chrome dev console when I try to add an RSS feed:

brave_JgCdWzMz7Y

I will close this issue and open one on the official repo, since this is not related to the docker image itself.