Spyder 5.0.5 hangs when trying to establish a connection to kite.com
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Spyder 5.0.5 hangs splash screen at “Loading Status bar”. This didn’t happen with version 5.0.3 on the same computer.
What steps reproduce the problem?
- Upgrade to or install Spyder 5.0.5.
- Run
spyder
What is the expected output? What do you see instead?
Spyder should open. Instead, splash screen hangs at “Loading Status bar”
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version: 5.0.5
- Python version: 3.8.10
- Qt version: 5.9.7
- PyQt version: 5.9.2
- Operating System name/version: Windows 10
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
First Steps — Spyder 5 documentation
First Steps¶. If Spyder crashes or you receive an error message, please read the following troubleshooting steps before opening a new issue.
Read more >Spyder 5 Won't Launch on Windows 10 - Stack Overflow
I am using Python 3.7 and have tried to launch via Anaconda Navigator and the command prompt. Here is the error I get:...
Read more >A Spyder IDE autocompletion plugin (Kite) freezes whole ...
I installed anaconda and installed spyder4. After launching it asked whether I want to install a new code autocompletion plugin - Kite. I...
Read more >Spyder changelog - Awesome Python | LibHunt
Official repository for Spyder - The Scientific Python Development Environment ... Spyder 5.0.5 hangs when trying to establish a connection to kite.com (PR ......
Read more >Spyder 5.0.1 Kite Autocompletion Issues Including Latency
Hey, I had the same latency problem and found a way to solve it. For information, I use Spyder 5.0.0. 1) Open Kite....
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
@thomasoliveira, thanks a lot for helping us to debug this problem!
I’ll add a timeout to the code that does a request to
release.kite.com
so that Spyder doesn’t hang in case it can’t access it for some reason.@ccordoba12 , I could not upload the file
spyder-debug.log
but here is its content:I noticed it hangs on “Starting new HTTPS connection”. After that, I set the environment variables http_proxy and https_proxy (on Windows), and spyder opened normally.