Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"magic-folder status" doesn't understand invite events #758

Open
meejah opened this issue Sep 19, 2024 · 1 comment
Open

"magic-folder status" doesn't understand invite events #758

meejah opened this issue Sep 19, 2024 · 1 comment

Comments

@meejah
Copy link
Collaborator

meejah commented Sep 19, 2024

No description provided.

@meejah
Copy link
Collaborator Author

meejah commented Sep 19, 2024

Traceback (most recent call last):
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/autobahn/twisted/websocket.py", line 384, in _onMessageEnd
    self.onMessageEnd()
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/autobahn/websocket/protocol.py", line 651, in onMessageEnd
    f = self.fire("message", payload, is_binary=self.message_is_binary)
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/autobahn/util.py", line 852, in fire
    future = txaio.as_future(handler, *args, **kwargs)
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/txaio/tx.py", line 369, in as_future
    return maybeDeferred(fun, *args, **kwargs)
--- <exception caught here> ---
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/twisted/internet/defer.py", line 212, in maybeDeferred
    result = f(*args, **kwargs)
  File "/home/meejah/tahoe/venv/lib/python3.11/site-packages/magic_folder/cli.py", line 495, in message
    assert "kind" in event and event["kind"] in updates, "weird: {}".format(event["kind"])
builtins.AssertionError: weird: invite-created

@meejah meejah changed the title "tahoe status" doesn't understand invite events "magic-folder status" doesn't understand invite events Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant