Plugin fails to work with JetBrains products in Windows 10
See original GitHub issueWindows 10 IDEA, PyCharm, and Webstorm plugins are failing with the following log message:
{
"now": "2019/08/26 13:58:59 +0300",
"version": "13.0.0",
"plugin": "idea/2019.2.1 idea-wakatime/9.3.2",
"time": 1566817120.071,
"caller": "<user-home>AppData\\Roaming\\WakaTime\\wakatime-master\\wakatime\\api.py",
"lineno": 125,
"file": "<project-file>",
"level": "WARNING",
"message": "{'SSLError': 'HTTPSConnectionPool(host=\\'api.wakatime.com\\', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by SSLError(\"Can\\'t connect to HTTPS URL because the SSL module is not available.\"))', 'traceback': 'Traceback (most recent call last):\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\urllib3\\\\connectionpool.py\", line 589, in urlopen\\n conn = self._get_conn(timeout=pool_timeout)\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\urllib3\\\\connectionpool.py\", line 251, in _get_conn\\n return conn or self._new_conn()\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\urllib3\\\\connectionpool.py\", line 827, in _new_conn\\n raise SSLError(\"Can\\'t connect to HTTPS URL because the SSL \"\\nurllib3.exceptions.SSLError: Can\\'t connect to HTTPS URL because the SSL module is not available.\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\requests\\\\adapters.py\", line 440, in send\\n timeout=timeout\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\urllib3\\\\connectionpool.py\", line 639, in urlopen\\n _stacktrace=sys.exc_info()[2])\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\urllib3\\\\util\\\\retry.py\", line 388, in increment\\n raise MaxRetryError(_pool, url, error or ResponseError(cause))\\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=\\'api.wakatime.com\\', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by SSLError(\"Can\\'t connect to HTTPS URL because the SSL module is not available.\"))\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\api.py\", line 111, in send_heartbeats\\n verify=ssl_verify)\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\requests\\\\sessions.py\", line 555, in post\\n return self.request(\\'POST\\', url, data=data, json=json, **kwargs)\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\requests\\\\sessions.py\", line 508, in request\\n resp = self.send(prep, **send_kwargs)\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\requests\\\\sessions.py\", line 618, in send\\n r = adapter.send(request, **kwargs)\\n File \"<user-home>\\\\AppData\\\\Roaming\\\\WakaTime\\\\wakatime-master\\\\wakatime\\\\packages\\\\requests\\\\adapters.py\", line 506, in send\\n raise SSLError(e, request=request)\\nwakatime.packages.requests.exceptions.SSLError: HTTPSConnectionPool(host=\\'api.wakatime.com\\', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by SSLError(\"Can\\'t connect to HTTPS URL because the SSL module is not available.\"))\\n'}"
}
I guess the issue may be related to my installations of Python, but why the hell the plugin looks at my setup? Just in case, I have the latest Anaconda setup in a custom (non-default) location.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Marketplace Plugins are not loaded
Hello, I'm working for a company and I currently have access to https://plugins.jetbrains.com/ but inside IntelliJ, when I browse the...
Read more >Start Failed, Internal error: recovering IDE to the working state ...
Cause. There are multiple possible causes for this issue: broken or incompatible plug-in, corrupted IDE installation files, failed patch update, broken caches ...
Read more >IntelliJ 2021.3 Community not starting on Windows 10
Hi guys, Since last few updates I'm having serious issues with IntelliJ IDE startup. It shows splash screen, and then splash screen...
Read more >IDE Can't Connect to JetBrains Account
If you already have a license for JetBrains tools and don't have a connection to the JetBrains Account service, you can register your...
Read more >Intellij Jetbrans does not start in Windows 10
Such issues could be caused by antivirus/firewall. Please try with it disabled or make sure that IDE settings directories, IDE installation home ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is what I have in Webstorm logs:
I have the same debug output from the PyCharm as well.
Should be fixed now that we’re no longer dependent on Python.