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

AttributeError: 'NoneType' object has no attribute 'levelno' #2109

Closed
julien-duponchelle opened this issue Jun 19, 2017 · 1 comment
Closed
Labels

Comments

@julien-duponchelle
Copy link
Contributor

https://sentry.io/gns3/gns3-gui/issues/296697767/

AttributeError: 'NoneType' object has no attribute 'levelno'
(3 additional frame(s) were not displayed)
...
  File "gns3/node.py", line 306, in updateNodeCallback
    log.error("error while updating {}: {}".format(self.name(), result["message"]))
  File "logging/__init__.py", line 1308, in error
    self._log(ERROR, msg, args, **kwargs)
  File "logging/__init__.py", line 1415, in _log
    self.handle(record)
  File "logging/__init__.py", line 1425, in handle
    self.callHandlers(record)
  File "logging/__init__.py", line 1486, in callHandlers
    if record.levelno >= hdlr.level:

AttributeError: 'NoneType' object has no attribute 'levelno'
@julien-duponchelle julien-duponchelle added this to the 2.0.4 milestone Jun 19, 2017
@julien-duponchelle julien-duponchelle removed this from the 2.0.4 milestone Jul 20, 2017
@julien-duponchelle
Copy link
Contributor Author

Checked the crash in is in python internals which is weird. Look someone trying something and the whole log system is broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant