wakatime / jetbrains-wakatime

IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
https://wakatime.com/intellij-idea
BSD 3-Clause "New" or "Revised" License
1.12k stars 162 forks source link

Factory is not registered as `com.intellij.statusBarWidgetFactory` extension #243

Closed OndrejSpanel closed 1 year ago

OndrejSpanel commented 1 year ago

From my ide.log:

2023-02-06 08:36:10,290 [ 80646] WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - Factory is not registered as com.intellij.statusBarWidgetFactory extension: WakaTime

This is with IntelliJ Ultimate EAP 2023.1, Build #IU-231.5920.14, built on January 27, 2023

alanhamlett commented 1 year ago

I'm not able to reproduce this using:

IntelliJ IDEA 2023.1 EAP (Community Edition)
Build #IC-231.6471.13, built on February 3, 2023

Is this crashing your IDE or just a warning? Are you able to get a traceback from your idea.log for that warning or is it just that one line in your logs?

OndrejSpanel commented 1 year ago

Just a warning. There is no callstack, just this single line.

alanhamlett commented 1 year ago

Can you update to v14.1.4 which should print the traceback to your idea.log file?

OndrejSpanel commented 1 year ago

The message appears in my log only once. meaning the issue is not reproducible on my end as well.

alanhamlett commented 1 year ago

Let's close this issue for now and if it happens again re-open it with the full traceback and then I'll have the necessary info for a fix.