fkztw / linkedin2md

(DEPRECATED) Export public LinkedIn profile to Markdown format
GNU General Public License v3.0
14 stars 2 forks source link

Some times get empty profile_page_html #1

Closed fkztw closed 8 years ago

fkztw commented 8 years ago
  File "/home/m157q/.virtualenvs/py3/bin/linkedin2md", line 6, in <module>
    exec(compile(open(__file__).read(), __file__, 'exec'))
  File "/home/m157q/github/linkedin2md/linkedin2md/bin/linkedin2md", line 6, in <module>
    main()
  File "/home/m157q/github/linkedin2md/linkedin2md/linkedin2md.py", line 285, in main
    print_profile_in_markdown(profile_page_html)
  File "/home/m157q/github/linkedin2md/linkedin2md/linkedin2md.py", line 270, in print_profile_in_markdown
    print_experience()
  File "/home/m157q/github/linkedin2md/linkedin2md/linkedin2md.py", line 110, in print_experience
    for position in experience_tag.find_all('li', class_='position'):
AttributeError: 'NoneType' object has no attribute 'find_all'