Invite.use #42

Open
opened 2022-05-26 17:32:57 +00:00 by notplants · 4 comments
Owner

Running 'cargo run --example invite' with patchwork running in the background, I get this error, from the invite.use part:

Application error: SSB RPC failure: json decoding

If I change to use Keystore::GoSbot and run go-sbot in the background, I get this error:
Application error: Sbot returned an error response: muxrpc: no such command: invite.use

So from my testing, the invite.use functionality in golgi might not be working right now.

Running 'cargo run --example invite' with patchwork running in the background, I get this error, from the invite.use part: Application error: SSB RPC failure: json decoding If I change to use Keystore::GoSbot and run go-sbot in the background, I get this error: ```Application error: Sbot returned an error response: muxrpc: no such command: invite.use``` So from my testing, the invite.use functionality in golgi might not be working right now.
glyph added the
bug
label 2022-06-08 10:24:45 +00:00
Owner

Hmm GoSbot seems to implement the invite.use call so I'm not sure why that error is being returned.

The Patchwork error suggests we're attempting to decode the returned JSON into the wrong shape.

I'll take a closer look at this in due course.

Hmm GoSbot seems to implement the `invite.use` call so I'm not sure why that error is being returned. The Patchwork error suggests we're attempting to decode the returned JSON into the wrong shape. I'll take a closer look at this in due course.
Contributor

sbotcli supports invite accept <invite> <feed-id> now:

https://github.com/ssbc/go-ssb/pull/194

✌️

`sbotcli` supports `invite accept <invite> <feed-id>` now: > https://github.com/ssbc/go-ssb/pull/194 :v:
Contributor

Was struggling with a related error in the actual Go API code over in https://github.com/ssbc/go-ssb/issues/203 but maybe not related. There is some magic in the way go-ssb wires up the invite accept but it's working from the sbotcli side now. Hopefully enough for this to work!

Was struggling with a related error in the actual Go API code over in https://github.com/ssbc/go-ssb/issues/203 but maybe not related. There is some magic in the way `go-ssb` wires up the invite accept but it's working from the `sbotcli` side now. Hopefully enough for this to work!
Owner

Thanks, @decentral1se !

I'll keep this issue open for the moment, just until I have the chance to test the behaviour from golgi -> go-sbot.

Thanks, @decentral1se ! I'll keep this issue open for the moment, just until I have the chance to test the behaviour from `golgi` -> `go-sbot`.
glyph added this to the Enhancements and fixes project 2022-11-22 12:12:44 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: golgi-ssb/golgi#42
No description provided.