Dear Users! Please post bug reports about FDM here!

FDM 6

Moderators: Usher, Alex

Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Thu Sep 10, 2020 7:31 pm

Usher wrote:FDM still reports "Network error" (when set to "System proxy") or "Timeout" (when set to "No proxy") for HTTPS downloads, including download from FDM site.

Hello,
Sounds like some problem with OpenSSL installation on your Mint. FDM6 does not contain OpenSSL libraries in its distributive for Linux. It relies on libraries provided by system. I am not a linux expert, by the way. Currently we do support Ubuntu only, and it works fine there (just tested again).

Usher wrote:but FDM extension for Firefox doesn't work with Firefox 80 for Android.

There is no way to have a working browser extension for a download manager on Android due to the platform limitations.
Alex,
FDM development team
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Thu Sep 10, 2020 7:34 pm

touf34 wrote:Is there a way to set the number of threads per file instead of per server? When I try to download multiples files on my seedbox, FDM starts the first file/download with the max thread per server, and doesn't even bother to load threads on the other files/download in the queue. Pretty much defeats the purpose of a Download manager.. My queue limit is set to 4 files/downloads at the time time.

Hello,
Just set maximum number of connections per server to 4*20 then. FDM will not use all 80 connections for a single download.
Alex,

FDM development team
touf34
Posts: 9
Joined: Mon Aug 25, 2014 9:29 am

Re: FDM 6

Postby touf34 » Thu Sep 10, 2020 9:52 pm

Alex wrote:
touf34 wrote:Is there a way to set the number of threads per file instead of per server? When I try to download multiples files on my seedbox, FDM starts the first file/download with the max thread per server, and doesn't even bother to load threads on the other files/download in the queue. Pretty much defeats the purpose of a Download manager.. My queue limit is set to 4 files/downloads at the time time.

Hello,
Just set maximum number of connections per server to 4*20 then. FDM will not use all 80 connections for a single download.


I tried, it just hammer the server with 15~20 threads on the same file and queue the other downloads. I had to add limit_conn_zone to nginx to enforce threads/files.

Image
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Thu Sep 10, 2020 9:56 pm

touf34 wrote:I tried, it just hammer the server with 15~20 threads on the same file and queue the other downloads.

It seems that FDM has hard coded limit of maximum connections per server, or this is just a bug. I'll check it.
Alex,

FDM development team
User avatar
Usher
Posts: 2567
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 6

Postby Usher » Fri Sep 11, 2020 1:56 am

Alex wrote:
Usher wrote:FDM still reports "Network error" (when set to "System proxy") or "Timeout" (when set to "No proxy") for HTTPS downloads, including download from FDM site.

Sounds like some problem with OpenSSL installation on your Mint.
I don't think so. Other programs work without problems.

Alex wrote:FDM6 does not contain OpenSSL libraries in its distributive for Linux. It relies on libraries provided by system. I am not a linux expert, by the way.
Neither am I. AFAIK, if FDM needs some specific libs (version or build), they should be listed in dependencies.
Alex wrote:Currently we do support Ubuntu only, and it works fine there (just tested again).
Mint is Ubuntu based distribution. What Ubuntu version and what desktop environment do you use for tests?

Alex wrote:
Usher wrote:but FDM extension for Firefox doesn't work with Firefox 80 for Android.

There is no way to have a working browser extension for a download manager on Android due to the platform limitations.
Really? If I remember correctly, FDM extension worked OK in Firefox 68 for Android. Otherwise I couldn't download any file on my tablet.

And what about other problems? What about Youtube? "Download from this site is not allowed" is NOT the message I'm waiting for.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
User avatar
Usher
Posts: 2567
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 6

Postby Usher » Sat Sep 12, 2020 12:00 am

Usher wrote:
Alex wrote:Currently we do support Ubuntu only, and it works fine there (just tested again).
Mint is Ubuntu based distribution. What Ubuntu version and what desktop environment do you use for tests?

Well, my homework is done. Linux Mint 18.x comes with OpenSSL 1.0.2x. I downloaded, compiled, installed and configured version 1.1.1 using instructions from that site: https://cloudwafer.com/blog/installing- ... -04-18-04/
FDM seems to work OK now, so it's time to make some suggestions:
1. Corporate users have LTS (Long Term Service) distributions installed, which means that in most cases they don't use the latest versions of system libs. Such users either cannot install newer system libs or don't know how to do it. Software devs should be aware of that fact and provide programs working properly with at least two latest versions of system libs - in this case OpenSSL 1.0.x and 1.1.x. You can provide either a universal package for all supported openssl versions or separate packages for different openssl versions.
2. You should check the installed OpenSSL version and warn if it is too old and unsupported by the program. It's a must as currently more than 80% sites uses https.
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
FDM6.11

Re: FDM 6

Postby FDM6.11 » Sun Sep 13, 2020 8:03 am

-Export/import settings
Why does this option cause the computer to crash frequently?
User avatar
Usher
Posts: 2567
Joined: Sat Mar 20, 2010 2:37 pm
Location: Poland

Re: FDM 6

Postby Usher » Sun Sep 13, 2020 10:46 am

FDM6.11 wrote:-Export/import settings
Why does this option cause the computer to crash frequently?

Could you provide more details, please? What operation system do you use? Do you have any active downloads?
Andrzej P. Wozniak, FDM user and forum moderator
Read FDM FAQ and the reporting rules
"How to report a bug or a problem with FDM" before posting
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Sun Sep 13, 2020 9:38 pm

Alex wrote:
touf34 wrote:I tried, it just hammer the server with 15~20 threads on the same file and queue the other downloads.

It seems that FDM has hard coded limit of maximum connections per server, or this is just a bug. I'll check it.

Hello,
There is a bug in FDM that it does not apply settings until restart. Just restart it. The bug will be fixed in the next update. Thanks for report.
Alex,

FDM development team
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Sun Sep 13, 2020 9:41 pm

Usher wrote:And what about other problems?

Hello,
Which ones? Built-in browser? We'll think about replacing it with something better.
Usher wrote:What about Youtube? "Download from this site is not allowed" is NOT the message I'm waiting for.

Why can't you understand that this is just not allowed by Google? You want us to be removed from Google Play store?
Alex,

FDM development team
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Sun Sep 13, 2020 9:44 pm

Usher wrote:2. You should check the installed OpenSSL version and warn if it is too old and unsupported by the program. It's a must as currently more than 80% sites uses https.

OK, thanks. We'll add the check once we have the time for this :)
Alex,

FDM development team
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Sun Sep 13, 2020 11:04 pm

FDM6.11 wrote:-Export/import settings
Why does this option cause the computer to crash frequently?

I don't think that it's possible for FDM to crash your computer. FDM can crash itself, but not your computer (this is highly unlikely). Can you provide some details about what exactly is crashing and how, including the typical steps which leads to this. Maybe it's a buggy antivirus which crashes your computer? :)
Alex,

FDM development team
FDM6.11

Re: FDM 6

Postby FDM6.11 » Sun Sep 13, 2020 11:06 pm

Usher wrote:
FDM6.11 wrote:-Export/import settings
Why does this option cause the computer to crash frequently?

Could you provide more details, please? What operation system do you use? Do you have any active downloads?


Windows 10 1809
Executing this setting causes FDM6.11 to frequently appear "no response" BUG
It's not that the system crashes, but FDM6.11 is stuck
----------------------
This is Google Translate, and the description may not be accurate.
Alex
FDM Team
Posts: 2851
Joined: Mon Jul 12, 2004 12:17 pm

Re: FDM 6

Postby Alex » Sun Sep 13, 2020 11:28 pm

FDM6.11 wrote:Executing this setting causes FDM6.11 to frequently appear "no response" BUG
It's not that the system crashes, but FDM6.11 is stuck

I can't reproduce it. Can you please do the following steps so we can fix the bug?
1. Reproduce it (i.e. FDM should become unresponsive).
2. Open Windows Task Manager, Details tab. Find fdm.exe process in it, right click on it and choose "Create dump file".
3. Archive created file, upload it to some file hosting service (e.g. anonfiles.com) and send me the link via the private message on this forum.
Alex,

FDM development team
FDM6.11

Re: FDM 6

Postby FDM6.11 » Mon Sep 14, 2020 12:14 am

Alex wrote:
FDM6.11 wrote:Executing this setting causes FDM6.11 to frequently appear "no response" BUG
It's not that the system crashes, but FDM6.11 is stuck

I can't reproduce it. Can you please do the following steps so we can fix the bug?
1. Reproduce it (i.e. FDM should become unresponsive).
2. Open Windows Task Manager, Details tab. Find fdm.exe process in it, right click on it and choose "Create dump file".
3. Archive created file, upload it to some file hosting service (e.g. anonfiles.com) and send me the link via the private message on this forum.


Computer disconnected from network
Perform this setting FDM6.11 does not get stuck
----------------------------------------------
Computer connected to the network
FDM6.11 has no response for a long time after executing this setting

Return to “General forum”

Who is online

Users browsing this forum: No registered users and 8 guests