<div dir="ltr"><br><div><p style="box-sizing:border-box;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px;margin-top:0px">Hi.</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px">Now I got some testing using latest release.</p><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px">When I test "download" method, the server responds with the following fail message:</p><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:11.9px;margin-top:0px;margin-bottom:16px;word-wrap:normal;padding:16px;overflow:auto;line-height:1.45;background-color:rgb(246,248,250);border-radius:3px;color:rgb(36,41,46)"><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;padding:0px;margin:0px;background:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal">{
    "_id" : "000000-TEST-FFFFFF123456:task_5b87c417f3847800d5f1f3e2",
    "provisions" : "[[\"download\",\"1 Firmware Upgrade Image\",null,null]]",
    "code" : "too_many_commits",
    "message" : "Too many commit iterations",
    "timestamp" : ISODate("2018-08-30T10:16:56.482Z"),
    "retries" : 0,
    "device" : "000000-TEST-FFFFFF123456",
    "channel" : "task_5b87c417f3847800d5f1f3e2"
}
</code></pre><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,46);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14px">At that time, when I looked at the device document, I could see dozens of fields added to the Download object like below. (I am testing with easycwmp.)</p><pre style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:11.9px;margin-top:0px;word-wrap:normal;padding:16px;overflow:auto;line-height:1.45;background-color:rgb(246,248,250);border-radius:3px;color:rgb(36,41,46);margin-bottom:0px"><code style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;padding:0px;margin:0px;background:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal">   "Downloads" : {
        "1" : {
            "CompleteTime" : {
                "_object" : false,
                "_timestamp" : ISODate("2018-08-30T10:16:56.485Z"),
                "_type" : "xsd:dateTime",
                "_value" : ISODate("1970-01-01T00:00:00.000Z"),
                "_writable" : false
            },
            "Download" : {
                "_object" : false,
                "_timestamp" : ISODate("2018-08-30T10:16:56.485Z"),
                "_type" : "xsd:dateTime",
                "_value" : ISODate("1970-01-01T00:00:00.000Z"),
                "_writable" : true
            },
            "FileName" : {
                "_object" : false,
                "_timestamp" : ISODate("2018-08-30T10:16:56.485Z"),
                "_type" : "xsd:string",
                "_value" : "",
                "_writable" : true
            },
            "FileType" : {
                "_object" : false,
     ...
        }</code></pre></div></div>