wakatime / blender-wakatime

Blender plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/blender
MIT License
19 stars 2 forks source link

Could not download the Wakatime client. There was an HTTP error 404 #3

Open L0Lock opened 1 year ago

L0Lock commented 1 year ago

On Blender 3.4.1 Stable:

Read prefs: C:\Users\Lauloque\AppData\Roaming\Blender Foundation\Blender\3.4\config\userpref.blend
Reloading external rigs...
Reloading external metarigs...
[Wakatime] [INFO] Initializing Wakatime plugin v2.0.1
[Wakatime] [INFO] Downloading Wakatime...
[Wakatime] [ERROR] Could not download the Wakatime client. There was an HTTP error.
Exception in thread Thread-1:
Traceback (most recent call last):
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\threading.py", line 1016, in _bootstrap_inner
    self.run()
  File "C:\AppInstall\Blender\MyScripts\addons\wakatime-2-0-1\wakatime_blender\wakatime_downloader.py", line 93, in run
    raise e
  File "C:\AppInstall\Blender\MyScripts\addons\wakatime-2-0-1\wakatime_blender\wakatime_downloader.py", line 82, in run
    with urllib.request.urlopen(req, context=context) as r, open(
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 216, in urlopen
    return opener.open(url, data, timeout)
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 525, in open
    response = meth(req, response)
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 634, in http_response
    response = self.parent.error(
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 563, in error
    return self._call_chain(*args)
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 496, in _call_chain
    result = func(*args)
  File "C:\AppInstall\Blender\stable\blender-3.4.1+stable.55485cb379f7\3.4\python\lib\urllib\request.py", line 643, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found