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
Deluge uses python 3.7, which allows third party extension (build for deluge 2.x) to be installed.
Actual behavior
Deluge 2.0.3 uses python uses Python 2.7. Third party extensions for deluge 2.x (packaged in egg format and build on python 3.x) do not work. The egg packages cannot be installed via the thin client, because the client compares the python version of deluge with the python version of the extension. The thin client version check can be circumvented by changing the version in the filename of the extension egg file from 3.x to 2.7. This allows the extension to be installed, but it won't work. python version differences.
Steps to reproduce
1. Download extension from https://dev.deluge-torrent.org/wiki/Plugins 2. In thin client: Preferences -> Plugins click Install plugin, locate the downloaded plugin egg and select it to install.
The text was updated successfully, but these errors were encountered:
Setup
Package Name: deluge
Package Version: 2.0.3-13
NAS Model: DS120j
DSM version: DSM 6.2.4-25556
Expected behavior
Deluge uses python 3.7, which allows third party extension (build for deluge 2.x) to be installed.
Actual behavior
Deluge 2.0.3 uses python uses Python 2.7. Third party extensions for deluge 2.x (packaged in egg format and build on python 3.x) do not work. The egg packages cannot be installed via the thin client, because the client compares the python version of deluge with the python version of the extension. The thin client version check can be circumvented by changing the version in the filename of the extension egg file from 3.x to 2.7. This allows the extension to be installed, but it won't work. python version differences.
Steps to reproduce
1. Download extension from https://dev.deluge-torrent.org/wiki/Plugins
2. In thin client: Preferences -> Plugins click Install plugin, locate the downloaded plugin egg and select it to install.
The text was updated successfully, but these errors were encountered: