krishnavelu / alice_blue

Official Python library for Alice Blue API trading
GNU General Public License v3.0
134 stars 82 forks source link

Order history throwing an error #488

Closed srinidhihebbar260297 closed 1 year ago

srinidhihebbar260297 commented 1 year ago

print(alice.get_order_history())

Output: """ <!DOCTYPE html>

a3.aliceblueonline.com | 502: Bad gateway """
krishnavelu commented 1 year ago

Try again during market time.

srinidhihebbar260297 commented 1 year ago

Working, Thank you !!