allista / WakatimeBlender

This is a plugin for the Blender that sends statistics to the Wakatime time tracking service.
MIT License
27 stars 16 forks source link

Error #17

Closed DaCuteRaccoon closed 2 years ago

DaCuteRaccoon commented 2 years ago

Zip installs fine, but enabling it, there is an error: image

allista commented 2 years ago

WakatimeBlender-2.0.0 is made for blender-2.93 and was not tested with earlier versions. So I suggest you to upgrade your blender installation to 2.93.

Still, I'll look into it, and if this is the only incompatibility, I'll fix it.

allista commented 2 years ago

Fixed the issue in the new release:

https://github.com/allista/WakatimeBlender/releases/tag/v2.0.1-b2.93

Please, download the .zip archive from the Releases section and confirm it's working.

alanhamlett commented 2 years ago

@DaCuteRaccoon is it working for you now?

MasterKrepta commented 2 years ago

I got an almost identical issue to this one last night with the 3.0 version. I did not have time to attempt to diagnose it.

allista commented 2 years ago

But you're on 2.91, so you have to use 2.9 (i.e. master) branch.

MasterKrepta commented 2 years ago

This is the error I am getting off a fresh install of the official release of Blender 3.0 (using the 2.0.1 for blender 3.0.0 release)

image

KennethVassbakk commented 2 years ago

This is the error I am getting off a fresh install of the official release of Blender 3.0 (using the 2.0.1 for blender 3.0.0 release)

image

An easy fix is to rename the folder within the script/addon to WakatimeBlender-2 (from WakatimeBlender-2.0.1-b3.0.0)

MasterKrepta commented 2 years ago

Thank you @KennethVassbakk That worked. I had renamed it 2.0 originally and that didn't work, but this did.

DaCuteRaccoon commented 2 years ago

But you're on 2.91, so you have to use 2.9 (i.e. master) branch.

But how do I check my version of blender?

BSoDium commented 2 years ago

@DaCuteRaccoon click on the blender logo (top left) then splash screen. The blender version should be shown on top right corner of the newly opened window. Thank you @KennethVassbakk that did work btw.

DaCuteRaccoon commented 2 years ago

Ok

DoodleBears commented 2 years ago

This is the error I am getting off a fresh install of the official release of Blender 3.0 (using the 2.0.1 for blender 3.0.0 release) image

An easy fix is to rename the folder within the scripts\addons to WakatimeBlender-2 (from WakatimeBlender-2.0.1-b3.0.0)

Thank you.

  1. Just extract the .zip and copy the folder to scripts/addons
  2. Rename the folder from [WakatimeBlender-2.0.1-b3.0.0] to [WakatimeBlender-2]
  3. Refresh blender add-ons
  4. Done
Snailedlt commented 2 years ago

Can confirm that renaming like this comment says fixes the issue. https://github.com/allista/WakatimeBlender/issues/17#issuecomment-1013696126

@allista Maybe you can update the release?

allista commented 2 years ago

Unfortunately, the name of the archive is generated by GitHub automatically, so the only way to work around this is to manually create release archives.

For now I've updated the README, including the renaming step.