Stop Chrome ignoring ERR_CONTENT_LENGTH_MISMATCH for downloads?











up vote
1
down vote

favorite












I sometimes find downloads made using Google Chrome get interrupted, causing files to be truncated. Chrome seems to detect this situation as ERR_CONTENT_LENGTH_MISMATCH, but then ignores the error and considers the download to be successful. There is thus no notification that the downloaded file is incomplete.



The code in Chromium which causes ERR_CONTENT_LENGTH_MISMATCH to be ignored seems to be here.



Is it possible to get Chrome to consider these interrupted downloads as corrupt and thus notify the user to retry? If not, is there an alternative download manager for Chrome, even something as simple as command-line wget, which considers ERR_CONTENT_LENGTH_MISMATCH (or equivalent) to be an error and either fails or automatically retries?










share|improve this question






















  • I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
    – Chloe
    Oct 13 '16 at 16:03















up vote
1
down vote

favorite












I sometimes find downloads made using Google Chrome get interrupted, causing files to be truncated. Chrome seems to detect this situation as ERR_CONTENT_LENGTH_MISMATCH, but then ignores the error and considers the download to be successful. There is thus no notification that the downloaded file is incomplete.



The code in Chromium which causes ERR_CONTENT_LENGTH_MISMATCH to be ignored seems to be here.



Is it possible to get Chrome to consider these interrupted downloads as corrupt and thus notify the user to retry? If not, is there an alternative download manager for Chrome, even something as simple as command-line wget, which considers ERR_CONTENT_LENGTH_MISMATCH (or equivalent) to be an error and either fails or automatically retries?










share|improve this question






















  • I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
    – Chloe
    Oct 13 '16 at 16:03













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I sometimes find downloads made using Google Chrome get interrupted, causing files to be truncated. Chrome seems to detect this situation as ERR_CONTENT_LENGTH_MISMATCH, but then ignores the error and considers the download to be successful. There is thus no notification that the downloaded file is incomplete.



The code in Chromium which causes ERR_CONTENT_LENGTH_MISMATCH to be ignored seems to be here.



Is it possible to get Chrome to consider these interrupted downloads as corrupt and thus notify the user to retry? If not, is there an alternative download manager for Chrome, even something as simple as command-line wget, which considers ERR_CONTENT_LENGTH_MISMATCH (or equivalent) to be an error and either fails or automatically retries?










share|improve this question













I sometimes find downloads made using Google Chrome get interrupted, causing files to be truncated. Chrome seems to detect this situation as ERR_CONTENT_LENGTH_MISMATCH, but then ignores the error and considers the download to be successful. There is thus no notification that the downloaded file is incomplete.



The code in Chromium which causes ERR_CONTENT_LENGTH_MISMATCH to be ignored seems to be here.



Is it possible to get Chrome to consider these interrupted downloads as corrupt and thus notify the user to retry? If not, is there an alternative download manager for Chrome, even something as simple as command-line wget, which considers ERR_CONTENT_LENGTH_MISMATCH (or equivalent) to be an error and either fails or automatically retries?







google-chrome browser download wget






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jun 16 '16 at 7:35









user200783

261510




261510












  • I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
    – Chloe
    Oct 13 '16 at 16:03


















  • I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
    – Chloe
    Oct 13 '16 at 16:03
















I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
– Chloe
Oct 13 '16 at 16:03




I have the opposite problem. Chrome started enforcing ERR_CONTENT_LENGTH_MISMATCH errors and I wish to ignore them for an old router. Otherwise the page won't even load!
– Chloe
Oct 13 '16 at 16:03










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Since you are using chrome a free alternative would be the plugin listed below.



Free Download Manager



This is a great program which which will show you download progress as well as errors if you run into any.



I prefer this over using chromes built in down-loader. As I have had a similar issue to yours. Give it a shot with some of the downloads you have had issues with.



For Information on what can cause this issue




  1. This issue can Be server related and nothing to do with chrome or what you are doing. Since the Server handles the request if something in the code is broken you could get a ERR_CONTENT_LENGTH_MISMATCH


  2. Could be that there is a proxy in-between you and the connection to the server and it miss handles something. Or it could be your proxy "If you use one".



-Usually getting to a site means you are possibly going through a proxy at some point or another. This is possible with downloads to. The Download link may go through a proxy to the Server to request the download.



I hope this information helps.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1089900%2fstop-chrome-ignoring-err-content-length-mismatch-for-downloads%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Since you are using chrome a free alternative would be the plugin listed below.



    Free Download Manager



    This is a great program which which will show you download progress as well as errors if you run into any.



    I prefer this over using chromes built in down-loader. As I have had a similar issue to yours. Give it a shot with some of the downloads you have had issues with.



    For Information on what can cause this issue




    1. This issue can Be server related and nothing to do with chrome or what you are doing. Since the Server handles the request if something in the code is broken you could get a ERR_CONTENT_LENGTH_MISMATCH


    2. Could be that there is a proxy in-between you and the connection to the server and it miss handles something. Or it could be your proxy "If you use one".



    -Usually getting to a site means you are possibly going through a proxy at some point or another. This is possible with downloads to. The Download link may go through a proxy to the Server to request the download.



    I hope this information helps.






    share|improve this answer

























      up vote
      0
      down vote













      Since you are using chrome a free alternative would be the plugin listed below.



      Free Download Manager



      This is a great program which which will show you download progress as well as errors if you run into any.



      I prefer this over using chromes built in down-loader. As I have had a similar issue to yours. Give it a shot with some of the downloads you have had issues with.



      For Information on what can cause this issue




      1. This issue can Be server related and nothing to do with chrome or what you are doing. Since the Server handles the request if something in the code is broken you could get a ERR_CONTENT_LENGTH_MISMATCH


      2. Could be that there is a proxy in-between you and the connection to the server and it miss handles something. Or it could be your proxy "If you use one".



      -Usually getting to a site means you are possibly going through a proxy at some point or another. This is possible with downloads to. The Download link may go through a proxy to the Server to request the download.



      I hope this information helps.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        Since you are using chrome a free alternative would be the plugin listed below.



        Free Download Manager



        This is a great program which which will show you download progress as well as errors if you run into any.



        I prefer this over using chromes built in down-loader. As I have had a similar issue to yours. Give it a shot with some of the downloads you have had issues with.



        For Information on what can cause this issue




        1. This issue can Be server related and nothing to do with chrome or what you are doing. Since the Server handles the request if something in the code is broken you could get a ERR_CONTENT_LENGTH_MISMATCH


        2. Could be that there is a proxy in-between you and the connection to the server and it miss handles something. Or it could be your proxy "If you use one".



        -Usually getting to a site means you are possibly going through a proxy at some point or another. This is possible with downloads to. The Download link may go through a proxy to the Server to request the download.



        I hope this information helps.






        share|improve this answer












        Since you are using chrome a free alternative would be the plugin listed below.



        Free Download Manager



        This is a great program which which will show you download progress as well as errors if you run into any.



        I prefer this over using chromes built in down-loader. As I have had a similar issue to yours. Give it a shot with some of the downloads you have had issues with.



        For Information on what can cause this issue




        1. This issue can Be server related and nothing to do with chrome or what you are doing. Since the Server handles the request if something in the code is broken you could get a ERR_CONTENT_LENGTH_MISMATCH


        2. Could be that there is a proxy in-between you and the connection to the server and it miss handles something. Or it could be your proxy "If you use one".



        -Usually getting to a site means you are possibly going through a proxy at some point or another. This is possible with downloads to. The Download link may go through a proxy to the Server to request the download.



        I hope this information helps.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 16 '16 at 8:32









        NetworkKingPin

        1,98811021




        1,98811021






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1089900%2fstop-chrome-ignoring-err-content-length-mismatch-for-downloads%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...