wiserain / docker-flexget

Docker image for running Flexget
https://hub.docker.com/r/wiserain/flexget
68 stars 40 forks source link

transmission-rpc #84

Closed asturking closed 7 months ago

asturking commented 1 year ago

The transmission plugin is not working correctly.

It indicates the following message: transmission-rpc module version mismatch, requiring transmission-rpc>=4.1.4,<5.0.0

The version of transmission-rpc that is installed is 6.0.0, I had to modify the plugin file manually to allow the connection

Acording with https://flexget.com/Plugins/transmission

Newer versions of flexget now depend on transmission-rpc 4.1.4 or higher.

I dont know if this is a problem from this docker image or maybe the application itself

asturking commented 1 year ago

The issue is not fixed.

The file that check transmission-rpc version is here

/usr/lib/python3.11/site-packages/flexget/plugins/clients/transmission.py

line 57

__version__ = '>=4.1.4,<6.0.0'

The actual version is 6.0.0 and that only check if the versión is lower than 6.0.0, not equal

wiserain commented 1 year ago

I have only checked https://github.com/Flexget/Flexget/pull/3832. pyproject.toml allows to install transmission-rpc ^4.1.4 but seems throwing an error when its version is not '>=4.1.4,<5.0.0' by transmission.py.

Please check if it is fixed. The image will be ready in 5 minutes.

asturking commented 7 months ago

Seems that the problem happended again

transmission-rpc module version mismatch, requiring transmission-rpc>=7.0.3,<8.0.0