NagarajuGunda / PyAlgoMate

114 stars 69 forks source link

self.__emitting AssertionError intemittenly #29

Open shikharvaish28 opened 2 weeks ago

shikharvaish28 commented 2 weeks ago
Traceback (most recent call last):
  File "/Users/shikhar.vaish/Downloads/pheonix_project/atlas/pyalgomate/brokers/zerodha/feed.py", line 218, in dispatch
    if super(ZerodhaLiveFeed, self).dispatch():
  File "/Users/shikhar.vaish/Downloads/pheonix_project/atlas/.atlas/lib/python3.9/site-packages/pyalgotrade/feed/__init__.py", line 108, in dispatch
    self.__event.emit(dateTime, values)
  File "/Users/shikhar.vaish/Downloads/pheonix_project/atlas/.atlas/lib/python3.9/site-packages/pyalgotrade/observer.py", line 69, in emit
    self.__applyChanges()
  File "/Users/shikhar.vaish/Downloads/pheonix_project/atlas/.atlas/lib/python3.9/site-packages/pyalgotrade/observer.py", line 44, in __applyChanges
    assert not self.__emitting
AssertionError
shikharvaish28 commented 2 weeks ago

@AnveshMora by any chance are you facing this issue with Zerodha?