Websocket API: channel.session.reset - invalid topic
Hello all,
Not sure if this is the right place to post about this.
I'm writing a Websocket API client and am getting an error when I try to subscribe to the channel.session.reset topic.
The response I get is this:
{
id: 'blah',
ts: 'blah',
type: 'response',
nonce: 'blah',
error: 'err_bad_request',
data: { message: 'invalid topic specified' }
}Using the same code I have no problem subscribing to the channel.session.update topic:
{
id: 'blah',
ts: 'blah',
type: 'response',
nonce: 'blah',
data: {
message: 'successfully subscribed to topic',
room: 'blah',
topic: 'channel.session.update'
}
}So I believe my code is correct. (Quadruple checked the topic string in my code is correct as well.)
Is there something I'm maybe missing, or could this be an API bug?
Thanks!
0
-
It's been some time, but just to confirm the topic is working fine. Not sure if it was a bug by the time, though.
{ "type":"subscribe", "nonce":"1736596309572-11", "data":{ "topic":"channel.session.reset", "token":"YOUR_TOKEN", "token_type":"TOKEN_TYPE" } }0
Please sign in to leave a comment.
Comments
1 comment