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

No "waka" in search #9

Closed krau5 closed 2 years ago

krau5 commented 3 years ago

There was no window where I could enter my API key. I've fully followed your instructions, although there is no "waka" in search. Blender - 2.9 Ubuntu 20.04 err

Vrungar commented 3 years ago

Same Here... Blender - 2.90.1 Windows 10

hannes-pj commented 3 years ago

How did you download the python-file?

I right-clicked and used "Save Link As..." ... and all I got was HTML (in the file WakaTime.py! :cry: ).

So it is better to:

  1. either clone the whole project, or
  2. click on the python-file (within GitHub) and then "Save Link As ..." with the "Raw" data :+1:

Direct link: https://github.com/allista/WakatimeBlender/raw/master/WakaTime.py

Blender 2.90.1 Linux Mint 20

krau5 commented 3 years ago

How did you download the python-file?

I right-clicked and used "Save Link As..." ... and all I got was HTML (in the file WakaTime.py! 😢 ).

So it is better to:

1. either clone the whole project, or

2. click on the python-file (within GitHub) and then "Save Link As ..." with the "Raw" data 👍

Direct link: https://github.com/allista/WakatimeBlender/raw/master/WakaTime.py

Blender 2.90.1 Linux Mint 20

I did exactly the same. However that doesn't work

hannes-pj commented 3 years ago

I did exactly the same. However that doesn't work

That's too bad. Sorry to hear. For me it worked, just today I downloaded the raw py-file and installed the plugin on a fresh Mint- and Blender-installation ... and it worked... and Mint being that close to Ubuntu ... strange :confused:

Is the WakaTime.py installed correctly under ~/.config/blender/2.90/scripts/addons? What is the content of the file (python-code?)?

williamchange commented 3 years ago

I am using Blender 2.91 on Mac OS 11.0.1 and the search doesn't work for me.

I just created a pull request(a workaround) to add a field for the API key in the addon's preferences, it appears to work for me as I can see updates in my wakatime. image

srirahayu1981 commented 3 years ago

me too :(

krau5 commented 3 years ago

I am using Blender 2.91 on Mac OS 11.0.1 and the search doesn't work for me.

I just created a pull request(a workaround) to add a field for the API key in the addon's preferences, it appears to work for me as I can see updates in my wakatime. image

I copied ur code, although that doesn't work for me. nt

vikumDheemantha commented 3 years ago

Same issue here. Installed without issue but there is no waka in search to add the API key. I am using windows 10 and my blender version is 2.91

allista commented 3 years ago

The fix by @williamchange should indeed work. I'll recheck it and merge today.

Thanks for your reports.

LoneDev6 commented 3 years ago

The fix by @williamchange should indeed work. I'll recheck it and merge today.

Thanks for your reports.

Any news?

Mehver commented 2 years ago

same issue ---blender Steam_App_ID: 365670 ------------Steam_form_vid: 6915833 ---Windows version 19043.1110 (21H1)

allista commented 2 years ago

The reason is that blender now shows in search only the operators registered in some menu.

I'm working on the v2.0 of the plugin to fix all the current issues.