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 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.
@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.