-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
- install the following commit of command center on your kinode
- run the command:
m astronaut.os@main:command_center:appattacc.os '{"BackupRetrieve": {"node_id": "sour-cabbage.os", "worker_address":""}}'
- a bunch of previously successful caps will stop working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working