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

Async IO issue #18

Open
SilverRainZ opened this issue Mar 30, 2019 · 0 comments
Open

Async IO issue #18

SilverRainZ opened this issue Mar 30, 2019 · 0 comments
Assignees
Labels

Comments

@SilverRainZ
Copy link
Owner

[INFO 03-30 16:09:08 labots.irc.client] Connecting to IRC server irc://chat.freenode.net:6667 ...
/usr/lib/python3.7/site-packages/labots/irc/client.py:85: RuntimeWarning: coroutine 'TLSSupport.connect' was never awaited
  tls_verify = self._tls_verify)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
[INFO 03-30 16:09:08 labots.bot.manager] Loading bots from path '/var/lib/labots/bots' ...
[INFO 03-30 16:09:08 labots.bot.manager] Configuration of bot 'example' is loaded
[INFO 03-30 16:09:08 sqlitedict] opening Sqlite table 'bots.example' in /var/lib/labots/storage.db
[INFO 03-30 16:09:08 sqlitedict] opening Sqlite table 'bots.example' in /var/lib/labots/cache.db
[INFO 03-30 16:09:08 labots.bot.manager] Bot 'example' overrides: ['init', 'on_message']
[INFO 03-30 16:09:08 labots.bot.bot:example] {'targets': [None]}
[INFO 03-30 16:09:08 labots.bot.manager] Bot 'example' is loaded
[INFO 03-30 16:09:08 labots.api.server] Starting the API server, listening on http://localhost:30553 ...
[INFO 03-30 16:09:08 labots.irc.client] Starting handle messages from IRC server...
/usr/lib/python3.7/site-packages/labots/irc/client.py:89: RuntimeWarning: coroutine 'BasicClient.handle_forever' was never awaited
  self._client.handle_forever()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
@SilverRainZ SilverRainZ self-assigned this Mar 30, 2019
@SilverRainZ SilverRainZ changed the title LABots won't run when installed in root Async IO issue Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant