Skip to content

bug: system doesnt recognize caps after a bad terminal command #416

@jurij-jukic

Description

@jurij-jukic

Describe the bug

  • a bunch of messages of this kind start popping up for various permutations of processes:
Wed 15:53 event loop: process http_server:distro:sys doesn't have capability to message process main:command_center:appattacc.os
  • my guess is that this starts happening after running a command which inputs the wrong type. i.e. worker_address here is supposed to be an Address, but i am inputting a string:
m astronaut.os@main:command_center:appattacc.os '{"BackupRetrieve": {"node_id": "sour-cabbage.os", "worker_address":""}}'

so you can probably recreate this with any app you are working by simply inputting a wrong type. but maybe i'm wrong and if something else is the cause, here is how to reproduce.

To Reproduce

  1. install the following commit of command center on your kinode
  2. run the command:
m astronaut.os@main:command_center:appattacc.os '{"BackupRetrieve": {"node_id": "sour-cabbage.os", "worker_address":""}}'
  1. a bunch of previously successful caps will stop working

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions