kiteconnect throwing error

Imran
my code was working good from last few days..
but suddenly today it started giving this error:
Unhandled Error
Traceback (most recent call last):
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\python\log.py", line 103, in callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\python\log.py", line 86, in callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\python\context.py", line 122, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\python\context.py", line 85, in callWithContext
return func(*args,**kw)
--- <exception caught here> ---
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\internet\selectreactor.py", line 149, in _doReadOrWrite
why = getattr(selectable, method)()
File "C:\Users\Praveen_Arvind\AppData\Local\Programs\Python\Python36-32\lib\site-packages\twisted\internet\tcp.py", line 205, in doRead
return self._dataReceived(data)<del class="Delete"><del class="Delete"></del></del>





can sombody tell how to solve it..
Tagged:
  • rakeshr
    @Imran
    Issue seems to be related to Window system.Can you update kiteConnect to 3.7.4 using pip install kiteconnect --upgrade --pre and check for version 3.7.4 using pip show kiteconnect.
  • Imran
    thanks bro...it worked
This discussion has been closed.