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

Unhandled exception/Traceback: KeyError: 'data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json' #439

Closed
Erkan-Yilmaz opened this issue Apr 27, 2016 · 1 comment

Comments

@Erkan-Yilmaz
Copy link
Contributor

ZeroNet was running for ca. 7.5h when those exceptions happened:

[2016-04-27 01:00:59,567] DEBUG Site:1MaiL5..Ju27 69.122.63.218:15441 Getting connection...
[2016-04-27 01:00:59,567] ERROR - Unhandled exception
Traceback (most recent call last):
File "/home/AngelaMerkel/.local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "src/File/FileRequest.py", line 139, in actionUpdate
peer.last_content_json_update = site.content_manager.contents[params["inner_path"]]["modified"]
KeyError: 'data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json'

[2016-04-27 01:00:59,568] DEBUG Site:1MaiL5..Ju27 24.203.7.149:15441 Getting connection...
[2016-04-27 01:00:59,568] ERROR - Unhandled exception
Traceback (most recent call last):
File "/home/AngelaMerkel/.local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "src/File/FileRequest.py", line 139, in actionUpdate
peer.last_content_json_update = site.content_manager.contents[params["inner_path"]]["modified"]
KeyError: 'data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json'

[2016-04-27 01:00:59,569] ERROR - Unhandled exception
Traceback (most recent call last):
File "/home/AngelaMerkel/.local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "src/File/FileRequest.py", line 139, in actionUpdate
peer.last_content_json_update = site.content_manager.contents[params["inner_path"]]["modified"]
KeyError: 'data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json'

[2016-04-27 01:00:59,569] ERROR - Unhandled exception
Traceback (most recent call last):
File "/home/AngelaMerkel/.local/lib/python2.7/site-packages/gevent/greenlet.py", line 327, in run
result = self._run(_self.args, *_self.kwargs)
File "src/File/FileRequest.py", line 139, in actionUpdate
peer.last_content_json_update = site.content_manager.contents[params["inner_path"]]["modified"]
KeyError: 'data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json'
[2016-04-27 01:00:59,574] DEBUG Site:1MaiL5..Ju27 Downloading data/users/13rBMTrszAYoc5jPgSMzkrBWNKCvJNY9zp/content.json...

used versions:

  • ZeroNet 0.3.7 r1275
  • gevent 1.0.2
  • greenlet 0.4.9
@HelloZeroNet
Copy link
Owner

thx, fixed: 432aa03

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

2 participants