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

The plugin will prevent backend from responding request because modal window is opened when plugin is installed in ide backend. #241

Open MartinForReal opened 1 year ago

alanhamlett commented 1 year ago

You're using Gateway Remote Development?

MartinForReal commented 1 year ago

yes

mbolli commented 1 year ago

I may have the same problem

2023-01-10 14:45:41,004 [   2373]   INFO - WakaTime - Initializing WakaTime plugin v14.1.3 (https://wakatime.com/)
2023-01-10 14:45:41,008 [   2377]   FINE - WakaTime - Logging level set to DEBUG
2023-01-10 14:45:41,266 [   2635]   FINE - WakaTime - wakatime-cli local version output: "v1.60.4"
2023-01-10 14:45:41,267 [   2636]   FINE - WakaTime - wakatime-cli local version exit code: 0
2023-01-10 14:45:41,269 [   2638]   FINE - WakaTime - getUrlAsString(https://api.github.com/repos/wakatime/wakatime-cli/releases/latest)
2023-01-10 14:45:41,716 [   3085]   FINE - WakaTime - Using cached wakatime-cli version from config: v1.60.4
2023-01-10 14:45:41,716 [   3085]   FINE - WakaTime - Latest wakatime-cli version: v1.60.4
2023-01-10 14:45:41,716 [   3085]   INFO - WakaTime - wakatime-cli is up to date.
2023-01-10 14:45:41,755 [   3124]   FINE - WakaTime - wakatime-cli location: C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe
2023-01-10 14:45:52,595 [  13964]   FINE - WakaTime - Executing CLI: [C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe, --today, --key, XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX0128]
2023-01-10 14:45:53,528 [  14897]   FINE - WakaTime - Command finished with return value: 0
2023-01-10 14:46:11,020 [  32389]   FINE - WakaTime - Executing CLI: [C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe, --entity, /var/www/bbz/templates/widget_groups/edu_profiles.html.twig, --time, 1673358352.5950, --key, XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX0128, --lines-in-file, 51, --alternate-project, bbz, --alternate-language, ThinClientFileType, --plugin, JetBrainsClient/2022.3 JetBrainsClient-wakatime/14.1.3]
2023-01-10 14:46:11,482 [  32851]   FINE - WakaTime - Command finished with return value: 0
2023-01-10 14:48:18,683 [ 160052]   FINE - WakaTime - Executing CLI: [C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe, --today, --key, XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX0128]
2023-01-10 14:48:19,649 [ 161018]   FINE - WakaTime - Command finished with return value: 0
2023-01-10 14:48:41,016 [ 182385]   FINE - WakaTime - Executing CLI: [C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe, --entity, /var/www/bbz/src/models/EducationTableRow.php, --time, 1673358498.6840, --key, XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX0128, --lines-in-file, 109, --alternate-project, bbz, --alternate-language, ThinClientFileType, --plugin, JetBrainsClient/2022.3 JetBrainsClient-wakatime/14.1.3, --extra-heartbeats]
2023-01-10 14:48:41,024 [ 182393]   FINE - WakaTime - [{"entity":"/var/www/bbz/templates/education/education_table.html.twig","timestamp":1673358499.9890,"is_write":false,"lines":96,"lineno":1,"cursorpos":1,"alternate_project":"bbz","language":"ThinClientFileType"},{"entity":"/var/www/bbz/i18n/de/lexicon.inc.php","timestamp":1673358500.4290,"is_write":false,"lines":148,"lineno":1,"cursorpos":1,"alternate_project":"bbz","language":"ThinClientFileType"},{"entity":"/var/www/bbz/i18n/fr/lexicon.inc.php","timestamp":1673358502.4350,"is_write":false,"lines":147,"lineno":1,"cursorpos":1,"alternate_project":"bbz","language":"ThinClientFileType"}]
2023-01-10 14:48:41,535 [ 182904]   FINE - WakaTime - Command finished with return value: 0
2023-01-10 14:49:24,096 [ 225465]   FINE - WakaTime - Executing CLI: [C:\Users\micha\.wakatime\wakatime-cli-windows-amd64.exe, --today, --key, XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXX0128]
2023-01-10 14:49:25,139 [ 226508]   FINE - WakaTime - Command finished with return value: 0

But there is nothing on my wakatime dashboard. Note that I'm using PhpStorm's New UI (beta) on WSL 2 using JetBrains Gateway 2022.3.1.

/edit: Seems like this is not the same problem. Although because it did not post anything on my wakatime dashboard, I installed the plug-in in the IDE backend as well, and got the same error Modal dialog is opened inside IDE Backend