"download" method failure

varat za zavaratar at gmail.com
Thu Aug 30 20:40:31 EDT 2018


Hi.

Now I got some testing using latest release.

When I test "download" method, the server responds with the following fail
message:

{
    "_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"
}

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

   "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,
     ...
        }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20180831/6f65f093/attachment.html>


More information about the Users mailing list