-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
aw-qt not starting : got an ImportError out of nowhere! #161
Comments
Seems like an odd crash indeed.
Seems like some library fails to load?
When googling that ImportError line I get lots of results which are also related to Python and PyInstaller, maybe looking at those could helpwith understanding what's broken aswell? |
In the meantime, you can try running |
No longer an isolated incident: https://twitter.com/daarkecloud/status/951089936601681920 Bumping priority. |
Found this interesting discussion: https://bugs.freedesktop.org/show_bug.cgi?id=101564 Ubuntu published an updated libdrm for 16.04 on the third on January, probably related: https://launchpad.net/ubuntu/+source/libdrm/2.4.83-1~16.04.1 |
Found some other projects having a very similar issue and setup: Apparently, a workaround is to remove or rename |
My best guess is that the previous instance of aw-server is still running. If you can still access the web UI, that is definitely the case. Kill the process manually (using the terminal or a process manager) and try again. Sorry for the problems, and thanks for helping us learn about these issues :) |
@ErikBjare I'm happy to help. |
Alright, so what we should do in order to close this issue is:
|
Removed libdrm.so.2 here: 73342d4 Gave address already in use a proper error message here: ActivityWatch/aw-server@9182eaf So we should be done here, closing. |
I was happily living my life using activity watch. yesterday I found out that activity watch is not running so I checked my startup applications and copied the code that I'd added there long time ago to see the problem:
as I pasted this to terminal:
/usr/bin/activitywatch/activitywatch/aw-qt
this error showed up:
and since then I have not been able to work things around, and I just loosed all of my logs.
please help. :D
os : ubuntu 16.04
The text was updated successfully, but these errors were encountered: