-
Notifications
You must be signed in to change notification settings - Fork 44
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
Sublime Text 3 Plugin not logging data on macOS #78
Comments
Same here. |
In my case the error was pretty embarassing. And of course in the file
After removing that line everything works fine. Shame on me! Great component. I love it! |
@dblalock which version of Python are you using? Anaconda Python and older versions of Python 2 use an ssl module that can't verify SSL certs correctly. Can you try upgrading Python to Python 3? |
I'm not really willing to change my default python, but if there's a way to have the plugin use a virtualenv I'd be up for trying that. |
Fixed with 385ba81 and released in v7.0.25 today. After Package Control upgrades your WakaTime plugin, change your |
I went through the install steps for sublime text 3, including entering my API key, but the dashboard claims it’s received no data. ~/.wakatime.log exists but is empty:
cat ~/.wakatime.log | wc -c
0
The user agents endpoint API just displays (in the browser):
{
"data": []
}
After turning on Debug mode, I obtained the following (relevant) lines in the console:
Relevant info from the .wakatime.log:
This error apparently happens every ~4 minutes.
I’m on macOS 10.12.6, Sublime Text 3.0 build 3143.
The text was updated successfully, but these errors were encountered: