wakatime / notepadpp-wakatime

Notepad++ plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/notepad++
BSD 3-Clause "New" or "Revised" License
82 stars 31 forks source link

Doesn't work. WakaTime v2.0.3, Notepad++ v6.8 #15

Closed ttyk closed 8 years ago

ttyk commented 8 years ago

Looks like plugin doesn't send any data. Client tooken is set correctly.

%AppData%\Roaming\Notepad++\plugins\config\WakaTime.log file:

http://puu.sh/lRnOS/f02fad52c8.log

OS: Windows 10 Enterprise PS: There is no FireWall on WS, but there is IPTables on my main server, still they are not droping any requests.

alanhamlett commented 8 years ago

This line says it can't find wakatime cli so there must be a bug with downloading and extracting wakatime cli: CLI STDERR: C:\Py27\pythonw: can't open file 'C:\Users\ttyk\AppData\Roaming\Notepad++\plugins\Config\wakatime-master\wakatime\cli.py': [Errno 2] No such file or directory

As a temporary fix, you could download wakatime cli and extract it to C:\Users\ttyk\AppData\Roaming\Notepad++\plugins\Config.

ttyk commented 8 years ago

Doesn't seems that it done anything.

I installed wakatime-master, restarted npp and writted couple files. Still no data.

In new log file: [Wakatime Info 05:22:16 PM] Initializing WakaTime v2.0.3 [Wakatime Info 05:22:16 PM] Finished initializing WakaTime v2.0.3

ttyk commented 8 years ago

For some reason, after half a year i've got email from wakatime bot, and it seems that wakatime works fine now. My guess that my common version of python had fuckup HTTPS libs.

alanhamlett commented 8 years ago

Glad it's fixed!