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

occasional crash #3

Open
tshirtman opened this issue Oct 23, 2017 · 0 comments
Open

occasional crash #3

tshirtman opened this issue Oct 23, 2017 · 0 comments

Comments

@tshirtman
Copy link

tshirtman commented Oct 23, 2017

I'm not sure yet of the cause, i though it was going to suspend mode, but i just tested and apparently not, anyway, this happened two times already, every time after a long period of use.

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/home/gabriel/.local/lib/python3.5/site-packages/brightml/xdisplay.py", line 95, in main_thread_fn
    self.get_window_info(event)
  File "/home/gabriel/.local/lib/python3.5/site-packages/brightml/xdisplay.py", line 49, in get_window_info
    active_window = self.get_window(event)
  File "/home/gabriel/.local/lib/python3.5/site-packages/brightml/xdisplay.py", line 42, in get_window
    window_name = active_window.get_full_property(self.NET_WM_NAME, 0).value
AttributeError: 'NoneType' object has no attribute 'value'

edit, happened again during/after a longer period of sleep, so i'm not sure.

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