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
The third line subscribes the bot to pretty much all channels. I would like to limit the bot to just a few. I realize that subscribe_to_messages() calls the subscribe, which has an input name (the name of the publication to subscribe). I tried setting it to my channel name, but I it didnt work, showing me this error log:
{"msg":"nosub","id":"2","error":{"isClientSafe":true,"error":404,"reason":"Subscription '<CHANNEL_NAME>' not found","message":"Subscription '<CHANNEL_NAME>' not found [404]","errorType":"Meteor.Error"}}
Any advice as to how I can subscribe to only a select number of channels?
The text was updated successfully, but these errors were encountered:
Hi there
First of all, thanks for your cool repo.
In your example you do:
The third line subscribes the bot to pretty much all channels. I would like to limit the bot to just a few. I realize that
subscribe_to_messages()
calls thesubscribe
, which has an inputname
(the name of the publication to subscribe). I tried setting it to my channel name, but I it didnt work, showing me this error log:Any advice as to how I can subscribe to only a select number of channels?
The text was updated successfully, but these errors were encountered: