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

Only one private channel working. Other channels sent to <unknown-channel> #180

Open
zachdecook opened this issue Aug 19, 2022 · 1 comment · May be fixed by #181
Open

Only one private channel working. Other channels sent to <unknown-channel> #180

zachdecook opened this issue Aug 19, 2022 · 1 comment · May be fixed by #181

Comments

@zachdecook
Copy link

zachdecook commented Aug 19, 2022

When I connect, it connects to only one private channel, @dev-general the rest of the messages from the other private channels show up all in one . (private messages still come in fine).

This is strange, as ircslack seems to know about the channels

[2022-08-19T09:28:49-04:00]  INFO ircslack: User UUUUUUUUU (un) is typing on channel XXXXXXXXX (dev-general)
[2022-08-19T09:28:55-04:00]  INFO ircslack: User UUUUUUUUU (un) is typing on channel YYYYYYYYYYY (dev-internal)

(possibly related to #177 and #178)

More logs, but with descriptions:

# Sent a message in a private channel
[2022-08-19T16:23:54-04:00]  WARN ircslack: Unknown channel type for channel &{GroupConversation:{Conversation:{ID:REDACTED1 Created:"Fri Aug 19" IsOpen:true LastRead:1660940548.263369 Latest:<nil> UnreadCount:0 UnreadCountDisplay:0 IsGroup:false IsShared:false IsIM:false IsExtShared:false IsOrgShared:false IsPendingExtShared:false IsPrivate:true IsMpIM:false Unlinked:0 NameNormalized:zach-private-channel NumMembers:0 Priority:0 User:} Name:zach-private-channel Creator:REDACTED2 IsArchived:false Members:[] Topic:{Value: Creator: LastSet:"Wed Dec 31"} Purpose:{Value: Creator: LastSet:"Wed Dec 31"}} IsChannel:true IsGeneral:false IsMember:true Locale:en-US}
[2022-08-19T16:23:59-04:00]  INFO ircslack: Current Slack latency: 668.594506ms
[2022-08-19T16:24:29-04:00]  INFO ircslack: Current Slack latency: 684.277498ms
# threaded message in that private channel (works)
[2022-08-19T16:24:31-04:00]  INFO ircslack: Joined channel +zach-private-channel-1660940633.998769
# reaction to the threaded message (doesn't work)
[2022-08-19T16:24:43-04:00]  WARN ircslack: Unknown channel type for channel &{GroupConversation:{Conversation:{ID:REDACTED1 Created:"Fri Aug 19" IsOpen:true LastRead:1660940548.263369 Latest:<nil> UnreadCount:0 UnreadCountDisplay:0 IsGroup:false IsShared:false IsIM:false IsExtShared:false IsOrgShared:false IsPendingExtShared:false IsPrivate:true IsMpIM:false Unlinked:0 NameNormalized:zach-private-channel NumMembers:0 Priority:0 User:} Name:zach-private-channel Creator:REDACTED2 IsArchived:false Members:[] Topic:{Value: Creator: LastSet:"Wed Dec 31"} Purpose:{Value: Creator: LastSet:"Wed Dec 31"}} IsChannel:true IsGeneral:false IsMember:true Locale:en-US}
@MoistGoolem
Copy link

:shipit:

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

Successfully merging a pull request may close this issue.

2 participants