TypeError when starting Kite client
See original GitHub issueDescription
What steps will reproduce the problem?
installed spyder 4.0.1 using “conda update spyder”. Had previously installed spyder 4.0.0 using “conda install spyder=4.0.0” and could not get past the starting-to-open state. python is at 3.7.3
Traceback
File "C:\Progra~1\Anaconda3\lib\site-packages\spyder\plugins\completion\kite\client.py", line 108, in get_status
self.sig_status_response_ready[dict].emit(kite_status)
TypeError: KiteClient.sig_status_response_ready[dict].emit(): argument 1 has unexpected type 'str'
Versions
- Spyder version: 4.0.1
- Python version: 3.7.3
- Qt version: 5.12.5
- PyQt5 version: 5.12.3
- Operating System: Windows 10
Dependencies
atomicwrites >=1.2.0 : 1.3.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.2.2 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.11.1 (OK)
jedi =0.14.1 : 0.14.1 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 0.9.2 (OK)
pexpect >=4.4.0 : 4.7.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=0.3 : 5.6.7 (OK)
pygments >=2.0 : 2.5.2 (OK)
pylint >=0.25 : 2.4.4 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.4 (OK)
zmq >=17 : 18.1.1 (OK)
qdarkstyle >=2.7 : 2.7 (OK)
qtawesome >=0.5.7 : 0.6.0 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.3 (OK)
sphinx >=0.6.6 : 2.3.1 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
watchdog : None (OK)
cython >=0.21 : None (NOK)
matplotlib >=2.0.0 : None (NOK)
numpy >=1.7 : 1.17.3 (OK)
pandas >=0.13.1 : None (NOK)
scipy >=0.17.0 : 1.3.1 (OK)
sympy >=0.7.3 : None (NOK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Kite Client or Package Conflicts Preventing Spyder 4.0 ...
Anaconda prompt says that it's a type error in the kite client. Below is the full output: (spyder4) C:\>spyder Traceback (most recent call ......
Read more >TypeError: 'NoneType' object is not subscriptable - Kite Connect
I'm getting TypeError: 'NoneType' object is not subscriptable, as I am trying to print r1 which gets value from rjson['data']['last_price'].
Read more >Kite Micro-Service Framework - Go Packages
An error is returned when no kites are available. The returned clients have token renewer running, which is leaked when a single *Client...
Read more >DLM Kite Student Portal Install Guide – Windows
Kite Student Portal is used by students who take Dynamic Learning Maps® (DLM®) Alternate. Assessments. When running, Kite Student Portal covers the entire ......
Read more >Ray builders: branch #8481 - Buildkite
Fix file_system_monitor.cc message (#26143) ... ML Libraries w/ Ray Client Examples (Python 3.7). Modin/Dask tests and examples ...
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
@suzannejb, thanks a lot for your information. That was very helpful!
my employer-owned system ended up having “forbidden” messages when running the curl commands, but I did get myself to a workable state. On that system I downgraded Spyder to the latest v3. On my home system I was able to get v4.0.1 working.