Hi,
I installed beautiful soup 3.0.6 and was trying to export my space and
got the errors as below :
LINE 238 : INFO connect successfully, look for 1st Permalink
LINE 571 : ERROR Unexpected error
Traceback (most recent call last):
File "live-space-mover.py", line 569, in <module>
main()
File "live-space-mover.py", line 482, in main
permalink = find1stPermalink(srcURL)
File "live-space-mover.py", line 245, in find1stPermalink
linkNode = soup.find(attrs={"class":"footerLinks"}).findAll('a')
[3]
AttributeError: 'NoneType' object has no attribute 'findAll'
Traceback (most recent call last):
File "live-space-mover.py", line 569, in <module>
main()
File "live-space-mover.py", line 482, in main
permalink = find1stPermalink(srcURL)
File "live-space-mover.py", line 245, in find1stPermalink
linkNode = soup.find(attrs={"class":"footerLinks"}).findAll('a')
[3]
AttributeError: 'NoneType' object has no attribute 'findAll'
The command I used was :
python live-space-mover.py -s
http://yourSpaceName.spaces.live.com/ -t
“%m/%d/%Y %I:%M:%S %p”
Does anyone have the similar error before?
How to solve it?
Thanks!
Ling