-
Notifications
You must be signed in to change notification settings - Fork 67
Description
What steps will reproduce the problem?
Via menu item select to download tracker list
What is the expected output? What do you see instead?
New trackers must append to the tracker list.
But now, no trackers is downloaded or append to the list.
Workaround: Via web browser tracker list copy and paste into the add tracker input screen.
What version of the product are you using. (Please use the latest version of bittorrent-tracker-editor and your torrent client)
Latest present beta version 1.33.0. beta6
On what operating system?
Ubuntu 20.04
Please provide any additional information below.
The problem is that on linux there are different openssl version that are not API compatible.
It works is Ubuntu 18.04 but failed in 20.04
Tracker editor internal build in library use openssl version 1.0.0, this is not always present in Linux.
Possible solution is to supply this Linux library via https://appimage.org
Windows version does not have this issue. The openSSL DLL is already present in the download zip file.
macOs version does not have this issue.