mratanusarkar / Web-Scraping-tickertapeIN

web scraping www.tickertape.in/stocks using python and beautiful soup to get full data about a stock from tickertape
1 stars 3 forks source link

stock and etf scrape functions are failing #8

Open mratanusarkar opened 1 year ago

mratanusarkar commented 1 year ago

The scrape functions of both Stock and ETF Classes are failing with the Error:

'NoneType' object has no attribute 'childGenerator'
mratanusarkar commented 1 year ago

multiple similar errors were observed, most likely due to the update(s) in the source website. resolving #7 should close this bug and similar issues, making this codebase unusable!