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

RuntimeError dict changed #25

Open
xmonader opened this issue Sep 8, 2019 · 1 comment
Open

RuntimeError dict changed #25

xmonader opened this issue Sep 8, 2019 · 1 comment

Comments

@xmonader
Copy link
Owner

xmonader commented Sep 8, 2019

Traceback (most recent call last):
  File "/home/xmonader/.local/share/virtualenvs/pygundb-raBiLwH6/lib/python3.6/site-packages/gevent/pywsgi.py", line 976, in handle_one_response
    self.run_application()
  File "/home/xmonader/.local/share/virtualenvs/pygundb-raBiLwH6/lib/python3.6/site-packages/geventwebsocket/handler.py", line 75, in run_application
    self.run_websocket()
  File "/home/xmonader/.local/share/virtualenvs/pygundb-raBiLwH6/lib/python3.6/site-packages/geventwebsocket/handler.py", line 52, in run_websocket
    list(self.application(self.environ, lambda s, h, e=None: []))
  File "/home/xmonader/.local/share/virtualenvs/pygundb-raBiLwH6/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__
    return self.wsgi_app(environ, start_response)
  File "/home/xmonader/.local/share/virtualenvs/pygundb-raBiLwH6/lib/python3.6/site-packages/flask_sockets.py", line 45, in __call__
    handler(environment, **values)
  File "/home/xmonader/wspace/pygundb/gundb/server.py", line 30, in gun
    server.process_message(msgstr)
  File "/home/xmonader/wspace/pygundb/gundb/gunrequesthandler.py", line 104, in process_message
    self.push_diffs(overalldiff)
  File "/home/xmonader/wspace/pygundb/gundb/gunrequesthandler.py", line 141, in push_diffs
    self.backend.put(soul, k, v, state, self.graph)
  File "/home/xmonader/wspace/pygundb/gundb/backends/backend.py", line 81, in put
    root = search(soul, graph)
  File "/home/xmonader/wspace/pygundb/gundb/backends/resolvers.py", line 120, in search
    for key, val in graph.items():
RuntimeError: dictionary changed size during iteration
2019-09-08T18:30:13Z {'REMOTE_ADDR': '127.0.0.1', 'REMOTE_PORT': '34468', 'HTTP_HOST': '127.0.0.1:8000', (hidden keys: 32)} failed with RuntimeError


@xmonader
Copy link
Owner Author

doesn't seem to happen anymore

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