Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audiodude/8bacb185c588a4e6d10b2f2a8c1ffd67 to your computer and use it in GitHub Desktop.
Save audiodude/8bacb185c588a4e6d10b2f2a8c1ffd67 to your computer and use it in GitHub Desktop.
20-07-06 01:46:26 Unhandled Error
Traceback (most recent call last):
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/python/log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/python/log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/python/context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/python/context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/internet/selectreactor.py", line 149, in _doReadOrWrite
why = getattr(selectable, method)()
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/internet/tcp.py", line 627, in doConnect
self._connectDone()
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/internet/tcp.py", line 656, in _connectDone
self.protocol.makeConnection(self)
File "/Users/tmoney/Dropbox/code/evennia/evennia/server/portal/amp.py", line 348, in makeConnection
amp.BinaryBoxProtocol.makeConnection(self, transport)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/twisted/protocols/amp.py", line 2391, in makeConnection
self.connectionMade()
File "/Users/tmoney/Dropbox/code/evennia/evennia/server/amp_client.py", line 116, in connectionMade
self.factory.server.run_initial_setup()
File "/Users/tmoney/Dropbox/code/evennia/evennia/server/server.py", line 344, in run_initial_setup
last_initial_setup_step = ServerConfig.objects.conf("last_initial_setup_step")
File "/Users/tmoney/Dropbox/code/evennia/evennia/server/manager.py", line 50, in conf
if not conf:
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/models/query.py", line 278, in __bool__
self._fetch_all()
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/models/query.py", line 1242, in _fetch_all
self._result_cache = list(self._iterable_class(self))
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/models/query.py", line 55, in __iter__
results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/models/sql/compiler.py", line 1140, in execute_sql
cursor.execute(sql, params)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 67, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
return executor(sql, params, many, context)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
File "/Users/tmoney/Dropbox/code/evennia/venv/lib/python3.8/site-packages/django/db/backends/sqlite3/base.py", line 383, in execute
return Database.Cursor.execute(self, query, params)
builtins.MemoryError:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment