Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Processing Image Id: 35196562
  2. Traceback (most recent call last):
  3. File "./PixivUtil2.py", line 592, in processImage
  4. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  5. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  6. self.artist = PixivArtist(page=page, fromImage=True)
  7. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  8. self.ParseInfo(page, fromImage)
  9. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  10. temp = str(avatarBox.find('a')['href'])
  11. AttributeError: 'NoneType' object has no attribute 'find'
  12. Error at processImage(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x30c0fc8>)
  13. Dumping html to: Error Medium Page for image 35196562.html
  14. Error at processTags(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x310fe18>)
  15. Error at processTagsList(): (<type 'exceptions.AttributeError'>, AttributeError("'NoneType' object has no attribute 'find'",), <traceback object at 0x310fea8>)
  16. Traceback (most recent call last):
  17. File "./PixivUtil2.py", line 1539, in main
  18. menuDownloadFromTagsList(mode, opisvalid, args)
  19. File "./PixivUtil2.py", line 1324, in menuDownloadFromTagsList
  20. processTagsList(mode, filename, page, endPage)
  21. File "./PixivUtil2.py", line 900, in processTagsList
  22. processTags(mode, tag, page=page, endPage=endPage, useTagsAsDir=__config__.useTagsAsDir)
  23. File "./PixivUtil2.py", line 853, in processTags
  24. processImage(mode, None, item.imageId, searchTags=searchTags)
  25. File "./PixivUtil2.py", line 592, in processImage
  26. image = PixivImage(iid=image_id, page=parseMediumPage, parent=artist, fromBookmark=bookmark)
  27. File "/root/PixivUtil2/PixivModel.py", line 218, in __init__
  28. self.artist = PixivArtist(page=page, fromImage=True)
  29. File "/root/PixivUtil2/PixivModel.py", line 45, in __init__
  30. self.ParseInfo(page, fromImage)
  31. File "/root/PixivUtil2/PixivModel.py", line 62, in ParseInfo
  32. temp = str(avatarBox.find('a')['href'])
  33. AttributeError: 'NoneType' object has no attribute 'find'
  34. press enter to exit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement