binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
696 stars 112 forks source link

yarss2 broken again #299

Closed nerfdaderp closed 2 years ago

nerfdaderp commented 2 years ago

Anyone possibly know what might have broken yarss2 in the latest batch of releases? Running on a synology and I had the 3.8 python egg preivously. Tried 3.9 as well with no luck. Basically the checkbox can't be enabled when trying through the remote client and I'm not seeing anything logging side.

And maybe not the best place to ask, but are there any other options for bringing in RSS feeds?

andreasd commented 2 years ago

i'm having the same issue :-/

nerfdaderp commented 2 years ago

i'm having the same issue :-/

After playing with it for a couple hours, I reverted back to an older image. It's pretty easy to do with portainer.

(I also misspoke above, I was using the 3.8 egg.)

andreasd commented 2 years ago

can you tell me which version you're using? i'm trying the same now and would be great if i would not have to try all different versions

nerfdaderp commented 2 years ago

Sure, I believe a couple of the future releases may work for you, but I rolled it back to: binhex/arch-delugevpn:2.0.4.dev56-g2e466101f-1-01

andreasd commented 2 years ago

thanks - got it to work with that version but ultimately dumped it and switched to flexget. maybe this helps somebody else:

setup a flexget container based on https://hub.docker.com/r/wiserain/flexget, then edited the config to support showrss and hand over the urls to deluge running in another container:

web_server:
  bind: 0.0.0.0
  port: 5050
  web_ui: yes

tasks:
  showrss-fetch:
    rss: http://showrss.info.... your url here!
    all_series: yes
    deluge:
      host: 10.0.0.100 # deluge url/ip
      port: 58846
      username: deluge
      password: deluge

schedules:
  - tasks: [showrss-fetch]
    interval:
      minutes: 30

this will check showrss every 30min for new shows and will then add new episodes to deluge.

nerfdaderp commented 2 years ago

I'm thinking the plugin is broken as it was compiled for 2.03 and while it worked in 2.04, maybe 2.05 had enough changed to finally break it.

I tested flexget as well but ended up deploying Sonarr. While it has a good bit more capability than I need, it addresses the issue and identified a whole bunch of missing content for me, so I'm happy.

As not inherently an issue to this platform, and several other middleware solutions have been recommended, closing ticket.