nerves-hub / nerves_hub_link

Connect devices to NervesHub via a Phoenix channel
https://hex.pm/packages/nerves_hub_link
Apache License 2.0
36 stars 18 forks source link

Update dependencies #116

Closed fhunleth closed 1 year ago

fhunleth commented 1 year ago
fhunleth commented 1 year ago

It's ready for review. Someone disturbingly, I was seeing the following early this morning:

** (Mix) Could not start application nerves_hub_link: NervesHubLink.Application.start(:normal, []) returned an error: shutdown: failed to start child: NervesHubLinkCommon.UpdateManager
    ** (EXIT) an exception was raised:
        ** (ArgumentError) invalid arg: fwup_devpath
            (nerves_hub_link_common 0.4.1) lib/nerves_hub_link_common/fwup_config.ex:65: NervesHubLinkCommon.FwupConfig.validate_fwup_devpath!/1
            (nerves_hub_link_common 0.4.1) lib/nerves_hub_link_common/fwup_config.ex:49: NervesHubLinkCommon.FwupConfig.validate!/1
            (nerves_hub_link_common 0.4.1) lib/nerves_hub_link_common/update_manager.ex:105: NervesHubLinkCommon.UpdateManager.init/1
            (stdlib 4.1.1) gen_server.erl:851: :gen_server.init_it/2
            (stdlib 4.1.1) gen_server.erl:814: :gen_server.init_it/6
            (stdlib 4.1.1) proc_lib.erl:240: :proc_lib.init_p_do_apply/3

Exited with code exit status 1

CircleCI received exit code 1

That error has gone away when I revisited this evening.