sethblack / python-seo-analyzer

An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.
Other
1.18k stars 305 forks source link

Please Check analyzer.py line 171 #29

Closed fahimfarhan closed 5 years ago

fahimfarhan commented 6 years ago

While using your code, I found this problem. Please fix it ASAP! @sethblack `$ python seoanalyze.py > seow3.txt

Traceback (most recent call last): File "seoanalyze.py", line 4, in output = analyze("http://www.w3schools.com") File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 546, in analyze pg.analyze() File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 218, in analyze self.populate(soup_lower) File "/home/fahimfarhan/anaconda3/lib/python3.6/site-packages/seoanalyzer/analyzer.py", line 171, in populate k)) NameError: name 'k' is not defined `

rtruxal commented 6 years ago

@fahimfarhan - See Issue #26 & check out my last comment.

@sethblack just pushed version 3.1.1 to pypi. This shouldn't happen anymore.