wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 47 forks source link

wakatime-core output error [ESC][?1034h #75

Closed brianbruggeman closed 2 years ago

brianbruggeman commented 6 years ago

Seems like there's a bug, but I think wakatime is also getting my updates. So I'm not sure why I have this problem... basic problem is a bunch of extraneous / non-valuable errors (pages and pages of errors):

[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
[WakaTime] [ERROR] wakatime-core output: [?1034h
alanhamlett commented 6 years ago

What version of Python is installed on your machine, and if it's older than 3.6 are you able to update it?

I'm thinking it could be related to a bug in Python: https://bugs.python.org/issue19884

brianbruggeman commented 6 years ago

I have python 2.7 and python 3.6 on my system.

But as I understand it, this is a sublime text plugin which runs explicitly on python 3.3 and there's no way to update it. While I disagree with the author's stance for a variety of reasons, I don't think there's any push to move the developers to upgrade and break some of their ecosystem.

alanhamlett commented 6 years ago

Can you try the latest version 8.1.0 of the WakaTime plugin? It prefers Python3 now, so might have fixed this issue.

alanhamlett commented 2 years ago

Fixed now that we're using Go instead of Python for wakatime-cli.