krishnavelu/alice_blue

Unable to get symbol data

Closed this issue · 1 comments

symbol_cepe = alice.get_instrument_for_fno(symbol = 'NIFTY', expiry_date=datetime.date(2022, 12, 22), is_fut=False, strike=18400, is_CE = True)

Yesterday it was working fine, but today I got this error below all of sudden and it is coming all the time now

AttributeError: 'NoneType' object has no attribute 'symbol'

Now the same thing is working fine. Seems like issue with Alice API server. Yesterday whole day it didn't work and but when checked after 6PM it was working.

So, conclusion I made is Alice API server may be down or not working properly.