-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error: Cannot resolve receiver #37
Comments
Ok so the error is being thrown by There was a lot of changes made relating to the groups and this specific exception was introduced in |
I see. Could you provide the initialization code that you use to start the bot and register the groups? I tried to make v0.8 backward compatible but there are probably still some bugs. You can also try to use the new |
Here is my current setup. config = {
"signal_service": SIGNAL_API_HOST,
"phone_number": SIGNAL_MOBILE_NO,
"storage": None,
}
bot = SignalBot(config)
for group_id, group_internal_id in .....:
bot.listen(group_id, group_internal_id)
bot.register(IPCommand())
bot.start() I'll try out the new |
Closing due to inactivity, please re-open if you are still having issues. |
Have you come across this error message
Cannot resolve receiver
before?I did a quick search but couldn't find the source code that throws this specific message.
The text was updated successfully, but these errors were encountered: