You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building transmission-rss following the instructions from the README, the executable raises the following error:
<internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- rss (LoadError)
from <internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /home/orb/dev/transmission-rss/lib/transmission-rss/aggregator.rb:3:in `<top (required)>'
from <internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from /home/orb/dev/transmission-rss/lib/transmission-rss.rb:11:in `block in <top (required)>'
from /home/orb/dev/transmission-rss/lib/transmission-rss.rb:10:in `each'
from /home/orb/dev/transmission-rss/lib/transmission-rss.rb:10:in `<top (required)>'
from <internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from <internal:/usr/lib/ruby/site_ruby/3.0.0/rubygems/core_ext/kernel_require.rb>:85:in `require'
from ./bin/transmission-rss:7:in `<main>'
Manually installing rss using gem install rss fixes the issue.
After building transmission-rss following the instructions from the README, the executable raises the following error:
Manually installing rss using
gem install rss
fixes the issue.ruby -v
transmission-rss -v
The text was updated successfully, but these errors were encountered: