Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Async IO issue #18

@SilverRainZ

Description

@SilverRainZ
[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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions