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

Failed to Fetch symbols #43

Closed kpkp01 closed 2 years ago

kpkp01 commented 2 years ago

Hello team,

when i run the exe file i'm getting this "failed to fetch symbols, the program will now exit." error. https://prnt.sc/D5qRu41MR7jU how to fix this. thanks

VarunS2002 commented 2 years ago

@kpkp01 Please share some details about what values you entered, which version of the program you're running, etc and provide the logs.

kpkp01 commented 2 years ago

@VarunS2002

I have installed this latest version exe file

i didn't do anything apart from installing this package, and when i opened the app, i got this above mentioned error.

btw what type of log you need ?

VarunS2002 commented 2 years ago
  1. There will be a NSE-OCA.ini file in the same folder as the .exe file.
  2. In that file set logging = True from False.
  3. Open the .exe file and let the same error occur again.
  4. There should be a new file called NSE-OCA.log in the same folder as the .exe file.
  5. Upload that file here.
  6. Also upload a screenshot of the error.
VarunS2002 commented 2 years ago

@kpkp01 Issue will be closed by this weekend due to inactivity.

kpkp01 commented 2 years ago

@VarunS2002 hey, sorry for the late update, i re - downloaded the exe and its working fine now. Thanks for the quick help.

VarunS2002 commented 2 years ago

@kpkp01 Okay good.