You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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!
Still no luck with
invite.use
after #194 (not surprising, since that change was related tosbotcli
). To be clear, I am calling this as a muxrpc command (via TCP connection) and not as ansbotcli
command.The muxrpc handler appears to have been created but maybe it's not registered? See:
go-ssb/plugins/legacyinvites/guest.go
Line 23 in 1f52f69
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="
The text was updated successfully, but these errors were encountered: