Uploading files to CPEs looping

Zaid Abdulla zaid at genieacs.com
Mon Jun 5 15:13:09 EDT 2017


On Thu, 2017-06-01 at 13:52 -0800, Dan Morphis wrote:
> I'm trying to do firmware/config upgrades with genie from master (as
> of 2 weeks ago). The modem successfully downloads the config file and
> reboots. Modem comes back online in the BOOTSTRAP state, and then
> genie sends the file to the CPE again, repeat over and over.

The logs show an exception. That explains why the task is never cleared
as tasks are cleared at the end of the session.

Could you update the function clearTasks in db.coffee to print the
value of taskIds console.dir()? For some reason the task ID is not a
valid Mongo ID and that's causing the exception. I assume you inserted
the task through the API, right?

-- 
Zaid Abdulla <zaid at genieacs.com>


More information about the Users mailing list