You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed JSONDecodeError caused by the server now using a different encoding which requires the brotli package to be to installed to be able to decode. This is what causes the "Failed to fetch symbols. The program will exit now exit." error. Issue: #62, #65, #69, #70
Fixed TypeError caused by breaking change in the newer versions of tksheet. Issue: #64, #67
Fixed potential crash if you try to enable logging while running the .exe file
Code changes:
Updated request headers
Minor code improvements
Updated requirements.txt:
Added brotli to library to support decoding data from NSE in the br encoding format
Updated requests library version to exclude known vulnerable versions
Updated pandas library version to prevent breaking changes in the future