Created
June 18, 2014 22:41
-
-
Save daboross/b3f4b7c0d9ca3c22723f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "cloudbot/__main__.py", line 93, in <module> | |
main() | |
File "cloudbot/__main__.py", line 65, in main | |
restart = cloudbot.run(loop) | |
File "/home/daboross/Projects/Python/CloudBot/cloudbot/bot.py", line 109, in run | |
loop.run_until_complete(self._run(loop)) | |
File "/usr/lib/python3.4/asyncio/base_events.py", line 208, in run_until_complete | |
return future.result() | |
File "/usr/lib/python3.4/asyncio/futures.py", line 243, in result | |
raise self._exception | |
File "/usr/lib/python3.4/asyncio/tasks.py", line 319, in _step | |
result = coro.send(value) | |
File "/home/daboross/Projects/Python/CloudBot/cloudbot/bot.py", line 133, in _run | |
self.connections.append(network.client_class(self, loop, network)) | |
AttributeError: 'dict' object has no attribute 'append' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment