Forum Discussion
Not able to download any FPGA tools or software
- 6 years ago
I got a download link by using Firefox Javascript debug to breakpoint at the failing line (above), then a direct link could be seen in the Javascript variables.
The direct download worked, so the problem appears to be a bug in the Javascript used to redirect clients to the actual file. I cannot say why it works for the developers and not for me; I suggest clearing your browser cache before trying to replicate.
I have 90Mbps download speed. I have tried with my firewall on and with it off (just a NAT firewall left); neither work.
I enabled the Web Console in Firefox and looked at the logs. I refreshed the page and saw this line come up.
Loading failed for the <script> with source “https://client.akamai.com/dlm/dlm.js”. 17.1:306:1Later, when I click the download button for 19.1 Linux Lite, I get this error:
TypeError: wap_tms.custom is undefined common.js:36:5
recordOutboundLink https://fpgasoftware.intel.com/static/v2/js/common.js:36
success https://fpgasoftware.intel.com/static/v2/js/common.js:179
jQuery 4
i
fireWith
A
cWhen I try with 17.1 Linux Lite, I get the Legal Disclaimer window with no extra entries in the web console, then I get the same error as above when I click "I agree".
I got a download link by using Firefox Javascript debug to breakpoint at the failing line (above), then a direct link could be seen in the Javascript variables.
The direct download worked, so the problem appears to be a bug in the Javascript used to redirect clients to the actual file. I cannot say why it works for the developers and not for me; I suggest clearing your browser cache before trying to replicate.
- Marwan_Alsahafi5 years ago
New Contributor
@IWaugh, I got same problem but I couldn't find option for direct download.
I come with following solution, where you need to write in JS console:
wap_tms.custom = {trackDownload: function() { return false;}}This solve problem for me, and now I can download any file.