nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Worked great till last commit

jonoburch opened this issue · comments

Using the latest docker image where you've changed the versions to include 2.7

I now see this error every time I try to start the container

2020-01-06 02:42:41 | stdout | /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': �[1mcannot load such file -- open_uri_redirections (�[1;4mLoadError�[m�[1m)�[m
2020-01-06 02:42:41 | stdout | 1: from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2020-01-06 02:42:41 | stdout | 2: from /home/ruby/transmission-rss/lib/transmission-rss/aggregator.rb:2:in `<top (required)>'
2020-01-06 02:42:41 | stdout | 3: from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2020-01-06 02:42:41 | stdout | 4: from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2020-01-06 02:42:41 | stdout | 5: from /home/ruby/transmission-rss/lib/transmission-rss.rb:10:in `block in <top (required)>'
2020-01-06 02:42:41 | stdout | 6: from /home/ruby/transmission-rss/lib/transmission-rss.rb:9:in `each'
2020-01-06 02:42:41 | stdout | 7: from /home/ruby/transmission-rss/lib/transmission-rss.rb:9:in `<top (required)>'
2020-01-06 02:42:41 | stdout | 8: from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2020-01-06 02:42:41 | stdout | 9: from /usr/local/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
2020-01-06 02:42:41 | stdout | 10: from ./bin/transmission-rss:7:in `<main>'
2020-01-06 02:42:41 | stdout | �[1mTraceback�[m (most recent call last):

It was working without any errors before the last change to the docker image about 15 hours ago, my watchtower picked it up and now it's like this.

Thanks for reporting, I will look into this in a few hours.

I pushed a fix and nning2/transmission-rss:latest is already updated and worked for me. Could you please test again and close this issue if everthing works for you? Thanks again!

That's fixed the issue. Thanks :)