wakatime / micro-wakatime

Micro editor plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/micro
22 stars 4 forks source link

Wakatime plugin for micro fails to load #1

Closed hcbt closed 3 years ago

hcbt commented 3 years ago

Plugin installs successfully, however when I try to run micro with this plugin enabled I get the following error:

wakatime:15: attempt to index a non-table object(nil) with key 'String'
stack traceback:
    wakatime:15: in main chunk
    [G]: ?

Press enter to continue

Running on Mac OS 11.0.1 Big Sur and 2.0.8 version of Micro.

gandarez commented 3 years ago

We've got broken by this PR. It's still under consideration from the micro-editor owners.

gandarez commented 3 years ago

PR has been merged and to get it working you need to build micro from source.

hcbt commented 3 years ago

Thanks! Hopefully this will be fixed in the next release of micro and I'll attempt to build it from source until that happens.