You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Recently, I noticed that SublimeText is not reporting data to WakaTime.
I turned on debugging and found such an error (every time I run ST).
[WakaTime] [INFO] Initializing WakaTime plugin v11.0.2
[WakaTime] [INFO] Current wakatime-cli version is v1.30.5
[WakaTime] [INFO] Checking for updates to wakatime-cli...
[WakaTime] [DEBUG] GitHub API Response 304
[WakaTime] [INFO] Found an updated wakatime-cli v1
[WakaTime] [INFO] Downloading wakatime-cli...
[WakaTime] [DEBUG] Downloading wakatime-cli from https://github.com/wakatime/wakatime-cli/releases/download/v1
[WakaTime] [DEBUG] Traceback (most recent call last):
File "C:\Users\mcwnuq\AppData\Roaming\Sublime Text 3\Packages\WakaTime\WakaTime.py", line 639, in run
download(url, zip_file)
File "C:\Users\mcwnuq\AppData\Roaming\Sublime Text 3\Packages\WakaTime\WakaTime.py", line 892, in download
urlretrieve(url, filePath)
File "./python3.3/urllib/request.py", line 181, in urlretrieve
File "./python3.3/urllib/request.py", line 156, in urlopen
File "./python3.3/urllib/request.py", line 475, in open
File "./python3.3/urllib/request.py", line 587, in http_response
File "./python3.3/urllib/request.py", line 513, in error
File "./python3.3/urllib/request.py", line 447, in _call_chain
File "./python3.3/urllib/request.py", line 595, in http_error_default
urllib.error.HTTPError: HTTP Error 400: Bad Request
The text was updated successfully, but these errors were encountered:
Hi,
Recently, I noticed that SublimeText is not reporting data to WakaTime.
I turned on debugging and found such an error (every time I run ST).
The text was updated successfully, but these errors were encountered: