VarunS2002 / Python-NSE-Option-Chain-Analyzer

The NSE has a website which displays the option chain in near real-time. This program retrieves this data from the NSE site and then generates useful analysis of the Option Chain for the specified Index or Stock. It also continuously refreshes the Option Chain and visually displays the trend in various indicators useful for Technical Analysis.
GNU General Public License v3.0
390 stars 205 forks source link

Http connection gets failed frequently #48

Closed praveen0235 closed 1 year ago

praveen0235 commented 1 year ago

HTTPSConnectionPool(host='www.nseindia.com', port=443): Max retries exceeded with url: /api/option-chain-indices?symbol=NIFTY (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001E00F3460D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) <class 'requests.exceptions.ConnectionError'> 4

VarunS2002 commented 1 year ago

@praveen0235 Sorry for the late reply. Is it working now or is it still broken? Try increasing the refresh interval.

VarunS2002 commented 1 year ago

@praveen0235 Closing this due to inactivity