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.14k stars 168 forks source link

No coding record #245

Closed wwt0805 closed 1 year ago

wwt0805 commented 1 year ago

Dear all. When I install the wakatime plugin there is a problem I encouter. waka1 It runs correctly in Chrome and Office but it doesn't work in Pycharm,Idea and sublime。 The wakatime bar can be seen in the bottom of the IDE page while it doesn't record any coding time and type. waka2 There's no any information about coding in wakatime dashboard. Can any help me to solve this fatal problem? Thank you!

alanhamlett commented 1 year ago

Let's start with Sublime. First, turn on debug mode. Next, open your Sublime Console window: https://github.com/wakatime/sublime-wakatime#troubleshooting

Then type in a file and copy/paste any logs you see here.

wwt0805 commented 1 year ago

Let's start with Sublime. First, turn on debug mode. Next, open your Sublime Console window: https://github.com/wakatime/sublime-wakatime#troubleshooting

Then type in a file and copy/paste any logs you see here.

THX,I've tried in sublime console. It exited with status code: 1 waka3 I don't know where to find the meaning of status code. Can you help me to explain it? Thanks again.

alanhamlett commented 1 year ago

That should be in your ~/.wakatime.log file.

wwt0805 commented 1 year ago

That should be in your ~/.wakatime.log file. I've checked the log file. it shows as following: waka4 Are there network problems in my computer? I'm not sure

alanhamlett commented 1 year ago

Are there any other errors in there because that error is for the status bar updating not uploading code stats. It's probably the same error though, if it's not able to connect. Do you have a proxy configured?

wwt0805 commented 1 year ago

Are there any other errors in there because that error is for the status bar updating not uploading code stats. It's probably the same error though, if it's not able to connect. Do you have a proxy configured?

I've found the point you mentioned. It's indeed need to set the proxy params. I attempted saveral times by many ways. Fortunately, it's done! Thank you for your help ^_^