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

Issue in remind.py #156

Open
edwardslabs opened this issue Apr 23, 2015 · 0 comments
Open

Issue in remind.py #156

edwardslabs opened this issue Apr 23, 2015 · 0 comments

Comments

@edwardslabs
Copy link
Member

https://github.com/CloudBotIRC/CloudBot/blob/1.0.8/plugins/remind.py#L99

Not enough arguments to call add_reminders(). I can't look at it now but wanted to report it before I forgot.

[17:11:16] [ERROR] Error in hook remind:check_reminders Traceback (most recent call last): File "/home/user/CloudBot/cloudbot/plugin.py", line 378, in _execute_hook out = yield from self._execute_hook_sync(hook, event) File "/home/user/CloudBot/cloudbot/plugin.py", line 357, in _execute_hook_sync return (yield from hook.function(*parameters)) File "/home/user/CloudBot/plugins/remind.py", line 99, in check_reminders yield from add_reminder(async, db, network, remind_time, user) TypeError: add_reminder() missing 3 required positional arguments: 'message', 'remind_time', and 'added_time' ERROR:cloudbot:Error in hook remind:check_reminders Traceback (most recent call last): File "/home/user/CloudBot/cloudbot/plugin.py", line 378, in _execute_hook out = yield from self._execute_hook_sync(hook, event) File "/home/user/CloudBot/cloudbot/plugin.py", line 357, in _execute_hook_sync return (yield from hook.function(*parameters)) File "/home/user/CloudBot/plugins/remind.py", line 99, in check_reminders yield from add_reminder(async, db, network, remind_time, user) TypeError: add_reminder() missing 3 required positional arguments: 'message', 'remind_time', and 'added_time'

linuxdaemon pushed a commit to linuxdaemon/CloudBot that referenced this issue Sep 21, 2017
linuxdaemon pushed a commit to linuxdaemon/CloudBot that referenced this issue Jan 3, 2018
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

No branches or pull requests

1 participant