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

Invite use RPC method fails: no such command #236

Open
mycognosist opened this issue Nov 29, 2022 · 1 comment
Open

Invite use RPC method fails: no such command #236

mycognosist opened this issue Nov 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@mycognosist
Copy link
Member

Still no luck with invite.use after #194 (not surprising, since that change was related to sbotcli). To be clear, I am calling this as a muxrpc command (via TCP connection) and not as an sbotcli command.

The muxrpc handler appears to have been created but maybe it's not registered? See:

func (acceptHandler) Handled(m muxrpc.Method) bool { return m.String() == "invite.use" }

I am passing args as an array with a single item: the string generated by invite.create.

Example:

"127.0.0.1:8021:@4+aQ4kCvSvghIq2yTh6LPz0ELZ3x4CKd93JTwkoudPM=.ed25519~af378K0lqS1jBZ18hoRtU4IuP3B77Ia8UIKC63X5hrU="

@mycognosist mycognosist added the bug Something isn't working label Nov 29, 2022
@decentral1se
Copy link
Member

@mycognosist I was actually running into this myself in #203 (comment) and was unsure how to resolve. It seems to be some additional complexity there with navigating this "unauthenticated" endpoint... I will take another look at it this week, thanks for raising!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants